-
Why Modular Monoliths Make Sense Again for Solo Developers Working with AI
A practical comparison of monoliths, modular monoliths, and microservices/MSA, with a focus on solo developers and AI-assisted development.
-
Why Modular Monoliths Fit Solo Developers Building with AI
A practical comparison of monoliths, modular monoliths, and microservices/MSA for solo developers and small teams building with AI.
-
About Daily-it: Practical Notes on Technical Problems from Real Work
Daily-it is a technical blog focused on development environments, infrastructure, automation, AI tools, official documentation, and real-world troubleshooting.
-
Docker Concepts and Installation Guide: From Container Basics to Ubuntu Setup
A beginner-friendly Docker guide covering containers, images, Docker Engine installation on Ubuntu, Docker Desktop, Dockerfile and Compose examples, and practical mistakes to avoid.
-
Installing NVM: Managing Node.js Versions on Apple Silicon Mac
Learn how to install nvm on Apple Silicon Mac, configure zsh, install Node.js LTS, use .nvmrc, avoid Homebrew conflicts, and fix common nvm issues.
-
How to Install Codex CLI: Start the OpenAI Coding Agent on macOS, Windows, and Linux
Install and verify Codex CLI across macOS, Windows, and Linux, with guidance on official install methods, authentication, PATH issues, proxies, and common troubleshooting.
-
What Is WatermelonDB in React Native? Offline-First Local DB Usage Compared with SQLite
A practical guide to WatermelonDB for React Native: how it uses SQLite, when it helps, sync concepts, setup basics, and how it compares with direct SQLite usage.
-
React Native Nitro and TurboModule Guide: Choosing Native Modules in the New Architecture
Compare React Native TurboModule and Nitro Modules, their architecture, trade-offs, setup pitfalls, and practical criteria for choosing the right native module approach.