Posts
All the articles I've posted.
4 Advanced Git Commands Every Developer Should Know
Published: at 01:46 AMMaster these four advanced Git commands to recover lost commits, clean up your history, and take full control of your workflow.
Caching function in Python Using the LRU Cache Strategy
Published: at 03:00 AMImprove considerably the performance of your python applications with the lru_cache decorator
Create 2 Million records in a database from a single SQL query
Published: at 02:11 AMIn this post, you'll learn how to generate a mass of data using WITH RECURSIVE clause.
Building a simple API with Golang using Gin-gonic
Published: at 07:57 AMI am going to teach you how to create a simple API with Gin-gonic in Go
What is ULID and why should you start using it?
Published: at 02:25 AMA brief overview of ULID and how to use it.
Node(20.6.0) now supports built-in .env files
Published: at 02:00 AMLearn how to manage .env with node 20.6.0 without using an external package.
Scheduling tasks in Golang with atomicgo
Published: at 07:17 PMLearn to schedule tasks execution in golang with atomicgo
How to check if an object has a property or key(Javascript).
Published: at 02:35 AMDiscover the different methods for checking whether an object has a specific property or key in JavaScript.
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?