Some Go web dev notes
A developer shares notes on Go 1.22's improved built-in router and using sqlc to generate database code, based on personal project experience.
A developer shares notes on Go 1.22's improved built-in router and using sqlc to generate database code, based on personal project experience.
A developer shares their favorite features of the Fish shell, including autosuggestions and smart tab completion, after 7 years of daily use.
Exploring Go middleware, request context, and database usage with the standard library, continuing a series on building web apps.
The author details their journey migrating the 'Mess With DNS' educational tool from a custom, flawed DNS implementation to the more robust PowerDNS server.
Exploring Go's standard library features like JSON, templates, and static file embedding for SaaS development.
Exploring what kind of application can be built using only the Go programming language's standard library, without external dependencies.
Building a Django job to send activation email reminders before user accounts expire, plus discussion on dependency management.
Building a persistent trial banner using a Django inclusion template tag to share data across pages in a SaaS project.
This episode covers implementing email confirmations and customizing Django-allauth forms for password reset functionality in a SaaS project.
Analysis of React 19's Suspense changes causing unexpected waterfalls and parallel loading issues, based on discoveries from the React Summit conference.
A Django SaaS development update covering the debug toolbar, authorization, and email verification signals.
The author updates core pages like About, FAQ, and Home for the JourneyInbox SaaS app, focusing on UI layout and content.
Developer adds an export feature for user journal entries in a SaaS application, plus minor code cleanup.
Developer builds a user settings page with Stripe billing portal integration and account closure for a SaaS product.
Developer builds an import feature for a SaaS journaling app and handles dependency updates in this coding episode.
A personal experience report on preparing for and passing the Microsoft AI-900 Azure AI Fundamentals certification exam.
Explores performance analysis in the SObjectizer actor framework, focusing on throughput, latency, and factors like service time and waiting time.
A developer updates a SaaS app's legal pages and integrates Stripe for customer creation and subscription payments.
A developer discusses designing an inclusive SaaS dashboard, focusing on color blindness accessibility and user experience principles.
A guide to using memory-mapped files and overlaid structs in C# for efficient file I/O operations.