Remote debugging of Node.js apps on Azure App Service from WebStorm
A technical guide on setting up remote debugging for Node.js applications deployed on Azure App Service (Linux) using WebStorm and SSH tunneling.
A technical guide on setting up remote debugging for Node.js applications deployed on Azure App Service (Linux) using WebStorm and SSH tunneling.
Introducing koio, a lightweight tool for embedding files into C programs, enabling static bundling of assets like markup and images.
Explores using AWS Lambda@Edge for geo-routing, A/B testing, and dynamic configuration at the CDN level to optimize web application performance.
Introducing Revive, a fast and extensible linter for Go that improves upon golint with configuration, custom rules, and better performance.
A developer details solving a UWP Toolkit issue by downloading and caching internet images for local use in toast notifications via PowerShell.
Explains the decision to replace the wlc library with wlroots for building Wayland compositors, detailing technical limitations and the new design.
A developer troubleshoots and solves a Windows 10/Office 2016 issue where PowerPoint and Word fail to open by identifying and removing problematic registry keys.
Announcing a new book about web typography, exploring the unique challenges and opportunities of typesetting for the web.
A developer details migrating his blog from GitHub Pages to a self-hosted Ghost instance on DigitalOcean, covering the reasons, setup, and configuration.
Guide to integrating legacy NuGet packages with native DLLs into modern .NET Core SDK projects using custom MSBuild configurations.
A guide to setting up a budget-friendly, single-server Kubernetes cluster with persistent storage using Ceph volumes and virtual machines.
Explores whether mathematical concepts like lambda calculus are human inventions or universal truths, using philosophy of mathematics to frame the question.
How to accept Azure Marketplace legal terms for VM deployment using Azure CLI commands.
A technical article exploring a Common Lisp macro called 'gathering' for collecting results from procedural code.
Solutions for handling Oracle NUMBER and TIMESTAMP data types in Kafka Connect JDBC Connector, including configuration and SQL casting.
The author praises Joe Obbish's blog for its original, critical analysis of the SQL Server Query Optimizer, declaring it the Data Platform blog of 2017.
Explains how to extract UITableView delegate and dataSource logic into dedicated objects to reduce view controller complexity and improve code separation.
Explores three methods for packaging Roslyn analyzers specific to a NuGet package, discussing trade-offs in adoption, updates, and user control.
Explains Python variable scopes with code examples, focusing on common errors when using local and global variables.