dart

Tag

Cards List
#dart

Proof types in Dart: Using final classes as computational witnesses

Lobsters Hottest · 2026-07-28 Cached

This article explains how to use Dart's final class with private constructors to create proof types that enforce validation at compile time, ensuring that certain computations have been performed before values are used.

0 favorites 0 likes
#dart

@freeCodeCamp: Modern distributed systems need fast, reliable ways for services to communicate. In this handbook, @devseyi explains ho…

X AI KOLs Timeline · 2026-07-27 Cached

A comprehensive handbook explaining RPC, Protocol Buffers, and gRPC for building modern distributed systems, including a hands-on implementation with Dart and Flutter.

0 favorites 0 likes
#dart

@freeCodeCamp: When one event needs to trigger multiple reactions, tightly coupled code can quickly get hard to maintain. In this hand…

X AI KOLs Timeline · 2026-07-21 Cached

A handbook explaining the Observer design pattern, its implementation in Dart, and how it integrates with event-driven architecture and Domain-Driven Design in Flutter applications.

0 favorites 0 likes
#dart

Optimizing an Algorithm That’s Quadratic by Design

Lobsters Hottest · 2026-07-01 Cached

This article details the optimization of WhatChord's ranking algorithm, which uses a non-transitive comparator and linearization to handle cyclic preferences, achieving efficient chord name ranking despite the algorithm's quadratic design.

0 favorites 0 likes
#dart

@googledevs: Building agentic apps is easy. Making them production-ready is hard. Announcing Genkit Middleware: A composable way to …

X AI KOLs Following · 2026-05-14 Cached

Google announces Genkit Middleware, a composable middleware system for the Genkit open-source framework to add retries, fallbacks, human-in-the-loop approvals, and observability to agentic applications. It is available now for TypeScript, Go, and Dart, with Python support coming soon.

0 favorites 0 likes
#dart

Dart Live, a compiler, VM, analyzer and hot reload on the web via Wasm

Lobsters Hottest · 2026-05-13 Cached

Dart Live enables running the Dart compiler, VM, and analyzer entirely in the browser via WebAssembly, supporting stateful hot reload without a server.

0 favorites 0 likes
← Back to home

Submit Feedback