Rohan Shrivastava30days30aitools.hashnode.dev·4 hours agoDay 15: Perplexity 🚀In my journey to explore 30 AI tools in 30 days, Day 15 introduced me to Perplexity AI, a fascinating tool that redefines the way we search for and interact with information. Let me share my experience with this innovative platform, what I learned, a...#perplexity.ai
Abhijeet Sinhaabhijeetsinha.hashnode.dev·4 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·8 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
Ray Bergerblog.rayberger.org·10 hours agoMigrating Web Components from Vue 2 to Vue 3 at Open LibraryTL;DR: Migrating Vue 2 Web Components to Vue 3 isn't as straightforward as the docs suggest. We tackled three main challenges: setting up Vite builds, managing multiple components, and handling plugins. You can see the final pull request here. This ...Vue.js
Sharafath Alisharafath.hashnode.dev·17 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
Danyl Novhorodovdanyl.hashnode.dev·18 hours agoWhy Your Dependencies Keep Betraying YouHere we go again. Another round of developer outrage because your favorite open-source library just went commercial. This time, it’s FluentAssertions (source). But hold on—didn’t we just go through this with Moq? (source). Let’s be real: You never le...Code Rant ChroniclesC#
Driptaroop Dasblog.dripto.xyz·19 hours agoExplain To Me...Hello after a long hibernation and welcome to my Postgres series where I will cover different aspects of Postgres I learned as an application developer. In this section, we will be covering the Explain command in PostgreSQL. In short, The EXPLAIN com...PostgreSQLSQL
Swarnabha Majumderhow-the-internet-says-hello.hashnode.dev·21 hours agoHow the Internet Says 'Hello':A Visual Guide To TCP HandshakeImagine I'm calling a friend to share exciting news. I say "Hello," they reply "Hi, I can hear you," and I say, "Great, let's talk!" This back-and-forth makes sure we're both ready to chat before starting the real conversation. In the same way, when ...ChaiCode
Himanshu Gaurhimagaur.hashnode.dev·a day agoBuilding a Wishlist App: My Journey with Room Database, DAO, and Entity IntegrationDay 14 of My Android Development Journey: Diving into Room Database, DAO, and More! It’s been an incredibly productive day in my Android development journey! Today, my instructor, Sir Denis Panjuta, took us through some critical aspects of Android ap...Android
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