10 articles with this tag
Agentic Postgres: Why Agents Need Fast Forking Databases
Why traditional databases fail AI agents: fast forking with copy-on-write lets an agent run destructive SQL in a sandbox before it touches production.
Git hardcore: hooks, submodules, monorepos and surviving huge codebases
Advanced Git techniques for large codebases: hooks, submodules, monorepos, performance and disaster plans.
Modern Android Development Philosophy: Beyond the Code
The philosophical principles behind modern Android architecture: declarative over imperative, single source of truth, and why the shift matters.
Capstone Project: Architecting a Real App from Scratch
A practical blueprint for building a complete Android app from scratch: Retrofit networking, the Repository pattern, MVVM, and idiomatic Kotlin throughout.
Modern Architecture (MVVM): Building Robust and Testable Android Apps
Understand the MVVM pattern and how ViewModel, LiveData/StateFlow, and Repository pattern solve the fundamental problems of Android's lifecycle.
Worktrees: Multiple Workspaces, One Repository
How Git worktrees let you keep several branches checked out at once, sharing one repository - no more constant stashing or maintaining parallel clones.
Undoing the Impossible: Reset, Revert, and Advanced Recovery
A deep analysis of how `reset`, `revert`, and `reflog` work, transforming catastrophic Git errors into simple inconveniences.
HTMX: The Future of the Web or Nostalgic Regression?
A technical analysis of HTMX, the library that proposes simplifying the modern web by trading JavaScript complexity for HTML attributes.
Mastering Git Submodules: A Definitive Guide to Complex Repository Architecture
A complete guide to the anatomy, workflow and strategy of Git submodules, turning one of Git's most misunderstood features into a dependable tool.
Distributed Philosophy: How Git Revolutionized Development
Git wasn't just a technical improvement. By making every clone a complete, independent repository, it destroyed the centralized model of version control.