How to use Prettier with ESLint
A guide on integrating Prettier and ESLint in a JavaScript project to combine automated code formatting with code quality linting.
A guide on integrating Prettier and ESLint in a JavaScript project to combine automated code formatting with code quality linting.
A step-by-step tutorial on installing and configuring the ESLint extension in VS Code to enforce consistent code style.
A step-by-step guide on installing and configuring the Prettier code formatter in VS Code to automatically format code on save.
A guide to integrating a native mock HTTP server within XCTest for iOS UI testing, using Swifter to isolate tests from backend dependencies.
A technical guide on maximizing bulk insert throughput to Azure Table Storage using parallel Azure Functions and a blob-triggered architecture.
A developer reflects on the realities and challenges of running a solo tech business, contrasting it with traditional employment.
Explains how to use Directory.Build.props to centralize and manage common MSBuild configurations across multiple C# projects.
A guide for iOS developers on how to programmatically open their app's Documents folder in the Files app using a URL scheme.
Exploring Azure AD B2C's 'Seamless Migration' feature for moving user identities to the cloud with minimal friction.
A guide to building a reactive Svelte store using Rust and integrating it into an Electron app for performance gains.
A guide to setting up a Next.js project with ESLint, Prettier, Husky, and lint-staged for consistent code quality and pre-commit hooks.
Explains the Zig compiler's Sema stage, which converts untyped ZIR to fully typed AIR intermediate representation, including comptime evaluation.
Explains how to inject runtime configurations into Angular apps running in Docker containers, enabling a 'build once, deploy everywhere' strategy.
Key warning signs for data scientists and tech professionals to consider before joining a new data team, covering data infrastructure, team roadmap, and role clarity.
Critiques the narrow developer view of accessibility as just ARIA/WCAG compliance, arguing for a broader, user-centered design philosophy.
A web developer explains their decision to finally install an ad blocker after encountering intrusive ads and slow-loading pages during research.
A technical guide showcasing practical tips, tricks, and Python scripts for using the mitmproxy tool for HTTP/HTTPS traffic interception and manipulation.
A tutorial on implementing gradient borders for UIViews in UIKit using CAGradientLayer and UIColor patterns.
A programming pattern using opaque tokens and the type system to ensure functions requiring root privileges are only called from within a root context.
Announcing the first preview release of BurntToast v1, a major rewrite of the PowerShell module for creating Windows Toast notifications.