
Jun 19, 2020
Writing Your First Flutter Application With Deno and Postgres
A brief demonstration on how to build your Flutter App with Deno and Backend on Postgres.
Author
Subscribe to Our Newsletter
Subscribe to RSS
Press & Media Hub RSS FeedMore from the engineering frontline.

Building Local LLMs Using Dart FFI And llama.cpp: Beyond Wrapper Packages
Build local LLMs in Flutter with Dart FFI and llama.cpp, and see how native bridges, GGUF models, memory management, and token streaming enable private, on-device AI.

My Flutter App Froze With Three Photos on Screen. Here's What I Was Doing Wrong
This blog explains how rethinking Flutter’s image-processing architecture fixed severe performance issues and improved rendering efficiency.

Building a Production-Ready Canva-like Editor with Konva.js, React 19 and Next.js 15
This blog explains how to build a production-ready canvas editor with Konva.js, React, and Next.js, covering architecture, performance, and key engineering decisions.

What a PHP-to-NestJS Banking Migration Taught Us About Architecture, Security, and Trust
This blog explores the architecture, security, performance, and documentation lessons from migrating a legacy PHP/Laravel banking platform to NestJS.

Building Production-Grade Video Thumbnail Scrubbing in the Browser: HLS, Frame Extraction, Caching, and Performance Trade-offs
This blog explains how to build responsive video thumbnail scrubbing in the browser for local files and HLS streams, covering frame extraction, caching, and performance trade-offs.

The Agent Can See Your App. How Often Can It Look?
AI coding agents can now interact with mobile apps, but their effectiveness depends on iteration speed. This blog explores how React Native architecture influences feedback loops and AI-driven developer productivity.

Building Interactive Cards from Design JSON Without Killing Your Feed: Overlays, Video, Mute/Unmute, and Lag-Free Lists
Learn how to turn design JSON into interactive, video-enabled cards using overlays, smart media controls, caching, and virtualization without slowing down high-cardinality feeds.