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


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


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