Posts
All the articles I've posted.
GPG for Developers: Securing Your Communications, Files, and Git Commits
Published: at 02:00 AMLearn how to use GPG keys to encrypt messages, sign files, and verify Git commits, ensuring authenticity and trust in your projects.
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.