From Medium: PostCSS misconceptions
Addresses common misconceptions about PostCSS, focusing on performance claims and its capabilities compared to preprocessors like Sass.
Addresses common misconceptions about PostCSS, focusing on performance claims and its capabilities compared to preprocessors like Sass.
A developer explores using Linux's BINFMT_MISC to run scripts in any language via containers, building on a Cloudflare post about scripting in Go.
A collection of insightful quotes and laws from engineering and computing, focusing on data-driven decisions, measurement, and avoiding premature optimization.
A senior engineer's blunt advice for women in tech: focus on technical skills, seek power and money, and use seniority to advocate for others.
A technical guide on using the WiX Toolset to create a Windows installer with proper AppId and metadata for enabling toast notifications.
Explains the three main types of linter errors (unused variables, parsing, formatting) and how to handle them to improve code quality.
A historical and technical look at how generics were added to the .NET Framework and C# language, driven by Microsoft Research.
A technical guide on implementing Do Not Track (DNT) support for websites, covering both client-side and server-side checks.
A follow-up on leaving Google and an introduction to Space Duck, a new blog focused on decentralized storage and cryptocurrency technology.
A historical React article explaining when to avoid the render props pattern, advocating for custom hooks as a superior alternative.
A developer shares three actionable ideas to help software engineers increase their marketability and stand out in the job market.
An explanation of JavaScript mocking using a thumb war game example to test a non-deterministic function.
The author explains how teaching others solidifies your own learning and outlines their personal learning process.
A tutorial on integrating Microsoft Azure Application Insights into an ASP.NET Core 1.0 web application for monitoring and diagnostics.
A tutorial on configuring Angular 2 with TypeScript within an ASP.NET Core 1.0 Web API project, covering prerequisites and setup steps.
A tutorial showing how to change the default Bootstrap layout in an ASP.NET Core 1.0 web application in three simple steps.
A tutorial on setting up Angular 4 and TypeScript within an ASP.NET MVC application using Visual Studio 2017.
A tutorial on configuring Angular 4 routing within an ASP.NET MVC application using Visual Studio 2017 and TypeScript.
A tutorial on connecting an ASP.NET MVC application to Azure Cosmos DB, covering setup, configuration, and basic CRUD operations.
A tutorial on using the new @inject directive to perform dependency injection directly into views in ASP.NET Core 2.0 MVC.