General
6 articles
Mendel: A Self-Hosted A/B Testing Framework
Mendel is a self-hosted A/B testing and feature flag library for Node.js apps that already use Mongoose. v1.0.2 shipped this week on npm under MIT. …
15 Configuration Files Every Developer Should Know
The first time you clone a production repo, you scroll past the src/ folder and freeze. There is a parade of files you have never opened: .eslintrc, …
Run Linux Containers on macOS with Apple's CLI
Apple ships a native container CLI tool with macOS. The tool runs Linux containers without Docker Desktop. It uses Apple’s Containerization …
Integrate LLMs into Dev Pipelines: Practical Guide
Integrating large language models (LLMs) into development pipelines can enhance productivity by automating routine tasks such as generating unit …
Master Git Worktrees: Ditch the Stash & Boost Your Workflow
As a senior developer with more than 10 years of handling Git repos, I’ve dealt with plenty of workflow issues. Imagine this: You’re in …
Why Storing Files in the Database is a Bad Practice: Best Alternatives
In the world of web development, the idea of saving files in a database might seem appealing at first glance. After all, if structured data resides …