tanishkatech.hashnode.devUnderstanding Variables and Data Types in JavaScriptWhen we start learning JavaScript, one of the first things we need to understand is variables. Variables are used in almost every program. They help us store information so that the program can use it1d ago·5 min read
tanishkatech.hashnode.devPromises in JavaScript If you’ve ever sent a text to someone and kept checking your phone like it's about to explode… then congratulations my friend. You already understand Promises. lets take a close look at it: Promises A5d ago·4 min read
tanishkatech.hashnode.devHTML & EmmetIntroduction HTML is the foundation of every website you see. It gives shape and structure to content, turning plain text into real web pages. But once you start writing more HTML, you’ll notice it can feel slow and repetitive. That’s where Emmet com...Jan 29·5 min read
tanishkatech.hashnode.devUnderstanding GitIntroduction Git is a helpful device for developers that lets them keep record of changes in their code and collaborate without any confusion. Instead of making several copies like project_final, project_final_v2, and project_final_really_final , Git...Jan 27·9 min read
tanishkatech.hashnode.devHow DNS Resolution worksIntroduction You are playing one of the most advanced "hide and seek" games in technology each time you type a URL like google.com or spotify.com into your browser. The computers that power the internet only use numbers called IP addresses to communi...Jan 27·5 min read