Django 6.0 released
Django 6.0 is released, featuring new background workers and template partials for improved web development.
Django 6.0 is released, featuring new background workers and template partials for improved web development.
Explores building a web framework designed for AI-generated code, addressing LLM challenges like API mismatches and training data limitations.
Explores advanced techniques for the Meridian Swift web framework, focusing on responder parameterization and architectural design decisions.
An update on Meridian, a Swift on the Server web framework inspired by SwiftUI, covering async/await support and WebSocket integration.
A developer explains their reasoning for choosing the Django web framework over Flask for a SaaS project, based on their experience.
The author introduces Tempest, a new, minimal PHP framework designed for small projects, and shares a personal health update affecting his work.
A tutorial on building a minimal clone of ASP.NET Core from scratch to understand its core concepts like the web server, controllers, and middleware.
A tutorial on building server-side applications using the Hummingbird framework in Swift, covering setup and key features.
A developer reviews their 10-month tenure at Remix, highlighting community growth and achievements before leaving to focus on a new venture, EpicWeb.dev.
An interview transcript explaining Deno, a modern JavaScript/TypeScript runtime created by Node.js founder Ryan Dahl to address Node's shortcomings.
An overview and technical exploration of Poem, a feature-rich, Rust-based web framework, covering its setup, features, and examples.
A monthly update on TinyPilot, a tech hardware/software project, covering revenue, software licensing, and development progress.
A guide exploring the Axum web framework for Rust, covering its features, setup, and examples like a chat app.
The author details building a minimal HTTP parser for the Atlas web framework, focusing on extracting the method and path from the request line.
The author discusses building HTTP request and response objects for their Lua web framework and explores options for an HTTP parser.
The author explores routing in web frameworks and details the implementation of a flat-list routing system for their Lua-based Atlas framework.
The author details the process of adapting Python's ASGI standard for Lua, creating LASGI to connect a Lua web server and application.
A developer shares their journey of learning Lua by attempting to build a web framework and server from scratch.
A developer explains why they love the Remix framework, highlighting its benefits for user experience and developer happiness.
An overview of the Actix web framework for Rust, covering its history, features, and a practical example of setting up a WebSocket chat application.