A few short years ago, Quora was the darling of the tech world. A place where you could ask questions and get answers from people at the top in their chosen …
Despite having had my Switch since 2017, I am still in love with the console. After a busy life and kids made my Playstation 4 obsolete because it was …
I love GitHub Actions. They are so simple and powerful, allowing you to have your code deployment and source code in one location.
I manage and deploy all of my …
Recently I was tasked with processing some content from an API, the published dates and times were coming through with timezone values in the string. My dates …
If you are working with WordPress version 5 and up, you might be using the REST API. I love the in-built REST API WordPress provides, especially for creating …
WordPress comes with a lot of stuff out of the box. Throw in some plugins, and it gets even noisier. Next minute, your menu sidebar in admin looks like that …
Believe it or not, finding this information in the official WordPress documentation was a nightmare. I had to go through the WordPress codebase itself to find …
Despite the fact that I’ve been doing this whole front-end development thing for over a decade now, I still get caught up on silly things. Mostly …
The ever-changing landscape of web development can be both cruel and kind. In May 2009, Ryan Dahl introduced Node.js to the world, and it didn’t take long …
In Aurelia 1, we had the children decorator which allows you to query HTML elements inside of a component and then access them. In Aurelia 2, we have a children …