top of page
Search


How to Build an AI-Powered Recommendation System with Flutter and Dart
Recommendation systems are the invisible engines behind today’s most engaging digital experiences. Whether it’s suggesting the next movie to watch, a product to buy, or a post to read, intelligent recommendations make users feel understood – and keep them coming back. Traditionally, these systems required complex machine learning pipelines and heavy infrastructure. But with recent advances in embeddings and vector search , it’s now possible to build efficient, AI-powered rec
Yulian Airapetov
Dec 18, 20258 min read


Dart 3.10 & Flutter 3.38
The release of Dart 3.10 and Flutter 3.38 marks one of the most notable updates in the Google ecosystem this year. While the versions may not appear disruptive at first glance, they introduce meaningful improvements that directly impact performance , stability , and the overall development experience across mobile and cross-platform projects. Dart receives a set of enhancements focused on language ergonomics and runtime efficiency , while Flutter continues to mature as
Yulian Airapetov
Nov 25, 20257 min read


ORM in Dart: A Modern Approach to Working with PostgreSQL
Data is at the core of nearly every modern application. Whether it’s a mobile app, a web service, or a desktop tool – they all rely on databases to store, retrieve, and manage information. The way an app interacts with its data layer has a direct impact on its performance and stability. When building with Dart , developers often need to handle structured data – defining tables, running queries, and keeping records up to date. Writing SQL by hand can quickly become repetitive
Yulian Airapetov
Nov 18, 20256 min read


Streamlining Payments in Flutter: Stripe, Google Pay, and Custom Checkout
"Smooth in-app payments are no longer optional — they’re essential. With Flutter and Stripe, you can create a secure, user-friendly checkout flow that builds trust and drives conversions."
Maksim Murin
Sep 9, 20256 min read


Announcing Dart 3.9 & Flutter 3.35
Google’s latest enhancements in the Dart and Flutter ecosystems are here, and they’re built for efficiency, developer experience, and a...
Yulian Airapetov
Aug 19, 20253 min read


Dart in Backend Development
When most developers think of Dart , they often associate it with Flutter and building beautiful UIs for mobile and web 📱💻. However,...
Maksim Murin
May 29, 20255 min read
bottom of page