Lorem ipsum dolor sit amet consectetur adipiscing elit. Quisque faucibus ex sapien vitae pellentesque sem placerat. In id cursus mi pretium tellus duis convallis.

A posts feed displays a list of recent or selected blog posts, news updates, or articles. It helps keep content fresh and engaging by automatically pulling in posts based on categories, tags, or date, giving users quick access to the latest updates.

Uncategorized

Commit Messages

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

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

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

The theme.json file offers a wide range of customization options that make our lives much…

Development, WordPress

Layout constraints

The Problem The layout issue ultimately comes down to constraint styles coming from the Group…

Uncategorized

Our WordPress boilerplate

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…