Blogs
Showing 5 of 18 blogs
Page 1 of 4
- Build your own personal SIRI with LLAMA-3 like a PRO! 🧙♂️ 🪄PythonLLaMavoice assistantsopenaishell scriptgroqttsTL;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...
- Learn to monitor your Python Application Like a PRO! 🧙♂️🪄PythonDockerKubernetesDevopsProgramming BlogsTL;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...
- Automate your Instagram Posts like a PRO with Cron jobs! 🚀PythoncronjoblogginginstagramTL;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...
- How to Host Static Sites on Azure Static Web Apps for FreeAzureWeb DevelopmentIn this article, I will show you how you can host your React/Next.js app or any static web app on Azure Static Web Apps. I will be showing you both ways of doing it – through the GUI and with the CLI. I assume you already have built a project and op...