NMNaga Mukesh Konathaminforked-logic.hashnode.dev·May 28, 2025 · 6 min readWrite-Ahead Logging (WAL)Modern databases need to guarantee that your data is not lost, even when things go wrong: crashes, power failures, or abrupt shutdowns. At the heart of this guarantee lies a simple yet powerful mechanism : Write-Ahead Logging (WAL). This blog is the ...00
NMNaga Mukesh Konathaminforked-logic.hashnode.dev·May 22, 2025 · 9 min readUnderstanding the Grapevine SDLC Model for Real-Time Fake News DetectionIntroduction Hey there! Have you ever wondered how software is built from scratch? Whether it’s a simple mobile app or a complex AI system, software development follows a well-defined process called the Software Development Life Cycle (SDLC). SDLC is...00
NMNaga Mukesh Konathaminforked-logic.hashnode.dev·May 1, 2025 · 7 min readScalable URL ShortenerIntroduction Hey everyone!In this blog, we're excited to share a deep dive into a project we recently built: a Scalable URL Shortener — kind of like Bitly. We built it using: Rust (for the backend) Tokio (for handling async requests) Warp (for bui...00