Full Health Developer Launch
Announcing the launch of Full Health Developer, a website and newsletter focused on physical and mental health topics for software developers.
Announcing the launch of Full Health Developer, a website and newsletter focused on physical and mental health topics for software developers.
A technical tutorial on using Apache Kafka, KSQL, and Elasticsearch to analyze network event data, detect anomalies, and set up automated alerts.
Announcing a 2018 Asia & Australia tour featuring a full-day SQL Server performance analysis workshop in Melbourne and tech talks on Azure SQL and Availability Groups.
A parent shares their experience teaching their daughter to code using the CodeBug board, a simple programmable device with a Blockly-based IDE.
Explains why custom S3 methods in R fail and how to fix them by properly defining generic functions.
A tutorial on implementing animations in an Angular application, building an animated image slider from scratch.
An overview of open-source tools like PerfView and SharpLab for developers to analyze and understand the internal workings of the .NET runtime and CLR.
Explains the Terraform base64encode() function, its syntax, and provides practical examples for encoding strings.
A guide on effectively using Google and other resources to find the best learning materials for coding and software development.
A practical guide to implementing a hyperparameter tuning script for machine learning models, based on real-world experience from Taboola's engineering team.
A guide to installing and using the WireGuard VPN with Docker containers, including kernel module installation and tool usage.
A tutorial on using iOS Auto Layout anchors programmatically in Swift, covering best practices for creating constraints without Interface Builder.
Explains how JavaScript engines optimize code using shapes, inline caches, and the interpreter/compiler pipeline.
A deep dive into debugging a slow ASP.NET MVC request, tracing the root cause to HTTP chunked encoding and its performance implications.
Explores how CSS Grid can break standard web layouts and inspire more creative, flexible designs for the future.
A defense of seemingly messy CSS code, arguing that complex class structures often evolve from practical needs and team collaboration.
Upgrading to ASP.NET Core 2.1 can deliver serious performance improvements and developer productivity gains, with real-world results.
Explains how JavaScript engines optimize code using Shapes and Inline Caches, covering interpreters, compilers, and performance.
Explains the Terraform base64decode() function, its syntax, and provides practical examples for decoding base64-encoded strings.
Explores Swift's new @dynamicMemberLookup feature in Swift 4.2, discussing its use, potential pitfalls, and how to make dynamic calls explicit.