Jul 21, 202110 VSCode plugins that will make your life as a software developer easierIn my time in uni and the years I’ve been working 9–5 jobs, I’ve learned that no matter how good you are, you can always do better ( WOW 🤦♂ right?). Most of the time this “better” thing comes from your hard work, continuous learning etc. but there are moments…Vscode7 min read
May 13, 2021Why should PRs/MRs weigh more in software developmentPRs? MRs? What? For those of you who are new to software development, Pull Requests (PRs) or Merge Requests (MRs) are…well requests that you make in order to get your newly added/modified code into a parent branch. If you’re at the beginning you might not have done this if you worked alone on…Pull Request4 min read
Feb 13, 2021Forward requests to auth service within a Kubernetes microservices architectureIn your typical microservice architecture the main access point (and desirably the only one) to the inside of it should be the apigateway. So its job is to route the requests, as the first line of interaction between outside world and the inside, to the appropriate microservice based on different…Kubernetes6 min read