Thinking Rigorously
Have you ever found yourself thinking thoughts similar to these? “This project deadline is too short so I don’t have time to dig into this issue.” “This is the way we’ve always done it, so we should keep doing it.”…
Have you ever found yourself thinking thoughts similar to these? “This project deadline is too short so I don’t have time to dig into this issue.” “This is the way we’ve always done it, so we should keep doing it.”…
Whilst ramping up on a client project this year, the client’s security team required myself and our team to have separate GitHub accounts for access to any of the client’s GitHub repositories. Setting up multiple Git accounts on one user…
Oftentimes, we need to use specific icon sets from a design for a site rebuild. SVGs are often the best way to display these on the frontend because they’re more performant, more flexible and much easier to work with than…
position: sticky is an excellent newer CSS property for working with designs where an element needs to stick to point a page as a user scrolls down. This allows us to replace large amounts of legacy JS and bring styling of…
We use Webpack at Human Made to power our frontend JS and SCSS compilation and refreshing. Webpack is a powerful tool, but there’s always been an important piece missing on our local builds when working on monolithic WP themes: refreshing…