Twilight

Twilight @7twilight

About: Sometimes taking a leap forward means leaving a few things behind

Joined:
Dec 28, 2024

Twilight
articles - 12 total

Why Your Domain Entities Should Keep Their Own Secrets

Imagine you're at a party, and someone claims to be your friend Sarah's boyfriend. You've never met...

Learn More 0 0Feb 26

Ever Wonder How Flutter Powers a Smooth, Live Price List for Stocks and Crypto?

Have you ever scrolled through a list of live prices—stocks 📈 (like Apple or Tesla), crypto pairs 💰...

Learn More 5 0Feb 23

Building a WebSocket Client in Flutter: From Zero to Hero

This article guides you through creating a WebSocket client in Flutter for real-time data. We’ll...

Learn More 5 0Feb 22

Mastering Auth in Flutter with Dio: From Simple Access Tokens to a Refresh Flow

Authentication is a foundational requirement for most apps. In Flutter, a common pattern uses JWTs...

Learn More 4 0Jan 19

Mastering Nested Navigation in Flutter with `go_router` and a Bottom Nav Bar

Managing multiple tabs, each with its own navigation history, can feel daunting. In this post, we’ll...

Learn More 6 1Jan 12

Understanding `context.push` vs `context.go` in Flutter's GoRouter

Navigating between screens is a fundamental aspect of any Flutter application. With the advent of the...

Learn More 2 0Jan 12

Best Practices for Managing Route Names and Paths with go_router in Flutter

Are you tired of typing out long, hard-coded paths when navigating between screens in your Flutter...

Learn More 1 0Jan 11

Designing RESTful API Routes for Following Channels 🚀

When building applications that allow users to follow channels or creators, designing clear and...

Learn More 1 0Jan 5

Understanding ShellRoute in go_router: Managing Shared Layouts Effectively

The ShellRoute in the go_router package is a powerful tool for Flutter developers to manage shared...

Learn More 4 0Jan 4

Understanding the Dart/Flutter Event Loop with a “Factory Conveyor Belt” Metaphor

In Flutter, understanding how tasks are executed—especially asynchronous ones—is crucial for building...

Learn More 0 0Jan 2

Deploying an Existing Express API + Prisma + Supabase Project to Vercel

Deploying an existing Express API integrated with Prisma and Supabase to Vercel can be...

Learn More 2 2Jan 1

How to Transfer PostgreSQL Database from Local to Supabase on macOS

If you’ve been working with a PostgreSQL database locally and now want to move it to Supabase for...

Learn More 2 0Dec 31 '24