Demystify Machine Learning
Explains the theory behind Linear Regression, a fundamental machine learning model for predicting continuous numerical values.
Explains the theory behind Linear Regression, a fundamental machine learning model for predicting continuous numerical values.
A guide to overcoming fear and learning by hacking on the nginx source code, from downloading to compiling and making a simple change.
A technical guide on implementing an event consumer service using Apache Kafka and .NET, part of a series on event-driven architecture.
A guide to planning your tech career by identifying your core values and unique strengths to make fulfilling long-term choices.
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 guide on testing React components that use React Query, covering network request mocking and testing strategies for async server state.
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 tutorial on recreating the interactive macOS Dock animation using Svelte, Popmotion, and Vite in under 100 lines of code.
An analysis of the Go programming language's strengths, praising its simplicity, stability, and suitability for internet-scale software development.
A guide to creating custom property wrappers for SwiftUI, including practical examples like a feature flag wrapper.
A guide to automating ksqlDB query deployments using bash scripts and REST endpoints, with examples for local and Confluent Cloud.
Explores how Stochastic Gradient Descent (SGD) inherently prefers certain minima, leading to better generalization in deep learning, beyond classical theory.