Latest Updates

Documenting code, one commit at a time.

Clean House: Why a Single Misplaced Lock File Matters

In the vajilla-crm project, a recent chore commit addressed a seemingly minor detail: the removal of a misplaced lock file. While such a task might appear trivial on the surface, it highlights a crucial aspect of maintaining a healthy and predictable development environment. These small acts of digital housekeeping contribute significantly to long-term project stability and developer

Read more

Moving a React Project to the Root Directory

When starting a new React project, the initial setup often involves creating a project directory with tooling configurations nested inside. However, as development progresses, it might become necessary to refactor the project structure and move the entire project to the root directory.

The Need for Refactoring

Consider a scenario where the initial project setup placed all configurations and

Read more