Tuples in C# 7
Explains the new tuple syntax and ValueTuple type in C# 7, highlighting performance benefits and named elements over older Tuple classes.
Explains the new tuple syntax and ValueTuple type in C# 7, highlighting performance benefits and named elements over older Tuple classes.
A guide on creating Azure AD B2C service principals for Graph API access using PowerShell, addressing tenant permission issues.
Exploring Oracle Stream Analytics (OSA), a tool for real-time analysis of streaming data like Kafka and Twitter feeds via a web interface.
Explains the new image dimension validation rules in Laravel 5.3, including parameters like min_width, max_height, and ratio.
A developer shares statically compiled Unison 2.48 binaries for ARM architecture, along with detailed build notes using QEMU and Debian.
A developer shares their experience contributing to Docker's official documentation by fixing a Windows-specific path issue in the config.json file guide.
Introducing batch report requests in RSiteCatalyst v1.4.9 for faster bulk data downloads from the Adobe Analytics API.
Explores using Google Closure Compiler to significantly reduce Angular 2 application bundle size, detailing the process and experimental results.
Discusses the philosophy that removing unnecessary features improves software by reducing complexity and cognitive load for users.
Explores the evolution of JavaScript object literals in ES2015, covering prototype setup, shorthand methods, computed properties, and future proposals.
A tech consultant explains why clear, professional writing is a critical skill in IT, covering grammar, context, and documentation.
Fixing a Kafka Connect HDFS/Hive integration error caused by using the wrong converter class, preventing automatic schema creation.
Explains how to use the global.json file in .NET Core to reference local project source code instead of NuGet packages for easier debugging and development.
Explains the six states of a Service Worker lifecycle (parsed, installing, installed, activating, activated, redundant) and how to manage updates.
Explains how to use the linker's --wrap flag to mock C standard library functions for unit testing, enabling isolated code testing.
A sarcastic, BuzzFeed-style list of 10 useful LDFLAGS for linker configuration and debugging in software development.
A tutorial on refactoring a React application from Redux to MobX for state management, covering key concepts and dependencies.
A guide to configuring apcupsd on a Debian/Proxmox server with an APC UPS, covering installation, device detection, and troubleshooting.
Explains how to use the Swift Either enum for type-safe handling of two possible value types, with a practical example for table view data sources.
A step-by-step tutorial on building a .NET Core console application that integrates with Azure Service Bus using the AMQP protocol.