PinnedA Gentle Introduction to Containerization and DockerIf you are a software engineer I bet you have already read or heard someone talking about containerization, docker, how it’s beneficial…Feb 26Feb 26
How to create a local Kubernetes cluster with KindWhile developing apps that will live in a Kubernetes environment it’s always better to have a local cluster to test our app or to debut…Jun 17Jun 17
Containers Orchestration and KubernetesIn my previous articles, we learned about containers and how to create a stack for your multi-container app using docker-compose. However…Jun 10Jun 10
Building Seiri, my Tasks/Notes taking appFor the last couple of years, I have been using todoist to track my daily tasks and notebag for my notes. Todoist was great it was missing…Jun 31Jun 31
Distributed Systems with Nodejs: My notes and reviewThis article was posted first on my personal blog mariusniemet.meApr 171Apr 171
Containerize your multi-services app with docker composeThis article was posted first on my personal blog mariusniemet.meMar 28Mar 28
2023 Year in review(This read and honestly, any other one would be nicer if you had Found by Jacob Banks or Face by Alex Kehm playing in the background)Dec 31, 2023Dec 31, 2023
DSA12# How to implement a Graph (Adjacency List and Matrix) in JavaScriptGraph-based questions are one of the most popular asked questions in software interviews. Last year I published an introduction to graphs…Jul 17, 2023Jul 17, 2023
How to use Job Queue to handle email sending in your Nestjs serverIn this modern era, when a user uses your software they expect to be notified every time an action is made, sometimes by him or other…Jun 26, 2023Jun 26, 2023
Writing Unit Tests for your Nestjs Rest APISoftware test automation refers to using software tools to automate the execution of tests and compare actual results with expected…Apr 11, 20231Apr 11, 20231