Vite with ESLint
A tutorial on setting up ESLint with Vite and React to catch errors and unused variables in your code.
A tutorial on setting up ESLint with Vite and React to catch errors and unused variables in your code.
Analyzes how information asymmetry and marketing of complex JavaScript frameworks have led to a 'market for lemons' in frontend web development.
Explores combinatory logic using bird metaphors, connecting the S and K combinators to lambda calculus and programming concepts.
A developer's January 2023 update covering tech book readings, industry articles, and a search for a new mechanical keyboard.
Discusses the impact of Twitter removing free API access on bots, tools like Fedifinder, and the author's use of the Front app.
A technical guide on configuring Netlify redirects within an Astro project, including build script modifications and alternative solutions.
A tutorial on implementing distributed tracing in NestJS applications using the Open Telemetry framework for observability.
A video tutorial on building an iOS ChatGPT app using SwiftUI and the OpenAI API, covering UI and state management concepts.
Tests whether data transfer from Azure VMs to Microsoft 365 services counts as Internet egress, finding it's free within the same geography.
Explains the Repository design pattern in C#/.NET, covering its purpose, basic implementation, benefits, and potential drawbacks.
Interop 2023 is a cross-browser initiative targeting 26 key web features, including CSS :has(), math functions, and font palettes, for improved compatibility.
Java developer advocate discusses deprecated APIs and tools like jdeprscan to prepare codebases for future Java versions.
A technical guide on using a Kubernetes DaemonSet to pre-pull container images onto all cluster nodes, ensuring faster pod startup for demos.
A technical analysis of selecting a Java Redis driver (Jedis) for Amazon ElastiCache, covering architecture, performance, and lessons learned.
Explores combinatory logic puzzles using bird metaphors, focusing on the self-fond Kestrel (K) and its logical properties.
A tutorial on implementing an abstract, driver-based service factory design pattern for the Vapor framework in Swift.
Explains the CSS box-sizing property, how it affects element sizing, and why border-box is commonly used for predictable layouts.
An overview of four different methods for detecting AI-generated text, including OpenAI's AI Classifier, DetectGPT, GPTZero, and watermarking.
Explains four methods for detecting AI-generated text, including OpenAI's AI Classifier, DetectGPT, GPTZero, and watermarking, and how they work.
A developer explores and compares syntax highlighting solutions for their Eleventy blog, focusing on Torchlight's features and limitations.