- Python Architecture Essentials: Building Scalable and Clean Applications for Juniors— May 18th, 2024 · 20 min readDive into the fundamentals of scalable and clean application architecture in Python. Here, we explore essential concepts of OOP, SOLID principles, and Dependency Injection with practical examples of a real application structure.
- AI-powered Mobile App with Backend in Two Days (Tutorial)— May 5th, 2024 · 15 min readThis article delves into the nuts and bolts of creating a Proof of Concept (PoC) of a mobile app built with SwiftUI framework and a backend using FastAPI. As an extra, I'll demonstrate effective architecture patterns for SwiftUI apps, specifically MVVMP combined with SOLID principles and Dependency Injection (DI). For android, the code can be easily translated to Kotlin using Jetpack Compose Framework almost without changes.
- Dr. House — AI Diagnostician in your phone. Passing the Torch and Entrusting a Startup to Capable Hands— May 4th, 2024 · 4 min readThis article picks up where the previous one left off, [How We Built an AI Startup in a Weekend Hackathon in Germany], focusing more on the final product rather than the hackathon process itself.
- How We Built an AI Startup in a Weekend Hackathon in Germany— May 4th, 2024 · 9 min readHere's a rundown of my weekend at a Cologne hackathon, where we aimed to start an AI startup in just two days. We went from pitching ideas on Friday night to demoing a working app by Sunday. It involved coding late into the night, figuring out last-minute tech snags, and even putting together a presentation minutes before our demo. As a bonus, I have highlighted a to-do list of the main points for creating a startup.
- S.T.A.R.K - The First Voice Assistant's Framework— September 20th, 2023 · 2 min readI published a framework that allows you to build your own amazing voice assistant.
- Inside MajorDom v1.0: Exploring the Architecture of a New Smart Home System— June 1st, 2023 · 3 min readExploring the Architecture of MajorDom v1.0: Dive into the inner workings of MajorDom v1.0. Learn about its core components, fault tolerance and offline capabilities.
- Building a Smart Home - from Voice Assistant to MajorDom v1.0— May 26th, 2023 · 5 min readThe story of the origin of MajorDom: how I started creating my voice assistant and how it grew into a smart home system.
- How to Localize All Your iOS Apps into 20 Languages in 5 Minutes— March 1st, 2023 · 3 min readI created a console tool that automatically finds all .strings files in an xcode project and translates them into all languages.