krishna-patidar.hashnode.devPromises ❌ Trust me bro ✅What is Promise ?? A Special day which comes on 11th Feb!! Yeah that's true but the people who has JavaScript as their valentine say's "The Promise object represents the eventual completion (or failur5d ago·6 min read
krishna-patidar.hashnode.devDecoding Browser: How They Load and Render WebsitesWhen someone asks you, What is Browser?? maybe You reply, ‘A web browser is a software application used to access, retrieve, and display information from the World Wide Web, acting as an interface between the user and the web server.’ Which is 110% c...Jan 30·4 min read
krishna-patidar.hashnode.devNetwork Devices Explained: Hub, Switch, Router, ModemNetwork devices are hardware devices that help computers and other devices to communicate with each other over a network. They connect, manage and control communication between devices in a network. Your Phone —→ Wi-Fi router —→ Internet —→ Google se...Jan 30·7 min read
krishna-patidar.hashnode.devEmmet: A guide to write Html & CSS fasterLet’s start with an example. Open your VS code. Open a folder and create a html file using .html extension. And write this :- div.container>ul>li*3 Press Enter/Tab and Boom💥 <div class="container"> <ul> <li></li> <li></li> <li></li> </ul...Jan 30·4 min read
krishna-patidar.hashnode.devWhat is DNS Resolution ??Topics Covered in This Blog :- What is DNS and why name resolution exists What is the dig command and when it is used Understanding dig . NS and root name servers Understanding dig com NS and TLD name servers Understanding dig google.com NS and ...Jan 30·3 min read