Building future .NET projects is quite pleasant
Explores the improved build process for ASP.NET 5 (vNext) projects, highlighting self-contained builds and simplified setup compared to traditional .NET.
Explores the improved build process for ASP.NET 5 (vNext) projects, highlighting self-contained builds and simplified setup compared to traditional .NET.
A detailed review of Microsoft Azure's major updates, feature releases, and milestones throughout the year 2014.
Matt Stauffer shares his recent podcast and vlog appearances, discussing topics like SaaS, Laravel, and CSS.
A developer shares a script for sharing selected webpage text directly to Twitter, with automatic highlighting and URL hash integration.
Explores the cultural divide between technical developers (geeks) and non-technical managers (suits) in government IT and how startups invert this hierarchy.
A guide to securing the ASP.NET MVC Web.config file, covering custom errors, cookie security, and removing revealing HTTP headers.
Analyzes the cultural and technological barriers to modern software development practices in government IT, contrasting it with the private sector.
Explains the mobile-first CSS approach, its benefits over desktop-first, and provides practical code examples for responsive web design.
A guide to integrating Google's PageSpeed Insights into a local Gulp workflow using ngrok for automated performance testing.
Analyzes the performance overhead of enabling integer overflow checks in compiled code, estimating a small penalty for most applications.
A review of the book 'Data Science at the Command Line', highlighting its approach to data manipulation and analysis using command-line tools.
A developer discovers and documents a bug in Xcode where the @objc attribute fails to create the correct class name for Swift classes used in Objective-C.
Technical guide on optimizing Drupal performance by managing database indexes, queries, and removing unused modules.
Advocates for built-in configuration file transforms in Visual Studio, discussing the SlowCheetah extension and recent Microsoft updates.
Guide to monitoring OS metrics across a Linux cluster using colmux and collectl for system administrators.
A guide to configuring a Linux swap device on AWS instances using Cloud-Init's cloud-config syntax for persistent setup.
The author explores different types of background music and ambient sounds to improve focus and productivity while working.
A technical guide to achieving an A+ SSL/TLS rating on Qualys SSL Labs by configuring Nginx with specific protocols, ciphers, and security features.
A front-end developer explores cognitive science concepts like the Doorway Effect and learning modalities to combat information overload and improve comprehension in tech.
Explores the challenge of pickling Python objects with cached properties and proposes a mixin solution to exclude cached data from serialization.