Easy Filtering of IoT Data Streams with Azure Stream Analytics and JSON reference data
Using Azure Stream Analytics with JSON reference data to filter IoT telemetry streams for specific hardware and partners.
Using Azure Stream Analytics with JSON reference data to filter IoT telemetry streams for specific hardware and partners.
A case study on optimizing complex SVG illustrations for performance and accessibility by using inline SVG techniques.
A web developer shares their journey learning machine learning, applying JavaScript skills to a new domain and rediscovering math.
A developer shares challenges and solutions from building a Scheme interpreter in D, covering data representation, function evaluation, and AST design.
Argues for using your Linux distro's native package manager over language-specific tools like pip/npm for better system integration and deployment.
Updated guide for learning React and Redux in 2019, offering opinionated tips on boilerplates, components, state management, and testing.
A guide to automating development database setup using Docker, including scripts to import production dumps into a MariaDB image for faster local deployment.
Fixing a MySQL JSON import error by converting binary character set strings to utf8mb4 using a regex find-and-replace.
Analysis of the Meltdown/Spectre processor flaws and their critical impact on SQL Server deployments, security, and performance.
Overview of key new features and changes in the official HTML 5.2 specification, including the native <dialog> element and Payment Request API for iframes.
Analyzes the recent panic over npm security, arguing it's based on social engineering in PRs, not a flaw in npm itself.
Learn how to use WordPress as a headless CMS with its REST API to generate static sites for the JAMstack.
A review of Kevin Mitnick's book 'The Art of Invisibility', which explores digital privacy threats and practical protection strategies for everyone.
A technical guide on implementing Azure AD's On-Behalf-Of token flow in an ASP.NET Core 2.0 API to securely call downstream services like Microsoft Graph.
A step-by-step tutorial on containerizing an ASP.NET Core application using Docker, covering setup, Dockerfile creation, and image building.
A humorous R programming tutorial combining tibbletime, tidyquant, and magick packages to create playful data visualizations with pop culture references.
Explains a common Terraform error with AWS Security Group rules in EC2 classic and provides the correct configuration using the security group name.
Explains the compilation process in C versus the compilation and interpretation process in CPython, with practical examples.
A personal collection of Vim notes covering modes, commands, cursor movement, search/replace, macros, and text manipulation for developers.
A tutorial on setting up and using Gatsby.js, a React-based static site generator, covering installation, project structure, and its key features.