RSS Amplifier

Blog

AlexCoderBlog

senior software engineer @fellow.app

alexcoder.devRSS feed ↗7 posts

Live Last read · last published · next check

Written by

Latest posts

I built my first SaaS project — AnimFlow

For the past few months, I’ve been working on a small side project that I finally feel comfortable sharing. It’s called AnimFlow - https://animflow.io/ At a high level, AnimFlow is a simple idea:Take

How AI can help you to be a solo game developer

Intro 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...

My first iOS Fitness app - FitAssist

Intro 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...

Real-time pose estimation and movement detection with YOLOv11

Intro 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...

Implementing your personal production-ready Telegram bot using AI tools to monitor, transcribe, summarize and voice videos from YouTube

Intro 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...

Cell 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...

Asynchronous Telegram bot with aiogram and GINO ORM

Telegram Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed. For me, Telegram - is not just a messenger. It is the first app I open in the morning to read the news. And I am making a significant part of dail...