JVM – Garbage Collection

JVM – Garbage Collection

Introduction WARNING! – A lot of this content is just regurgitated content from the java magazine article that’s referenced below, if you’d like more detail, please refer to the article, this is a shortened overview at most. I’ve written this article to help educate myself & hopefully others! 🙂 Having read an article from Java…

JUnit: Code Coverage

JUnit: Code Coverage

Let’s talk about unit testing, mocks, stubs, etc, all the good stuff, recently truth be told, I’ve begun to love writing tests. One of the more important points behind writing unit tests is to not only ensure that the application has as little bugs as possible, but I find that tests are a pretty good…

Angular & Spring Boot Pipeline – Part I
| | | | | | | |

Angular & Spring Boot Pipeline – Part I

In this micro-series of tutorials, I will be discussing a full blown CI/CD pipeline for an Angular front end application & a small Spring Boot microservice. In this series, I will be using the following tools & technologies: Git Docker Azure DevOps WebStorm IntelliJ In addition to the stated tools above, we’ll be using the…