The story behind JS: how async works

15th Jan, 2022

We all know that JS is a single-threaded non-blocking asynchronous concurrent language. But what does this actually mean? Let’s find out: Suppose we have a function that calls another function that calls one more function, such as: function add(a,b) Read More...

Nullish Coalescing??

7th May, 2021

Nullish coalescing? what is that word. Hmm... koala...sing? bad joke alert!!! Hello everyone, I’m Saksham and I am back again with a new blog about an es6 feature which I personally found really cool and is pronounced as Null-ish koh-uh-les-ing.Read More...

Some CSS theories and declarations I didn't know before

6th Jan, 2022

Hello folks! A very happy new year to all of you! 🎉🎉 I hope you’re all doing great! I am Saksham and today I am writing a blog about some CSS declarations, theories and keywords that I was unaware of.Read More...

Managing Protocols with NodeJS

15th June, 2021

So, I was reading about decentralized apps with a peer-to-peer protocol and while searching deep inside Dapps and P2PP, it struck in my mind, "How can we manage to control the type of protocol we use in our web apps?" Read More...

Model View Controller: What is it?

7th May, 2021

Hey there, I am using hashnode. And this time it is about MVC architectural design pattern. I saw a lot of videos and pages to understand what is model view controller or MVC as I was not satisfied with just a single source so I Read More...

Software Architecture : Architectural patterns

29th April, 2021

Okay so as being a react developer that has always focused on coding while not giving much preference to the theory part, I decided to learn some stuff which led me here to Architectural Patterns, so I decided to write something on it. Read More...

Understanding Compiler Design

24th April, 2021

Every one of us has used a compiler once in our programming journey or must have read about it. Ever thought about how a compiler works? Today I will be discussing the design structure of a compiler. A code basically has to pass Read More...

Temporary WAN Shut Down

30th January, 2021

So, I was reading this post on Twitter where a coder asked the community, "what will you do if your internet is shut down for a week?" A lot of people replied that they would go on a trip or read a book or follow their hobbies. And I thought of answering that question too but couldn't think of something interesting cause Read More...

The fear of writing blogs.

20th January, 2021

Do these questions come to your mind like should I create a blog or not? Is it necessary? I don't have much content to write a blog, how will I be able to increase the length from a sentence to a paragraph? Give this blog a shot and don't wait, just take a bath, start thinking of a topic, and start writing about it. Read More...