pritam1121.hashnode.devDNS 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...Jan 22·4 min read
pritam1121.hashnode.dev📁 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 ...Aug 7, 2025·5 min read
pritam1121.hashnode.devHow 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...Jul 31, 2025·6 min read
pritam1121.hashnode.devCSS 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-...Jul 12, 2025·5 min read
pritam1121.hashnode.devCSS 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-...Jul 6, 2025·5 min read