development
HOME | development
development
5 Common uses for WP CLI to save time
March 2, 2022 · 2 min read
Using WP CLI is not only a time saver but can be a saving grace.
development
HTML Tags you rarely use but should.
August 30, 2021 · 2 min read
What's an address tag.. and have you ever heard of an optgroup tag?!?.
development
3 Key tips for improving Accessibility and UX
August 6, 2021 · 2 min read
What used to work in the past doesn't always work now, especially if you want to make accessible to everyone.
development
How to remove duplicates in an Javascript Array - 3 ways
July 24, 2021 · 3 min read
Arrays are a great way to handle data, but sometimes you want to remove the duplicates from a list.