Posts
All the articles I've posted.
MutationObserver to listen to any HTML element in your DOM(Javascript).
Published: at 11:16 AMLearn how to use MutationObserver to monitor changes to HTML elements in your DOM in JavaScript.
Most used database design in a Microservice architecture
Published: at 02:03 AMWhich database design should you choose for your application on microservices architecture?
Integrate Makefile into your routine as a Python developer
Published: at 08:57 AMAutomate your Python development tasks by integrating a Makefile into your daily workflow.
Create a simple python web service, dockerize and publish it
Published: at 01:51 AMSet up a python API with FastAPI, build a docker image and publish it on the docker registry.