Jamiu Okanlawondeveloperjamiu.hashnode.dev·Jan 12, 2025Deploying a DartFrog Backend App Using GlobeAs backend developers, we often start by building and testing our APIs locally. Everything works perfectly on our machine until we want to make the APIs accessible to everyone on the internet. While numerous deployment platforms exist, finding one th...115 likes·315 readsDart
Opaluwa Emidowo-ojotech-on-diapers.hashnode.dev·Jan 15, 2025FeaturedDebugging Authorization: How Cerbos Makes Troubleshooting Access Issues a BreezeWhen you hear the word "authorization," what comes to your mind? Before I learned about it properly, I thought it was just about checking if someone was allowed to do something - like a simple yes or no gate. While that basic idea isn't wrong, there'...30 likes·83 readsdebugging
Abhijeet Sinhaabhijeetsinha.hashnode.dev·2 hours agoHTTP Three-Way Handshake Explained: Ensuring Reliable Connections OnlineTLDR: The TCP three-way handshake is a process that establishes reliable connections between computers on a network. It involves three steps: SYN (synchronize), SYN-ACK (synchronize-acknowledge), and ACK (acknowledge). This process ensures both clien...ChaiCode
Abhijeet Sinhaabhijeetsinha.hashnode.dev·6 hours agoHTTP vs HTTPS: Why Securing Your Website Matters More Than EverIntroduction: The internet has become an integral part of people’s life and as it evolves the day by day need for security is getting really important. Within the secured communication will be a basis for protocols used in the transferring of data. ...ChaiCode
Sharafath Alisharafath.hashnode.dev·15 hours agoThe Object Nature of JavaScript: Discover Why Almost Everything Is an ObjectIf you’ve ever dived into JavaScript, you might have come across this quirky idea: everything, except primitives, is an object. And if you’re anything like me, your first reaction might have been, “Wait, what?” But don’t worry—I’ll break it down for ...JavaScript
Abhijeet Sinhaabhijeetsinha.hashnode.dev·a day agoUnveiling the Layers: A Journey Through the OSI ModelTLDR: OSI-Open Systems Interconnection-is a seven-layer model that standardizes the way devices communicate over a network. This facilitates interoperability and provides for modular design; network communication is conducted in terms of these layers...ChaiCode
Rudraksh Laddharudrakshladdha.hashnode.dev·Jan 17, 2025CommonJS and Modules in Node.js: A Comprehensive GuideIntroduction Node.js revolutionised JavaScript development by enabling server-side scripting, but understanding its module system is crucial for building scalable and efficient applications. This guide delves into the concept of CommonJS and ES Modul...Web Development
Jay Gandhihow-the-internet-works-easy-as-abc.hashnode.dev·Jan 17, 2025How does the Internet work? Easy as ABC!How Does the Internet Actually Work? A Simple Guide Imagine you're sitting at home, opening your web browser, and typing "funny cat videos." In just seconds, you're watching cats doing silly things! But have you ever wondered how this magic happens? ...internet
Anurag Dubey #dubeyjianurag-dubey-blogs.hashnode.dev·Jan 16, 2025Client-Side vs Server-Side : A Comprehesive Guide for BeginnersWelcome, fellow developers! The client-server architecture, is one of the most fundamental concepts of modern software development. In this model, tasks are divided between providers (servers) and requesters or consumers (clients). This system enable...20 likes·26 readsfrotend
Abhijeet Sinhaabhijeetsinha.hashnode.dev·Jan 16, 2025Client-Side vs Server-Side: A Simple Guide to Web Development BasicsTLDR: Client-side and server-side are the two main parts of any web application. The client side is what the user directly views and interacts with, including HTML, CSS, and JavaScript. The server side runs in the background, processing information a...2 likesChaiCode
Opaluwa Emidowo-ojotech-on-diapers.hashnode.dev·Jan 15, 2025FeaturedDebugging Authorization: How Cerbos Makes Troubleshooting Access Issues a BreezeWhen you hear the word "authorization," what comes to your mind? Before I learned about it properly, I thought it was just about checking if someone was allowed to do something - like a simple yes or no gate. While that basic idea isn't wrong, there'...30 likes·83 readsdebugging
Rana Vikram Sinharanavikramsinha-client-server-vs-server-side.hashnode.dev·Jan 16, 2025Client Side vs Server Side - A Comprehensive Guide for BeginnersHave you ever wondered how websites work behind the scene ? Whenever you enter or type some website names or urls (like youtube) in your google search bar and then click the search button, you get the search results or websites that appear on your de...29 readsChaiCode