Kafka Connect - Deep Dive into Single Message Transforms
A deep dive into Kafka Connect's Single Message Transforms (SMT), exploring their use for data manipulation within the pipeline.
A deep dive into Kafka Connect's Single Message Transforms (SMT), exploring their use for data manipulation within the pipeline.
Argues that software projects can and should aim for completion, focusing on stability over constant new features, using examples like Sway and scdoc.
A tutorial on building a simple file upload API server using Vapor 4 and Swift, including code examples and configuration.
A tutorial on using iOS's CNContactPickerViewController to let users select contacts or specific contact data without requiring full contacts permission.
A guide to integrating C# 9 record-based strongly-typed IDs with Entity Framework Core using value converters.
A tutorial on implementing AJAX calls using Vapor 4 and Leaf templates for server-side Swift web development.
Explains how to use Kafka Connect's MaskField Single Message Transform to mask sensitive data fields like credit card numbers during data ingestion.
Explains how to implement email sending in iOS 14 apps using the `mailto:` URL scheme to open the user's default email client.
Explains how to use Kafka Connect's RegExRouter SMT to rename topics for source connectors and target objects for sink connectors.
A tutorial on implementing a basic HTML file upload form using the Vapor 4 framework and Leaf template engine, written in Swift.
Learn how to create a custom 404 error page in Next.js by adding a 404.js file to your pages directory for custom branding and styling.
Tutorial on creating custom Django template tags and filters to extend template functionality in a blog application.
A developer shares their experience learning Python through Advent of Code puzzles and compares Python's ecosystem to Rust's documentation.
A tech enthusiast details their project to build a secure, private home network using prosumer hardware and custom configurations.
The article argues that current web analytics practices fail to meet ethical standards of informed consent and calls for industry reform.
A developer's hands-on review of the Apple Silicon M1 chip for software development, covering performance, compatibility, and testing challenges.
A technical guide on writing an emulator to interpret a simple C program's ELF binary on Linux/AMD64, covering ELF parsing and instruction decoding.
A deep dive into debugging an AccessViolationException in .NET's ObjectNative::IsLockHeld method, tracing orphaned locks in an Orchard application.
A guide to building a first-year Developer Relations program, comparing the AAARRRP and Orbit models for structuring metrics and goals.
A guide to implementing a custom TypeConverter for binding ISO 8601 week strings to a complex type in ASP.NET Core Razor Pages.