PSPritam Suryawanshiinpritam1121.hashnode.dev·Jan 22 · 4 min readDNS Record TypesWe can easily access any website, such as google.com, but have you ever thought about how it loads so fast? When you type google.com in your browser, a lot happens behind the scenes—things we usually never notice. In simple words, there’s a system in...00
PSPritam Suryawanshiinpritam1121.hashnode.dev·Aug 7, 2025 · 5 min read📁 File Systems – Reading and Writing FilesFile Operations in Node.js: Simplified Reading and Writing Techniques Working with files in Node.js means being able to open, read, update, delete, or create new files – much like using a digital notebook. Node.js makes these operations easy through ...00
PSPritam Suryawanshiinpritam1121.hashnode.dev·Jul 31, 2025 · 6 min readHow the Internet WorksThis is my first article: A Guide to Understanding Internet Functionality. 🛜 What is the Internet? The internet is a "Network-to-Network Connection." It is a global network of interconnected computers and servers that communicate with each other usi...00
PSPritam Suryawanshiinpritam1121.hashnode.dev·Jul 12, 2025 · 5 min readCSS Layouts Showdown: Grid vs Flexbox🗃️Learn How to Create Flexible, Responsive Web Layouts Using CSS Grid and Flexbox Techniques Flex: The flex property is a shorthand in CSS used to define how a flex item grows, shrinks, and allocates space within a flex container. It combines flex-...00
PSPritam Suryawanshiinpritam1121.hashnode.dev·Jul 6, 2025 · 5 min readCSS Grid vs. Flexbox🗃️Learn How to Create Flexible, Responsive Web Layouts Using CSS Grid and Flexbox Techniques Flex: The flex property is a shorthand in CSS used to define how a flex item grows, shrinks, and allocates space within a flex container. It combines flex-...00