Pairing Guidelines
Guidelines for effective pair programming in software development, covering when to pair, session length, and team dynamics.
Guidelines for effective pair programming in software development, covering when to pair, session length, and team dynamics.
A tutorial on implementing background decoration views for sections in iOS UICollectionViewCompositional Layout.
Tips and best practices for implementing Diffable Data Sources in iOS development, covering typealiases, avoiding retain cycles, and using enums.
Explains serverless methods to fetch random records from DynamoDB, S3, and Redis for applications like quiz apps.
Explains how to use Kafka Connect's TimestampConverter SMT to transform timestamp fields between string and native types for proper data handling.
Explains how to use Kafka Connect's TimestampRouter SMT to dynamically route messages to time-partitioned topics based on message timestamps.
Analyzes the fallout from Timnit Gebru's firing from Google and debates appropriate community responses in the AI research field.
A satirical look at a dystopian future where killer robots run on Java 128, exploring modern Java features like HTTP/2, security, and Project Loom.
Author announces two new books on Quarkus, a Java framework: one explaining its architecture and one providing hands-on microservice development.
Explains how to serialize C# 9 strongly-typed IDs to JSON using System.Text.Json, covering custom converters and a converter factory.
Analyzes three experiments on the ICML 2020 peer-review process, focusing on resubmission bias, discussion effects, and reviewer recruiting.
Technical guide on using CMake and CPack to create a macOS application bundle, covering bundle structure and generator options.
A deep dive into debugging an AccessViolationException in .NET's ObjectNative::IsLockHeld method, tracing orphaned locks in an Orchard application.
A guide on making iOS app files accessible in the Files app and managing private vs. public storage directories.
OpenIddict 3.0 RC1 released, focusing on bug fixes and removing error description localization to comply with OAuth 2.0 specs.
Using Netlify's redirect feature to proxy Cloudinary image requests through your own domain for performance benefits.
A seasoned developer shares 10 key lessons from a decade in software, focusing on soft skills, practical knowledge, and career advice.
Explains the differences between Azure Availability Sets and Availability Zones for building resilient cloud architectures.
A critique of DuckDuckGo's privacy and technical flaws, arguing for a new, truly open-source search engine with its own crawler.
A deep-dive investigation into an AccessViolation crash in the .NET runtime's ObjectNative::IsLockHeld method, encountered while testing a tracer.