alexcoder.devHow AI can help you to be a solo game developerIntro I interestingly got into programming. It all kicked off with a Half-Life 2 modification back in the day. I wanted to make something cool for my favorite game. Then I realized that I'm really bad at level design or modelling. So I then attempted...Jun 17, 2025·19 min read
alexcoder.devMy first iOS Fitness app - FitAssistIntro I’ve been writing code for about 15 years now, ever since I kicked off my first project. My debut in the mobile world came in 2014 with an Android music player—a passion project that sparked my love for app development. These days, I spend most...Apr 1, 2025·6 min read
alexcoder.devReal-time pose estimation and movement detection with YOLOv11Intro In this article, we explore how to stream video from your smartphone to your computer, using it as a webcam. Then, we combine this with OpenCV video capturing and use YOLOv11 for pose estimation and movement detection. I am using Python, OpenCV...Jan 12, 2025·4 min read
alexcoder.devImplementing your personal production-ready Telegram bot using AI tools to monitor, transcribe, summarize and voice videos from YouTubeIntro Artificial intelligence (AI) is transforming the way we consume, create, and share information on the internet. From speech recognition to natural language processing, from computer vision to text summarization, AI tools are enabling us to acce...Dec 29, 2023·9 min read
alexcoder.devCell colony game in C++Intro I started my programming path from the book "C++ for Dummies". Then I solved programming tasks and made my first steps in different computer science areas using this language. I have my favorite game: "Half-Life 2", and during high school / fir...Jan 9, 2023·7 min read