Things for beginner developers

Von Neumann Architecture

Soundar RajanJul 25, 202013 min read

John Von Neumann, a polymath who contributed to various field, proposed the Von Neumann architecture in the year 1945. It is based on Stored Program…

Stored Program and Fixed Program Computers

Soundar RajanJul 25, 20202 min read

Like anything in this world, the laws of evolution are also applicable to computers. Computers have evolved from being based on fixed program concept to…

Imperative Programming Paradigm

Soundar RajanMay 17, 20206 min read

Imperative programming paradigm is one of the oldest programming paradigm. It is based on the idea of variables and assignments and focuses mainly on how…

Programming Paradigms

Soundar RajanMay 17, 20204 min read

Most of us might have came across the concept of Programming Paradigms either in our software engineering classes or from work or from the internet.…

Stateful and Stateless Programs

Soundar RajanMay 2, 20205 min read

We covered about what are stateful and stateless in our previous post. In this post, lets see how are the stateful and stateless design principles…