WordPress Filter Search Results By Category and Tag
Many WordPress themes provide a simple search form that includes a single input field for entering your search term. The search results are helpful, but what if you wanted to…
November 23, 2020 • 6 minute read
How To Display App Version In Angular
It’s common for applications to display what version of the application is currently being used. For example, in browsers, you can go to their About page and see what browser…
November 19, 2020 • 2 minute read
WordPress Tag Navigation Using A Select Element
WordPress tags can be used to organize your posts into specific topics. Selecting a tag brings you to an archive of all posts with that tag. A tag cloud used…
November 9, 2020 • 4 minute read
Test API Requests with Postman
Prior to coding, it’s helpful to test your API requests and review the responses. There are several tools out there, but we’ll be focusing on how to use Postman to…
November 3, 2020 • 4 minute read
How To Create VS Code Snippets
Visual Studio Code Snippets are templates that make it easier to enter repeating code patterns, such as loops or conditional statements. Let’s learn how to create our own code snippets!Table of…
October 16, 2020 • 3 minute read