Parse Inbound Email - Building SaaS #175
A developer episode on parsing inbound emails with Python & Django to create journal entries, using libraries like dateutil and email.
A developer episode on parsing inbound emails with Python & Django to create journal entries, using libraries like dateutil and email.
A developer shares a solution for a SwiftUI shadow animation glitch that occurs during tab switching, using the .id modifier to force view recreation.
A technical guide to downloading, processing, and visualizing global geospatial datasets from the public domain Natural Earth project using tools like AWS S3, DuckDB, and QGIS.
Explains the enhanced logging features in .NET 8, focusing on the improved LoggerMessageAttribute and source generators for better performance and readability.
Learn how Amazon CodeWhisperer uses generative AI to convert natural language into SQL code, accelerating database development.
An analysis of ChatGPT's knowledge cutoff date, testing its accuracy on celebrity death dates to understand the limits of its training data.
A technical guide for iOS developers on detecting and updating widgets for iOS 17's StandBy mode using the containerBackground API.
Explores a technical limitation in new web APIs where a popover element cannot be interacted with when placed above a modal dialog, discussing workarounds and spec issues.
A guide to installing and using the GitHub CLI to boost productivity for project maintainers and contributors, covering login and key commands.
Explores whether Debezium can lose database change events, explaining its at-least-once semantics and operational pitfalls like log retention.
Explores whether the Debezium change data capture tool can lose database events, discussing its at-least-once semantics and operational pitfalls.
A technical guide exploring the OpenAI Assistants API, covering its core concepts and demonstrating how to create an assistant with the Code Interpreter tool.
Overview of new features in Redux Toolkit 2.0 presented at React Summit US 2023, including video and slides.
A tutorial on deploying Meta's Llama 2 7B model on AWS Inferentia2 using Amazon SageMaker and the optimum-neuron library.
Introducing VestPocket, a file-based key-value store library for .NET AOT applications, offering lightweight data persistence without a database engine.
A tutorial on creating flower shapes in CSS using layered radial gradients and trigonometric functions like sin() and cos() for precise positioning.
A guide on integrating Blazor components into existing ASP.NET applications, including MVC, Razor Pages, and JavaScript frameworks like React and Angular.
Explores two Vanilla JavaScript methods—Getters/Setters and Proxies—to implement automatic reactivity similar to frameworks like Svelte.
Monthly roundup of data streaming trends, featuring Apache Iceberg, Kafka Streams, Flink deployments, and streaming SQL insights.
Blog author delays posts due to technical issues with image handling in a static site generator, working on a custom plugin.