Published inTowards DevA practical guide into DevOps as a back-end engineerSo you are a backend engineer and you want to know how to deploy your services and set up CI/CD pipelines? This is a good first approach…Dec 17, 2021Dec 17, 2021
Published inTowards DevCreating a gateway service with node js and fastify(simplified)From my previous article, i had a request to simplify my code for readers. to do so, i will not make use of typescript neither will this…Aug 30, 2021Aug 30, 2021
Published inTowards DevWriting jenkins file for my Nodejs Typescript services.Jenkins is a free and open source automation server. It helps automate the parts of software development related to building, testing, and…Apr 9, 2021Apr 9, 2021
Published inTowards DevWriting a docker file for your node js typescript micro-service.Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to…Mar 30, 2021Mar 30, 2021
Creating a file service server with nodejs fastify and minIOWhy create a file service server? it provides a central but independent location on your network where you can store files and share them…Nov 22, 2020Nov 22, 2020
Published inTowards DevCreating a custom jaeger plugin to Monitor and troubleshoot complex distributed systems.As on-the-ground micro-service practitioners are quickly realizing, the majority of operational problems that arise when moving to a…Nov 21, 2020Nov 21, 2020
Published inTowards DevCreating a gateway service with node js, typescript and fastify.In this article we are going to create a gateway service that will serve all future micro-services that we will learn to create.Oct 23, 20201Oct 23, 20201
Building a socket api with node js, express, websocket and mongoDB: (User profile)This is a continuation from the first Login and registration and it is going to be prety brief since most of the concepts in this article…Oct 12, 2020Oct 12, 2020
Building a socket api with node js, express, websocket and mongoDB: (Login and registration)This will be a detailed three part series to get you up and ready to build a cool real time back-end monolithic service.Oct 9, 20201Oct 9, 20201