pahancha
  • |
  • About
  • |
  • |
  • |

A sneak peak to programming paradigms : a quick discussion

January 02, 2024

Programming has different ways of solving problems, kind of like different styles of storytelling. There are two main groups: Imperative and Declarative.

Unlocking the power of Data Structures in C

June 14, 2023

Arrays, Structures Unions, Enums, Pointers and Bit Fields in C language.

Stack and Heap :- Computer Memory 101

March 07, 2023

When giving instructions to computers(programming, not giving commands in natural language), computer memory is the space where the instructions (computer program) and data are stored during runtime.

Sneak Peak to First Class Functions

May 15, 2022

If a programming language treats functions as any other variable, that particular programming language is considered to have first-class functions.

How does JavaScript Work?

January 15, 2022

JavaScript has become the leading language of the web due to the rapid development of the JavaScript based Libraries and Frameworks during the last decade. Hundreds of libraries and frameworks, for both front end and back end. As I know there are plenty of people in my circle who work with these frameworks and libraries on a daily basis but have no idea about what’s going on under the hood.

pahancha
Available on GitHub.