Oct 3, 2021Loopback 4 JWT Authentication with FirebaseThe title says it all. The team decided to use Loopback 4 for the APIs as it is easy to get something working really quick. The challenge came when we wanted to integrate the authentication mechanism with our front end which was on VueJs. Firebase was our authentication server since…Firebase5 min readFirebase5 min read
Jan 6, 2021GitLab CI — Where are my JUnit test reports?Recently, I had the opportunity to assist some friends who wanted to setup a CI pipeline. They were using GitLab as their choice for version control, so I headed over to gitlab.com, signed in and created a blank project. …Gitlab3 min readGitlab3 min read