Blogs
Showing 10 of 23 blogs
Page 2 of 5
- How to Sync Your Portfolio with GitHub Repositories 😻👌software developmentGitHubProgramming Blogsgithub-actionsThe Issue 🫤 We all (at least most of us) have a portfolio site. As developers, we want to showcase the projects we’ve worked on, which we mostly store in our GitHub profiles. 🤔 But how do we go about showing them on our portfolio site? Previously...
- 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...