More Go Standard Library - Building SaaS #198
Exploring Go's standard library features like JSON, templates, and static file embedding for SaaS development.
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.
How eBPF technology can prevent system crashes like the massive July 2024 Windows outage caused by a faulty kernel driver update.
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.
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.
A guide to using the Date.now() method in JavaScript for getting timestamps and simple date logic.
A developer reflects on how naming conventions and web standards create layers of abstraction that make modern web development possible.
A developer argues that AI will augment, not replace, front-end developers, addressing fears about the future of the profession.
A guide to using django-simple-history for tracking model changes and version control in Django projects.
Brendan Gregg's SREcon22 APAC keynote on the future of computing performance, covering new developments and predictions.
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 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.
The author details the process of adapting Python's ASGI standard for Lua, creating LASGI to connect a Lua web server and application.
Common mistakes to avoid when learning TypeScript, especially for developers with JavaScript or other language backgrounds.