AYAkash Yadavinblog.akashy.com.np·Jul 31 · 4 min readUnderstanding Next.js Caching: How I Optimized App Using ISR, use cache & revalidateTag()While building My Project, one of the biggest challenges wasn't building the UI—it was deciding how to cache data correctly. I wanted my application to: ⚡ Feel instant while navigating 🔍 Remain SEO10
UBUddipan Bhattacharyyainuddipan.hashnode.dev·Jul 27 · 3 min readThe Day I Learned to Respect Database Indexes (The Hard Way)In 2021, I graduated from my university and joined a startup as its first employee. That time, I learned a lot of things. I picked up the full stack from scratch, Flutter, Node.js, MongoDB, all of it.00
ANakshay Nikhareinakshaynikhare.hashnode.dev·Jul 24 · 2 min readFireViston TV: Android App & Streaming Server for the Living RoomLive Project: tv.cadnative.com What Is FireViston TV? FireViston TV is a full-stack streaming solution designed for the modern living room. It consists of two parts that work in tight coordination: 00
OFOluwaseyi Fatunmoleinfreecodecamp.org·Jul 23 · 50 min readHow Clients and Servers Communicate: Full Handbook on HTTP/1.1, HTTP/2, REST, WebSockets, GraphQL, gRPC, and Protocol BuffersYou've built and consumed APIs. You know what a GET request is, what a JSON response looks like, and how to add an Authorization header. You've used REST, maybe tried GraphQL, and perhaps heard of gRP10
OOOluwagbade Odimayoingbadedata.hashnode.dev·Jul 23 · 13 min readThere Is No "Public" Checkbox: What Building a VPC From Scratch in Terraform Actually Teaches You I set out to complete Week 1 of the HUG Lagos/Ibadan 30 Days Terraform Challenge, which asks for something that sounds almost trivial: deploy a web server on a cloud platform. A VPC, a subnet, an inte00
ABAshutosh Bhagatinwirelessnetwork.hashnode.dev·Jul 15 · 5 min readI Built a Home NAS From a Dead PC and a Forgotten Router (And learnt networking.)It started with cleaning. An old desktop that hadn't been switched on in years and a spare TP-Link router sitting in a drawer since we upgraded our home internet. Both were headed for the "maybe somed00
EEyeseminalinmodular-game-engine.hashnode.dev·Jul 14 · 3 min readAbout the ProjectBuilding a Moddable, Server-Authoritative Voxel Engine from Scratch GitHub Repository: github.com/stanleyzihanfan/A_Game (Stable versions are on main branch. Active development lives on the feature b00
PMPrabhat Mishrainprabhatlabs.hashnode.dev·Jul 9 · 8 min readBuilding a Minimal, Self-Hosted Port-Forwarding Tool in GoWe've all used tools like Ngrok or Cloudflare Tunnels to quickly expose a local development HTTP server to the internet. They're very good at what they do and come packed with enterprise-grade feature00
KSKanishka Shashiinhtml-dev09.hashnode.dev·Jul 7 · 25 min readModern Next.js: Routing, Layouts, Server Components, API Routes & Server ActionsThe question that started it all Can a React application have both frontend and backend inside the same project? For most of React's history, the honest answer was "not really, not cleanly." A typical00
MMMichael Miroshnichenkoinhetman-software.hashnode.dev·Jun 30 · 1 min readHow to Recover Data from RAID 5, RAID 6, and RAID 0 Arrays Created on a Dell PERC H700 Controllerhttps://www.youtube.com/watch?v=n6chAEUEBKo In this video, we show how to recover data from RAID 5, RAID 6, and RAID 0 arrays created on a Dell PERC H700 controller. You’ll learn how the controller s00