My Blogs

Web Browser

How modern web browser works?

In this blog, I focused on how exactly a website is displayed in your web browsr. Since every web browser have a different architecture, I have taken Chrome browser as reference.

sass

SASS: CSS with SuperPowers

In this blog, I wrote about the SASS, its basic and why one should use SASS inplace of CSS

JS

var, let & const in JS

In this blog, I explained the difference between var, let and const in JavaScript

C

Strings in C

In this blog, I wrote about the string in C.