How to decode dates with Codable
A guide to decoding various date formats (ISO 8601, seconds/milliseconds since 1970, custom) using Swift's Codable and JSONDecoder.
A guide to decoding various date formats (ISO 8601, seconds/milliseconds since 1970, custom) using Swift's Codable and JSONDecoder.
A comparison of the 1996 and 2021 Space Jam websites, analyzing their file sizes and load times on period-appropriate connections.
A developer's journey implementing dynamic Open Graph images for a blog using the Eleventy Image plugin and SVG.
A guide on testing React components that use React Query, covering network request mocking and testing strategies for async server state.
A guide to planning your tech career by identifying your core values and unique strengths to make fulfilling long-term choices.
A guide to overcoming fear and learning by hacking on the nginx source code, from downloading to compiling and making a simple change.
Explains the theory behind Linear Regression, a fundamental machine learning model for predicting continuous numerical values.
A technical guide on implementing an event consumer service using Apache Kafka and .NET, part of a series on event-driven architecture.
A technical guide on computing distance matrices using NumPy, focusing on Euclidean distance and its application in machine learning algorithms like k-Nearest Neighbors.
A developer uses Python and OpenCV to build a program that identifies embroidery thread colors from images, applying computer vision techniques.
A guide to getting started with ESModules in Node.js, covering setup and common errors.
A tutorial on building a Sudoku solver application using Azure Form Recognizer AI, .NET backend, and Angular frontend.
Explains how to monitor and report the real-time progress of parallel-running activities and sub-orchestrators within an Azure Durable Functions workflow.
A guide to creating a Core Data abstraction layer for SwiftUI, enabling clean separation between persistence and the view layer.
A guide for security professionals to understand Apache Kafka basics and its security features within the Kubernetes ecosystem.
A developer shares personal goals to overcome barriers like time, topic scarcity, and fear of criticism to write and publish more technical articles.
Explores the benefits of using Rust programming language to build high-performance, reliable Kubernetes operators for automating application management.
An interview with developer Carlton Gibson about his journey into programming, iOS development, and using Django for backend services.
A guide to creating custom property wrappers for SwiftUI, including practical examples like a feature flag wrapper.
An analysis of the Go programming language's strengths, praising its simplicity, stability, and suitability for internet-scale software development.