Two Little Libraries
Introducing two JavaScript libraries, if-expression and try-expression, that wrap if/try statements in functional expressions for cleaner code.
Introducing two JavaScript libraries, if-expression and try-expression, that wrap if/try statements in functional expressions for cleaner code.
Explains how to use Deferred Events to make async event handlers awaitable, allowing the invoker to wait for all handlers to complete.
Mozilla introduces website assignment for Firefox Containers, allowing users to automatically open specific sites in isolated containers for enhanced privacy.
A comparison of Azure Load Balancer and Application Gateway, explaining their differences in OSI layers, features, and use cases for high availability.
Weekly roundup of VMware ecosystem news, including VMworld session voting, VMUG highlights, and new vSAN 6.5 lab features.
Explains how to add HTML line breaks and elements to Angular Bootstrap UI tooltips using uib-tooltip-html and $sce.
A developer's guide to setting up integration tests with Ava.js and Express, exploring alternatives to Supertest and using Gulp for server management.
Part 4 of a series on configuring a CI/CD pipeline for Azure Stack, focusing on using PowerShell scripts for deployment via TFS.
Reveals three lesser-known technical facts about the Yarn package manager, including its dependency on npm and built-in spellcheck.
Explores the early design decisions of dotCloud, the PaaS company whose container engine evolved into Docker, and their lasting impact.
SwiftGen 4.2 released with major internal refactoring, plus updates on other open-source projects like Reusable and fastlane.
A critical analysis of HyperConverged Infrastructure (HCI) vendors' misleading deployment claims and the reality of complex, often flawed, installation processes.
Laravel Mix is the new asset compilation tool replacing Laravel Elixir in Laravel 5.4, using Webpack instead of Gulp.
Introducing Laravel Dusk, a new browser testing tool for Laravel 5.4 that enables testing JavaScript-heavy applications.
Explores undocumented Gulp event handling to properly terminate Node.js processes after running Ava.js integration tests against Express servers.
First part of a series on setting up a CI/CD pipeline for Infrastructure as Code (IaC) deployments targeting both Azure and Azure Stack.
Tips and code changes for migrating from Express.js 4 to the upcoming version 5, focusing on deprecated and updated response methods.
Explores the evolution of JavaScript test runners, comparing Mocha, Tape, and Ava, and highlighting modern features like speed and parallel execution.
A developer shares their experience contributing to an open source OCR startup's Node.js SDK, fixing minor issues and submitting a pull request.
Explores SQL-on-Hadoop engines like Apache Drill for analyzing ETL data processed with Spark on Amazon EMR, focusing on performance and flexibility.