Survey analysis in SQL
Introducing an R package for complex survey analysis using SQL databases via dplyr/dbplyr, with a focus on hexagonal binning algorithms.
Introducing an R package for complex survey analysis using SQL databases via dplyr/dbplyr, with a focus on hexagonal binning algorithms.
An introduction to the Node.js Security Working Group, its role in securing Node.js core and modules, and how to get involved.
A PowerShell script to automatically select and tweet a random blog post from an RSS feed archive.
A technical guide on setting up remote debugging for Node.js applications deployed on Azure App Service (Linux) using WebStorm and SSH tunneling.
Introducing koio, a lightweight tool for embedding files into C programs, enabling static bundling of assets like markup and images.
Explores three methods for packaging Roslyn analyzers specific to a NuGet package, discussing trade-offs in adoption, updates, and user control.
Introducing Guess.js, a toolkit for data-driven user experiences on the web, including predictive pre-fetching and smarter JavaScript bundling.
Extends dispatcher-agnostic view-models to work across multiple windows and UI threads using SynchronizationContext.
A personal recap of the first day at the PowerShell + DevOps Global Summit 2018, covering keynotes and technical sessions.
A guide to installing and using Storybook for React component development, including setup and writing basic stories.
A guide to using the #PSHelp hashtag on Twitter for quick, informal PowerShell assistance, including a script to monitor the hashtag.
An analysis of Google AMP's performance, examining its speed in search results, as a standalone framework, and compared to canonical pages.
OpenIddict RC2 released with new features for third-party client support, application permissions, scope validation, and updated introspection endpoint.
An introductory guide to Reinforcement Learning (RL), covering key concepts, algorithms like SARSA and Q-learning, and its role in AI breakthroughs.
A developer's technical exploration of the Netty framework for building high-performance network applications in Java, prompted by HTTP client frustrations.
A developer creates a Battleship game board using CSS Grid and minimal JavaScript as part of a personal challenge to build CodePen projects.
A hands-on tutorial exploring Java 9's key features, including language changes, new APIs, the module system, and migration tips.
A Firefox security engineer investigates exploit mitigations like Arbitrary Code Guard (ACG) and its feasibility for macOS, focusing on dynamic code generation restrictions.
Explores JavaScript decorators for writing cleaner, more efficient code with examples in React and Angular.
Practical tips for optimizing Django database interactions, covering aggregation filters, namedtuples, and custom functions.