DTasks: a zero-abstraction durable task library
DTasks is a zero-abstraction library for writing long-running workflows across service boundaries. It is built directly on top of the C# async pattern, allowing users to write persistent and distribut...
Iron Enum - Lightweight Library for Rust-like Tagged Enums in TypeScript
# Iron Enum **Iron Enum** is a lightweight library that brings [Rust-like](https://doc.rust-lang.org/rust-by-example/custom_types/enum.html) tagged enums (also called algebraic data types or discrimin...
Rebuilding Prime Video UI with Rust and WebAssembly
Alexandru Ene discusses the details of a new UI SDK in Rust for Prime Video that targets living room devices. He talks about the challenges faced in developing UIs for living room devices such as set ...
Introducing Cline: Your AI Assistant for Software Development Tasks
Cline is an AI assistant that can handle complex software development tasks step-by-step. With tools that let him create & edit files, explore large projects, use the browser, and execute terminal com...
Common Mistakes in RESTful API Design
REST has dominated API design for good reason—when done right, it creates intuitive, scalable interfaces that leverage the webs architecture. Understanding RESTful API Design and Its Core Principles. ...
Ship / Show / Ask - A Modern Branching Strategy
Ship / Show / Ask is a branching strategy that combines the features of Pull Requests with the ability to keep shipping changes. Changes are categorized as either Ship (merge into mainline without rev...
Starwind UI - Powerful and Accessible Components for Astro Projects
Starwind UI is a set of powerful, accessible components for your Astro projects styled with Tailwind CSS. This documentation provides information on how to use Starwind UI in your projects. To get sta...
Goose Documentation
Goose is a developer agent that supercharges your software development by automating an array of coding tasks directly within your terminal or IDE. Guided by you, it can intelligently assess your proj...
kagent - A Kubernetes Native Framework for Building AI Agents
kagent is a kubernetes native framework for building AI agents. Kubernetes is the most popular orchestration platform for running workloads, and kagent makes it easy to build, deploy and manage AI age...
Static ECS - C# Entity component system framework
 ### LANGUAGE [RU](./README_RU.md) [EN](./README.md) ___ ### [BENCHMARKS](./Benchmark.md) ### [Unity module](https:...
Astro 5.5 | Astro
Astro 5.5 dives deep with better support for diagramming tools, improved Markdown compatibility, and type-safe sessions! Better support for diagramming tools in Markdown. Type-safe experimental sessio...
Frent - High Performance Entity Component Framework Library for C#
# [Frent](https://itsbuggingme.github.io/Frent/) [](https://www.nuget.org/packages/Frent/) [](https...
Astro Typesafe Routes Package README
This README file provides information about the Astro Typesafe Routes package. The package is designed to help developers create type-safe routes for their Astro projects. It aims to make it easier to...
Durable Execution: This Changes Everything | with Tom Wheeler

How would you code if your application could not fail? Consider how differently a senior engineer would approach the same project as someone just learning how to code. We can expect the neophyte to ...
A 10x Faster TypeScript - TypeScript
Today I’m excited to announce the next steps we’re taking to radically improve TypeScript performance. The core value proposition of TypeScript is an excellent developer experience. As your codebase g...
Framework to build LLM Copilots
Framework to build LLM Copilots with features like message history as a pandas DataFrame, simple JSON Schema definition helpers, streaming as default, scalable tool and structured outputs functionalit...
Klee Secure and Local AI on Your Desktop with RAG Knowledge Base and Markdown Note Support
Secure and local AI on your desktop with a built-in RAG knowledge base and Markdown note support. Like Klee? Give it a star 🌟, visit our Website or join our Discord. Download and run open-source LLMs...
Translate OpenAPI into LLM Tools
The `agents.json` Specification is an open specification that formally describes contracts for API and agent interactions, built on top of the OpenAPI standard. The current version is `0.1.0`. Use the...
AG2: Open-Source AgentOS for AI Agents
AG2 (formerly AutoGen) is an open-source programming framework for building AI agents and facilitating cooperation among multiple agents to solve tasks. AG2 aims to streamline the development and rese...
Atomic Agents - Lightweight and Modular Framework for Building Agentic AI Pipelines
# Atomic Agents The Atomic Agents framework is designed around the concept of atomicity to be an extremely lightweight and modular framework for building Agentic AI pipelines and applications without...