.NET Core, Code Analysis and StyleCop
A tutorial on integrating Code Analysis and StyleCop for code quality in .NET Core projects, including setup and rule configuration.
A tutorial on integrating Code Analysis and StyleCop for code quality in .NET Core projects, including setup and rule configuration.
Learn how to use AWS CloudFormation custom resources to create Amazon Route 53 DNS records across different AWS accounts in a multi-account setup.
A technical guide on deploying a Kubernetes cluster with Windows container hosts on Azure using Terraform.
Explains Laravel 5.4's real-time facades feature, which allows creating facades on-the-fly without separate classes.
Explains Laravel 5.4's new higher order messaging and 'when' method for collections, showing cleaner syntax for filtering and actions.
A tutorial on how to programmatically read Azure Service Health activity logs using .NET Core and the Azure SDK.
A developer shares their experience becoming a Xamarin Certified Mobile Developer through Xamarin University, recommending it for .NET and C# developers.
RSiteCatalyst v1.4.13 fixes an OAUTH2 authentication bug reported by a community member. A minor, cumulative update.
An in-depth look at Swift 4's Codable protocol, exploring its features for automatic serialization and comparing it to older Apple serialization methods.
Announcement of R 3.4.1 release, detailing Windows-specific bug fixes and providing an upgrade guide for Windows users.
A step-by-step tutorial on deploying an ASP.NET Core Web API to AWS Lambda, covering prerequisites, project setup, and configuration.
A deep technical dive into the ARM64 assembly implementation of Objective-C's core message-sending function, objc_msgSend.
Explains Scala's BlockContext for managing thread blocking, including how to prohibit blocking in specific scopes.
Fixing the 'Microsoft.Jet.OLEDB.4.0 provider not registered' error in IIS by enabling 32-bit applications for the App Pool.
Gnocchi 4.0, a major release of the time series database, introduces performance improvements, a Redis driver, and a rewritten scheduling mechanism.
Guide to separating Kafka Connect REST HTTP logs from stdout into a dedicated file using log4j configuration for easier troubleshooting.
A review and tips for Georgia Tech's OMSCS CS6476 Computer Vision course, covering content, assignments, and personal experience.
A tutorial on using Xcode's 'Capture View Hierarchy' debug feature to visualize the view hierarchy of the iOS 10 Maps app.
A technical guide on setting up and using the new headless Chrome browser with Selenium WebDriver for automated testing.