Adding a verb to the dotnet CLI tooling
Explains how to extend the .NET Core CLI by creating custom commands (verbs) that integrate with the current project context.
Explains how to extend the .NET Core CLI by creating custom commands (verbs) that integrate with the current project context.
A comprehensive guide to diagnosing and fixing OBIEE (Oracle Business Intelligence) performance issues, covering testing, caching, and optimization.
Author shares tips and resources for passing the Microsoft Azure 70-533 certification exam, covering study materials and key technical areas.
A critique of a MongoDB outage post-mortem, discussing the pitfalls of 'accidental DBAs' and the need for specialized database reliability engineering.
A mathematical puzzle about probability and expected number of turns in a random drawing game.
Exploring UI testing on iOS, comparing KIF and XCUI, and solving flaky tests with better synchronization techniques.
Analyzes performance inefficiencies in LINQ queries, including hidden allocations, and offers optimization techniques for C# developers.
Explores computational challenges of large quadratic forms in genomics, focusing on eigenvalue approximations for high-dimensional statistical tests like SKAT.
A developer explains building a security-focused static code analysis tool for Gulp by extending an existing plugin, following open source philosophy.
A step-by-step tutorial on how to containerize an ASP.NET Core application using Docker, from creating a Dockerfile to running the image.
An update on using Flight.js at TweetDeck in 2016, covering mixins, state management, data flow with RxJS, and component architecture.
A guide to automating AWS EBS snapshot creation and cross-region copying using PowerShell for disaster recovery purposes.
Summary of key Microsoft Ignite 2016 announcements for Office 365, SharePoint, and Azure from Day 1.
Guide to adding a NuGet package source on macOS and Linux for .NET Core projects.
Discusses the inevitability of website breaches, lists major hacks, and explains how to assess your risk and prepare for security incidents.
A developer explains their decision to join Snyk, a security tool company, to lead developer relations, emphasizing the importance of accessible security.
A tutorial on extending Common Lisp's Iterate library by creating a custom 'averaging' clause for calculating running averages in loops.
A tech company shares its detailed, multi-week hiring process for building a successful distributed team, focusing on candidate care and internal feedback.
Guide to fixing compatibility issues when building iOS 10 games with Game Maker Studio 1.4 and Xcode 8, covering provisioning and plist settings.
A step-by-step guide to integrating Serilog for structured logging in an ASP.NET Core application, including configuration and dependency injection.