code
Docker tutorial
Docker is awesome but can be difficult to understand and remember. Therefore I’ve started to write a mini tutorial to cover some of it’s concepts through examples. Tutorial Docker Basics In this tutorial, we cover… Read More »Docker tutorial
Chatengine.io
What is Chat Engine Chat Engine is an API which makes it easy to build chat services. Building a chat from scratch takes a lot of time, code, and is expensive, it’s better to use… Read More »Chatengine.io
Private search engine
Every time you search something on google, bing etc. the provider will build a profile about you. This will allow them to sell that information to advertisers and other third party to better target you.… Read More »Private search engine
Docker
Why Docker Docker is a popular platform that allows developers to create, deploy, and run applications in a containerized environment. Essentially, it solves the problem of dependency management, allowing developers to easily package their applications… Read More »Docker
Code with Nx
If like me, during my consulting days, you’ve spent a lot of time working on monorepo apps, you’ll understand how painful it can be to work with: Introducing Nx by Nrwl Nx by Nrwl solves… Read More »Code with Nx