Little things that can make your life easier in 2016
Tips and tools for iOS developers to improve productivity in Xcode, including user breakpoints, plugins, and hidden settings.
Tips and tools for iOS developers to improve productivity in Xcode, including user breakpoints, plugins, and hidden settings.
A front-end developer's wishlist for 2016, focusing on container queries, Service Worker adoption, and new CSS selectors.
Guide on using PowerShell to install a DLL into the Global Assembly Cache (GAC) without Visual Studio.
Learn how to install a DLL into the Global Assembly Cache using PowerShell without Visual Studio.
A guide on fixing a bug in the Convert-WindowsImage script to successfully create a Nano Server TP4 VHD, including updated installation steps.
Analysis of a Microsoft demo showing a Windows NanoServer container base image, discussing its implications for Windows Server 2016 container technology.
A technical guide on manually creating and configuring Windows Server Containers on Nano Server 2016 TP3, covering VM setup and networking.
Overview of new features and the official installer script in Windows Server 2016 Nano Server Technical Preview 3.
An improved implementation of the weak event pattern in C# to prevent memory leaks, focusing on performance and API design.
A tutorial on implementing swipe-to-delete workflow in UITableView using Swift, including confirmation step.
A Swift tutorial on implementing a swipe-to-delete workflow in UITableView with a confirmation step.
Overview of SQL Server 2016's key security and performance features, including Always Encrypted, Stretch Database, and real-time analytics.
Microsoft Office 2016 public preview is now available for home and enterprise users with stable performance.
A 2015 roundup of web browser news, new features, debugging tools, and testing techniques for web developers.
A guide to preventing clickjacking attacks on Drupal and Apache web applications by configuring the X-Frame-Options header.
Announcement for NEJS Conf, a tech conference on August 7th at Omaha's Henry Doorly Zoo, with a call for speakers.
Explains the concept of Ubiquitous Language in software design using a personal medical story to highlight the importance of clear terminology.
Explores the two main goals of Test Driven Development (TDD) for iOS apps in Swift: proper code placement and correct logic.
Explores the two main goals of Test Driven Development (TDD) for iOS/Swift apps: ensuring code is in the right place and logic is correct.
How to distinguish between multiple UIActionSheets in Swift using tags and enumerations for cleaner code.