top of page
Search


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
5 days ago6 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 96 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 193 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 295 min read
bottom of page