XCTest closure based expectations
A tutorial on using XCTest closure-based expectations with NSPredicate to test asynchronous Swift code.
A tutorial on using XCTest closure-based expectations with NSPredicate to test asynchronous Swift code.
Explains why BEM alone isn't enough for scalable CSS and introduces a namespace system to create a more robust, side-effect-free architecture.
How to set a custom User-Agent string for all requests in a UWP WebView control using a Win32 API.
A step-by-step tutorial on deploying an ASP.NET Core web application to a Raspberry Pi running Windows 10 IoT Core.
Fixes for the TS5023 compiler error in Angular2 projects using Visual Studio 2015, caused by unknown 'typeRoots' and 'types' options.
A tutorial on configuring and sending emails from an ASP.NET Core application using Gmail and Hotmail SMTP servers.
A developer shares the challenges of integrating Semantic UI with Ember.js and the lessons learned from the process.
A technical analysis using sentiment analysis on Warren Buffett's shareholder letters from 1977-2016 to identify trends in tone and market influence.
A detailed guide on repairing a faulty Apple Airport Express by diagnosing a power supply issue and replacing it with a custom USB-powered solution.
Troubleshooting guide for common iOS and Android native build errors encountered when using Cordova plugins, focusing on dependency conflicts.
A guest post about productivity and 'getting the gist' of topics without becoming an expert, featured on 'Human and the machine'.
A guide for developers on how to start contributing to open source projects, covering finding projects, selecting issues, and open source etiquette.
A tutorial on using the BurntToast PowerShell module to create toast notifications for new Stack Overflow questions, demonstrating custom buttons.
A developer shares personal git tips, branching strategies, and best practices for efficient version control workflows.
A tutorial on setting up and writing functional web tests using the TestCafe framework, including project setup and CI integration.
Weekly roundup of VMware ecosystem and virtualization news, including vCenter updates, storage hyperconvergence, and Microsoft support changes.
A guide to manually editing .csproj files for better performance and control, including tips on cleaning up XML and using extensions.
Analyzes efficiency differences between weighted and unweighted logistic regression in case-control studies, showing when ignoring weights is beneficial.
A guide to using a NuGet package for integrating Angular 2 into ASP.NET MVC and WebAPI applications, including setup and configuration.
A tutorial on creating a custom Angular pipe to sort datetime columns in an *ngFor directive, handling both ascending and descending order.