KQL lessons learnt from #365daysofKQL
A security engineer shares key lessons and query patterns learned from a year-long #365daysofKQL challenge, focusing on threat hunting and log analysis.
A security engineer shares key lessons and query patterns learned from a year-long #365daysofKQL challenge, focusing on threat hunting and log analysis.
Explains the 'Don't Mock What You Don't Own' testing principle, discussing why you should avoid mocking third-party dependencies and offering alternatives.
A guide to creating SwiftUI sheets that don't dim the underlying view, enabling interactive overlays like Apple Maps.
A guide to understanding the CAP theorem in distributed systems, explaining when it applies and its implications for consistency and availability.
A guide on converting Hugging Face Transformers models to the ONNX format using the Optimum library for optimized deployment.
A guide to implementing feature flags in .NET applications, from basic toggles to advanced configurations for controlled rollouts.
Announcing the 2022 Ihaka Lectures, featuring online talks by Emi Tanaka, Luke Tierney, and Wes McKinney on R, data science tools, and experimental design.
Part 2 of a series on using Azure Anomaly Detector to identify unusual patterns in air quality sensor data for safety alerts.
Explains how to use TaskCompletionSource in .NET to convert event-based APIs into awaitable tasks, with examples for timers and error handling.
A guide to learning Microsoft Azure using free tiers, sandboxes, and subscription benefits without paying for a full subscription.
A guide on creating multiple app targets in Xcode with different Bundle IDs for TestFlight, covering duplication, configuration, and runtime parameters.
Explores the connection between observability in IT systems and the dinosaur counting system from Jurassic Park, using the story to explain monitoring concepts.
A tutorial on using SwiftUI 4's new ImageRenderer to convert views into images, covering setup, async handling, and resolution fixes.
Tutorial on setting up a Google Cloud Platform Compute Instance VM to run Dockerized PHP applications, covering manual and automated provisioning.
An introduction to modern data systems, explaining OLTP, OLAP, data warehouses, data lakes, and the roles of data engineers, analysts, and scientists.
Introducing Himitsu, a new Unix key/value store and protocol for managing secrets like passwords and SSH keys, with a focus on extensibility and user consent.
A comprehensive guide to implementing OAuth 2.0 authorization with multiple providers (Google, GitHub, Amazon) in a Node.js backend using Passport.js.
Explains the key differences between 32-bit and 64-bit computer systems using simple analogies for beginners.
A guide on using babel-plugin-transform-remove-console to strip console statements from React Native/Expo apps for production builds.
A technical guide on using BroadcastChannel API and focus management to create cross-tab title hints for desktop web applications.