Episode 17 - Accepting Files
A Django tutorial episode explaining how to safely accept and manage user-uploaded files using FileField and ImageField.
A Django tutorial episode explaining how to safely accept and manage user-uploaded files using FileField and ImageField.
Analyzes potential AWS cost savings from migrating a backend from NodeJS to Golang, focusing on compute services like EC2, Fargate, and Lambda.
An analysis of futurist prediction methods, comparing accurate forecasters with those who have poor track records.
A developer reviews their 10-month tenure at Remix, highlighting community growth and achievements before leaving to focus on a new venture, EpicWeb.dev.
A tutorial explaining TypeScript Generics, starting with basic functions and progressing to abstract, reusable code.
A personal blog post sharing heartfelt memories of a friend named Josh, focusing on his personality, quirks, and the small moments.
A developer builds a teacher checklist model and feature for a Django-based SaaS homeschooling application in this coding stream recap.
A developer continues building a teacher checklist feature for a SaaS app, focusing on Django refactoring and adding new context data.
A tutorial on creating a GraphQL API server using Node.js and Express, covering schemas, queries, mutations, and resolvers.
Learn systematic problem-solving techniques and tools for debugging issues in Django web applications.
Explores the state of Universal JavaScript, showing how to write code that runs in Node.js, Deno, and browsers using a podcast parsing example.
A developer creates a web app to learn a diatonic accordion by mapping its buttons to a computer keyboard using Svelte and the Web Audio API.
A developer reflects on 10 years of blogging, covering the evolution of his website, technologies used, and how it influenced his career.
Explores using Rust traits for external types, using a custom IsLocalhost trait as a practical example to improve code clarity.
The article argues for using simple, monolithic architectures over complex ones, using examples like Wave and Stack Overflow to show effectiveness at scale.
The author explores routing in web frameworks and details the implementation of a flat-list routing system for their Lua-based Atlas framework.
A step-by-step guide on installing and configuring the Prettier code formatter in VS Code to automatically format code on save.
A developer explains how to use Lua coroutines to replace confusing callback patterns in asynchronous code for a more synchronous-looking interface.
Developer builds admin tools to inspect PDF reports for a homeschool app, part of a SaaS development series.
A developer details creating a custom logging system in Lua to replace print statements and manage output during testing.