SMSwastik Majhiinjavascript-fundamentals-made-easy.hashnode.dev·Mar 11 · 7 min readVariables and Data Types in JavaScriptIntroduction Computers mostly do two things, one they perform some computation like adding two numbers, running video games, running AI models and two they store some data like storing messages, pictu00
SMSwastik Majhiinjavascript-fundamentals-made-easy.hashnode.dev·Mar 10 · 9 min readControl FlowIntroduction In life, you make many decisions, like what to eat, what to wear, these smaller choices dictates the direction of your life. Similarly, when creating applications, your code will also fac00
SMSwastik Majhiinhtml-css-for-beginner.hashnode.dev·Jan 31 · 3 min readUnderstanding HTML Tags and ElementsIntroduction What is HTML ? HTML or Hypertext Markup Language is the basic building block of the Web. It gives structure to web content. Think of them like skeleton of a web page. Just how skeleton gives structure to human body, HTML structures the w...00
SMSwastik Majhiinnetworking-fundamentals-in-plain-english.hashnode.dev·Jan 31 · 8 min readGetting Started with cURLWhat is a server? Server is just a computer, which is used to receive request and send responses. When you visit a web site or call an API, you interact with a server which handle your request and send appropriate responses. As a developer, you will ...00
SMSwastik Majhiinnetworking-fundamentals-in-plain-english.hashnode.dev·Jan 31 · 4 min readDNS Record Types ExplainedIntroduction Have you ever wondered what happens you when enter a URL into your browser, how does your browser know where a website lives. A browser only understands IP addresses, how does URL converted to an IP Address, who converts these URLs into ...00