I Love 💚 Django
A developer explains why Django is an excellent choice for building large, database-driven web applications, highlighting its rapid development, security, and ecosystem.
A developer explains why Django is an excellent choice for building large, database-driven web applications, highlighting its rapid development, security, and ecosystem.
A guide exploring the Axum web framework for Rust, covering its features, setup, and examples like a chat app.
A talk on leveraging PostgreSQL's advanced features within Django projects, presented at PyCon Italia 2022.
A talk from PyCon Italia 2022 on how developers can maximize their use of the Django web framework by engaging with and contributing to its open-source community.
A talk on leveraging PostgreSQL's advanced features within Django web framework for more powerful database-driven applications.
A talk from PyCon DE 2022 on how to maximize your use of Django by contributing to its open-source community and development.
A talk from Django Day Copenhagen 2022 on how to get involved in and contribute to the Django open-source community.
A talk from Python Web Conference 2022 on how to maximize Django's potential by engaging with and contributing to its open-source community.
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 talk summary on leveraging PostgreSQL's advanced features within Django projects, presented at PyCon Sri Lanka 2022.
A developer shares their journey of learning Lua by attempting to build a web framework and server from scratch.
A talk on leveraging PostgreSQL's advanced features within Django projects, presented at Pyjamas Conf 2021.
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.
An overview of the Rocket web framework for Rust, covering its features, history, and a practical setup guide.
A talk on leveraging PostgreSQL's advanced features within Django projects, presented at EuroPython 2021.
A tutorial on building a basic CRUD API using the Ruby Sinatra framework, following RESTful conventions.