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,…
UX User Flows March 24, 2026 A user flow is a diagram which shows how a user can and should navigate content on a site. This is not to be confused with how navigation works, but a user flow will influence…
Accessibility, Typography, UX The importance of copy width March 14, 2026 Have you ever been reading a webpage (or some books) and your eyes start getting tired or you can’t remember what you just read, even if it’s the middle of the day or an interesting…
Development, WordPress The power of theme.json February 20, 2026 The theme.json file offers a wide range of customization options that make our lives much…
Development, WordPress Layout constraints February 5, 2026 The Problem The layout issue ultimately comes down to constraint styles coming from the Group…
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…