Vdirsyncer status update 2024-10: security audit
Security audit results for vdirsyncer reveal four minor findings, including file permissions and error handling issues, with fixes implemented.
Security audit results for vdirsyncer reveal four minor findings, including file permissions and error handling issues, with fixes implemented.
A practical guide to structuring Go projects, advocating for simplicity over rigid conventions and explaining when to use or avoid common directory patterns.
A recap of the 2024 Current conference on data streaming, covering keynotes, product updates, and talks on Apache Flink and related technologies.
A technical breakdown of the launch process, systems, and architecture behind the release of the Pile-Up Poker game on the Puzzmo platform.
Exploring Go middleware, request context, and database usage with the standard library, continuing a series on building web apps.
Explains how adding Unix domain socket support to vdirsyncer provides flexibility for advanced CalDav sync scenarios without bloating the core code.
The author details their journey migrating the 'Mess With DNS' educational tool from a custom, flawed DNS implementation to the more robust PowerDNS server.
Part 5 of a series on building an automatic differentiation package in Julia, demonstrating its use to create and train a multi-layer perceptron on the moons dataset.
Exploring Go's standard library features like JSON, templates, and static file embedding for SaaS development.
A guide to deploying Ruby on Rails with PostgreSQL on Google Cloud Run, using a personal toolchain and the Cloud Skills Boost platform.
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.
A developer recreates Minesweeper from scratch using X11 and C, resulting in a tiny, statically linked executable as a critique of modern bloat.
This episode covers implementing email confirmations and customizing Django-allauth forms for password reset functionality in a SaaS project.
Explains the Saga pattern for managing data consistency in distributed microservices transactions, including implementation on AWS.
Explores key prompt engineering techniques like zero-shot, few-shot, and chain-of-thought to improve generative AI outputs.
Explains how Entity Framework protects against SQL injection in LINQ queries but warns of risks when using raw SQL, highlighting safer alternatives.
Analysis of React 19's Suspense changes causing unexpected waterfalls and parallel loading issues, based on discoveries from the React Summit conference.
Explains how HttpClient's await behavior works with response headers vs. body, and how to control it using HttpCompletionOption.