All Articles
vHighlights #003
Weekly roundup of VMware and virtualization news, including vSphere updates, AWS insights, and HA configuration guides.
Hi, Visual Studio 2017! Pleased to Meet You!
A web developer's overview of key new features in Visual Studio 2017, focusing on setup, editor improvements, and performance.
dotnet new Feature Selection
A guide to adding feature selection to custom .NET project templates using the dotnet new command, allowing developers to customize template components.
A year of tracking my HTTP requests
A developer tracks HTTP vs HTTPS requests for a year, highlighting major websites still using insecure HTTP and advocating for HTTPS adoption.
AngularJS: Add line-break or HTML Elements in Angular Bootstrap UI Tooltip
Explains how to add HTML line breaks and elements to Angular Bootstrap UI tooltips using uib-tooltip-html and $sce.
Accessible React Router navigation with ARIA Live Regions and Redux.
A guide to implementing accessible navigation in React Router SPAs using ARIA Live Regions and Redux to announce page changes for screen reader users.
Rolling back a failed VCSA HA deployment
Guide on recovering from a failed VMware vCenter Server Appliance High Availability deployment, including the built-in removal process.
A Hitchhikers Guide to the CoreCLR Source Code
A guide to navigating the open-source CoreCLR runtime source code, covering its structure, stats, and key components like the JIT and GC.
Running Webpack on AWS Lambda
A technical guide on executing Webpack bundling tasks within AWS Lambda functions for serverless build pipelines.
Angular2: Using custom loader / spinner as service in Angular 2 application
A tutorial on implementing a reusable custom loader/spinner as a service in an Angular 2 application using BehaviorSubject.
Group-by From Scratch
Explores implementing group-by operations from scratch in Python, comparing performance of Pandas, NumPy, and SciPy for data aggregation.
When to use React's Ref on a DOM node in React
A guide explaining when and how to properly use React's ref attribute to access DOM nodes, with examples and official use cases.
XCTest closure based expectations
A tutorial on using XCTest closure-based expectations with NSPredicate to test asynchronous Swift code.
Writing modular CSS (Part 2) — Namespaces
Explains why BEM alone isn't enough for scalable CSS and introduces a namespace system to create a more robust, side-effect-free architecture.
Setting a custom User-Agent in the UWP WebView control
How to set a custom User-Agent string for all requests in a UWP WebView control using a Win32 API.
Step by step: Running ASP.NET Core on Raspberry Pi
A step-by-step tutorial on deploying an ASP.NET Core web application to a Raspberry Pi running Windows 10 IoT Core.
Angular2: Resolve TS5023 Build:Unknown compiler option ‘typeRoots’ and ‘types’ error in Visual Studio
Fixes for the TS5023 compiler error in Angular2 projects using Visual Studio 2015, caused by unknown 'typeRoots' and 'types' options.
ASP.NET CORE: Sending Email with Gmail and Homtail Account using ASP.NET Core services
A tutorial on configuring and sending emails from an ASP.NET Core application using Gmail and Hotmail SMTP servers.
Semantic UI in Ember
A developer shares the challenges of integrating Semantic UI with Ember.js and the lessons learned from the process.