DHCP Reservations: No Cluster? No Problem!
A guide to synchronizing DHCP reservations across multiple non-clustered servers using PowerShell for reliable client addressing.
A guide to synchronizing DHCP reservations across multiple non-clustered servers using PowerShell for reliable client addressing.
A guide to using Cake build automation with C# to create a single, cross-platform DevOps pipeline for .NET Core projects on AppVeyor and Travis CI.
Explains why Thread.CurrentPrincipal is not set in ASP.NET Core and provides guidance on handling user identity in the new framework.
Explores defining and computing design-based pseudo-R-squared statistics for logistic regression models under complex survey sampling, like case-control designs.
A guide on protecting API keys in Python applications by storing them in a separate config file and using .gitignore to prevent exposure on GitHub.
An analysis of the perceived decline of Scala, its influence on Java, and its future niche roles in Big Data and DSLs.
A technical guide on implementing offline reading functionality for web applications using Service Workers, with practical code examples.
A software developer summarizes key lessons from 'On Writing Well' to help fellow developers improve their writing skills.
Overview of new and upcoming ECMAScript regular expression features like dotAll mode, lookbehind assertions, named capture groups, and Unicode property escapes.
A freelance web developer shares their 2017 goals, focusing on community involvement, learning new tech, and improving work-life balance.
A summary of the January 2017 London VMware User Group meeting, covering sessions on Rubrik, vSphere 6.5, AWS, and StorMagic.
Explains how .NET delegates work internally, including their CLR implementation, IL representation, and runtime behavior.
Rittman Mead's presentations at BIWA Summit 2017 on Oracle analytics, Apache Kafka, and OBIEE performance.
A guide to implementing HTTP Public Key Pinning (HPKP) for enhanced security in ASP.NET Core applications, covering benefits and risks.
A technical guide on using CSS custom properties to manage responsive state changes, like a collapsible menu, without duplicating breakpoint logic.
Explains the 5 essential rules for correctly implementing ARIA (Accessible Rich Internet Applications) attributes in HTML to improve web accessibility.
Argues that deep understanding of software abstractions is not necessary for effective use, challenging a common belief in tech.
An analysis of a critical Azure networking limitation that disrupts long-lived TCP connections after 4 minutes of silence, causing packet blackholing.
Explores undocumented Gulp event handling to properly terminate Node.js processes after running Ava.js integration tests against Express servers.