blogs.satpal.cloudVariables & Types: The First Principles of JavaScriptWhat is Variable? First, you need to understand what a variable is in computer science. In simple words a variable is an identifier that references a value stored in memory. Example, the image below s6h ago·10 min read
blogs.satpal.cloudA Simple Guide to Exploring Browser InternalsIf you ask someone what a web browser is, they’ll probably shrug. "It’s a window," they might say. "It’s just a frame where I watch YouTube and check email." This simplicity, however, is an illusion. We treat browsers like simple document viewers dig...Jan 30·9 min read
blogs.satpal.cloudBeginner's Introduction to Using CSSWelcome back! In my previous article, we learned how to build the skeleton of a website using HTML. We covered tags, structure, and how to put content on the page. If you are brand new to web development or missed that post, I highly recommend starti...Jan 29·6 min read
blogs.satpal.cloudHTML for Beginners: Understanding the BasicsHTML If you want to build websites, there is one language you absolutely must learn first is HTML. Before you worry about making things look pretty with colors and fonts (that’s CSS) or making things interactive (that’s JavaScript), you need structur...Jan 29·6 min read
blogs.satpal.cloudMastering Emmet for Faster HTML and CSS CodingEmmet Emmet is a workflow standard built into almost every modern code editor (VS Code, Sublime, WebStorm). If you are currently typing full HTML tags manually, you are working twice as hard as you need to. Emmet dramatically increases coding speed a...Jan 28·6 min read