Should you use semicolons in JavaScript?
Explores the debate on using semicolons in JavaScript, concluding it's a matter of preference and recommending linters for consistency.
Explores the debate on using semicolons in JavaScript, concluding it's a matter of preference and recommending linters for consistency.
A tutorial on using PowerShell to configure and enable firewall rules for an Azure Storage Account, including IP whitelisting.
Explains how to use the Network Information API within a Service Worker to dynamically load different image resolutions based on the user's connection speed.
Highlights from PASS Summit 2017 Day 1 keynote, covering SQL Server 2017, Azure data services, and Microsoft's data platform announcements.
Explains the purpose of variables in JavaScript, covering declaration, naming, assignment, and the const keyword with practical examples.
A guide on how to become an open source project maintainer by contributing to existing projects you use, without needing permission.
A developer explores a hacky React solution for handling errors in a custom i18n library's 'sorta-curried' API.
A developer shares techniques for improving module usability, focusing on removing side-effects from imports in a custom i18n solution.
An overview of the PostgreSQL community structure, including its unique license, core team, and contributor hierarchy.
Live coverage and highlights from PASS Summit 2017, focusing on Microsoft Data Platform updates, Azure services, and SQL Server.
A tutorial on implementing iOS Auto Layout programmatically, covering rotation support, constraints, and animation.
A guide to hosting single or multiple web applications on a single, cost-effective Digital Ocean Droplet, covering setup for static sites and Node.js apps.
Explains the five common forms of Clojure keywords, their use cases, and provides recommendations for idiomatic usage.
Explains how navigation works in Ionic mobile apps using a stack-based page system with NavController, contrasting it with traditional web routing.
A guide to best practices for database schema migrations, focusing on tools like Flyway and Hibernate for evolving applications.
Discusses how Docker is a tool that can be misused, arguing that its problems stem from implementation, not the technology itself, and connecting it to DevOps culture.
Introducing heatmaply, an R package for creating interactive, shareable cluster heatmaps for data visualization and online publishing.
Explains polynomial regression as a solution to under-fitting in machine learning when data has a nonlinear correlation.
Solutions for using different resource URLs in local vs remote environments, featuring Service Workers and other web dev techniques.
A technical guide on using Docker, Nginx, and Docker Compose to host multiple websites with SSL on a single VPS via a reverse proxy setup.