pradeeppratihast.hashnode.devJS Operator Essentials: Simple Math, Clear ExamplesWhen you start learning programming, one of the first concepts you encounter is operators. They might look like simple symbols, but they play a huge role in how programs perform calculations, compare 3h ago·6 min read
pradeeppratihast.hashnode.devBeginner Friendly Guide - Variables and Data Types in JavaScriptThink of Variables Like Boxes 📦 Imagine you have several boxes at home. Each box stores something different: One box stores your name Another box stores your age Another box stores whether you are3h ago·5 min read
pradeeppratihast.hashnode.devEmmet: A Beginner's GuideIf we’ve ever typed out long HTML structures by hand, we know it can feel repetitive and time-consuming. Creating multiple “<div>” tags, adding classes, or nesting elements quickly becomes tedious. This is where Emmet comes in. What Emmet is? Emmet ...Feb 13·2 min read
pradeeppratihast.hashnode.devBeginner's Guide To cURLEvery time we open a website, our computer is talking to another computer called a server. Servers store websites and data, and our browser sends requests to them to get information back. Programmers often need to talk directly to servers without usi...Feb 13·2 min read
pradeeppratihast.hashnode.devBeginner's Guide to Browser Internals: How Browsers FunctionWhen we type a URL into a web address and press Enter, our browser paint something on the blank canvas of browser. But what exactly is a browser, and how does it transform that simple text into the colourful, interactive websites we use every day? W...Feb 1·7 min read