Why Django and why not Flask?
A developer explains their reasoning for choosing the Django web framework over Flask for a SaaS project, based on their experience.
A developer explains their reasoning for choosing the Django web framework over Flask for a SaaS project, based on their experience.
A developer reviews their 10-month tenure at Remix, highlighting community growth and achievements before leaving to focus on a new venture, EpicWeb.dev.
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.
A technical guide for experienced developers on building a Remix app from scratch, bypassing the standard CLI to understand its core components.
Compares Django and Flask, two popular Python web frameworks, highlighting their similarities and key differences for developers.
A Django expert explains why you should use the latest version of the framework for new web applications, instead of older LTS versions.
This episode explores the structure of a Django application, explaining its core files and their purposes within a project.
A tutorial on using the Oak framework to build backend web applications in Deno, including setup and basic middleware.
A tutorial on setting up an Express.js server in a Node.js application, covering installation and basic server creation.
Announcement of Django Riffs, a new podcast for beginners to learn the Django web framework through topical episodes.
An introduction to the Django Riffs podcast, a beginner-friendly educational series for learning web development with the Django framework.
Explains how Django processes web requests using URL configurations (URLconf) to route URLs to the appropriate Python views.
A beginner-friendly introduction to Django, a Python web framework, explaining its core concepts and how it powers web applications.