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
Load Testing APIs with Artillery
Artillery is a modern, powerful & easy-to-use load testing and functional testing toolkit. It can be used to ship scalable backends, APIs & services that stay performant and resilient under high load. Let’s learn how to use Artillery!Table of ContentsSystem RequirementsInstallationKey…
October 4, 2020 • 3 minute read