How I Manage my System and Dotfiles (with Ansible) ๐ฅThe Problem ๐ค Wait... before I share the problem with you, I first need to make sure that you're on the right machine. I assume you are on Linux or macOS, as I am not so sure if this plays well with Windows. So, what's the problem we're trying to so...May 1, 2025ยท3 min read
๐ค Build an AI Travel Planner with CopilotKit, LangGraph & Google Maps API ๐คฉJan 25, 2025ยท21 min read
Build your own personal SIRI with LLAMA-3 like a PRO! ๐งโโ๏ธ ๐ชTL;DR โจ In this easy-to-follow tutorial, you will learn how to build your own voice assistant Siri with the LLAMA-3 AI Model. ๐ What you will learn: ๐ Learn how to set up TTS in a Python project using OpenAI TTS / Pyttsx3 / gTTS. Learn to generat...Oct 17, 2024ยท28 min read
Learn to monitor your Python Application Like a PRO! ๐งโโ๏ธ๐ชTL;DR In this easy-to-follow tutorial, you'll discover how to keep an eye on your Python application using distributed tracing. What you will learn: โจ How to build microservices in Python ๐. Setting up Docker containers ๐ฆ for microservices. Conf...Aug 16, 2024ยท13 min read
Automate your Instagram Posts like a PRO with Cron jobs! ๐TL;DR โจ In this easy-to-follow tutorial, you will learn how to build your own Instagram Automation tool from scratch with cron jobs. ๐ What you will learn: ๐ Learn how to set up logging in a Python project. Learn to add cron jobs in Unix based OS...Aug 10, 2024ยท27 min read
โจ Do this first if you are using an Auth Provider ๐งโโ๏ธ ๐ซตIn this article, I will show you how you can safely backup your users data in your own database when using an Authentication Provider. Why keep a backup in the first place? ๐ค Did you ever consciously think that when using an auth provider, you are ...Jun 30, 2024ยท8 min read
โ๏ธ4 core developer tools I use in my daily life ๐๐TL;DR This article lists my top 4 tools that I use in my daily life as a developer in 2024. โ These tools are aimed at improving your editing skills, terminal navigation, note-taking, and utilizing Docker beyond the containerization of applications. ...Mar 18, 2024ยท5 min read
๐ปBuild your own CLI version of MonkeyType ๐TL;DR In this easy-to-follow tutorial, you will learn how to build your own CLI version of MonkeyType in minutes. ๐ What you will learn: โจ Use the Python curses module to build a robust typing CLI application with WPM and Accuracy support. Are you...Feb 18, 2024ยท8 min read