Uncategorized Commit Messages March 24, 2026 commits I hate commit messages, i feel like theyre often the hardest part of the work. 50/72 rule : https://dev.to/noelworden/improving-your-commit-message-with-the-50-72-rule-3g79 A consistent commit format means your git log becomes actually readable. Tags like FEAT, BUG,…
Uncategorized Our WordPress boilerplate February 3, 2026 What is WordPress and what is a boilerplate? WordPress is a content management system (CMS) used to build and manage websites without needing to code everything from scratch. A boilerplate is a pre-built starter template…