When building an Angular application, the assets folder and favicon.ico file are copied over by default to a dist/project-name folder. Did you know that you could include other files when…
Have you ever needed to create multiple Jira issues at once? For example, maybe you’re doing a story slicing workshop where you need to create multiple stories at the same…
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! User…