Scale a Kubernetes Deployment with .NET Core
A tutorial on scaling Kubernetes deployments programmatically using a .NET Core API and the KubernetesClient library.
A tutorial on scaling Kubernetes deployments programmatically using a .NET Core API and the KubernetesClient library.
A veteran's guide to preparing for and navigating Apple's WWDC, covering essential gear, travel tips, and event strategy for first-time attendees.
A developer argues that adopting product management skills like communication and big-picture thinking makes developers more effective and influential.
Explores key traits of a strong web performance culture in tech organizations, based on industry experience and Google I/O insights.
Learn how to speed up Python I/O-bound tasks like downloading multiple URLs using the ThreadPoolExecutor for multithreading.
Analyzes the operational cost of using DynamoDB TTL for serverless scheduling, comparing it to AWS EventBridge Scheduler.
Analyzes the delay between DynamoDB TTL expiration and actual deletion, showing how table size impacts the delay.
A serverless method to schedule irregular AWS Lambda executions using DynamoDB TTL attributes and streams, with accuracy caveats.
Explains how to use Maven's new ${revision}, ${sha1}, and ${changelist} properties for simplified, centralized versioning in projects.
Explores efficient state representations for robots to accelerate Reinforcement Learning training, comparing pixel-based and model-based approaches.
A guide to supercharging search and global replace functionality in Vim using plugins and built-in tools for maximum speed.
A developer documents building a DIY air quality monitoring system using sensors and a BeagleBone Black to measure CO2, particulate matter, and other factors.
Explains the transition from Java EE to Jakarta EE, focusing on the namespace change from javax to jakarta due to trademark and licensing issues.
Two tech talks on rate limiting strategies and building a serverless search engine for NuGet.org using Azure Functions and Azure Search.
Explains Events Driven Architecture for iOS using MERLin, focusing on decoupling components, producers, listeners, and benefits like testability.
A reflective article exploring the philosophical and practical challenges of preventing software bugs, questioning what 'prevention' truly means.
Explores how multiple dispatch in Julia enables mathematically correct code, using complex number division as a key example.
A professor reflects on teaching new Machine Learning and Deep Learning courses at UW-Madison and showcases impressive student projects.
A professor reflects on teaching new Machine Learning and Deep Learning courses at UW-Madison and showcases student projects from those classes.
A guide to securely externalizing secrets like passwords in Kafka Connect configuration using KIP-297 and the FileConfigProvider.