Easy way to remove inline styles
A technical guide showing a JavaScript method to strip inline styles from HTML elements, useful for overriding third-party library CSS.
A technical guide showing a JavaScript method to strip inline styles from HTML elements, useful for overriding third-party library CSS.
A developer's guide to troubleshooting common pitfalls and misconfigurations when setting up and using Apache Flink SQL with JDBC connectors.
A developer details the challenging creation of a TypeScript ESLint rule, highlighting the hidden costs of open source work and advocating for sponsorship.
Explains how to use LiteLLM to load balance OpenAI API calls across multiple Azure instances to avoid rate limits.
A technical deep-dive into the architecture and launch strategy behind the initial version of the Puzzmo puzzle game platform.
A technical guide on generating dynamic Open Graph (OG) images using React, the Satori library, and Netlify Edge Functions.
A tutorial on implementing an event queue in JavaScript to create smooth, timed color transitions for HTML buttons.
A guide explaining how to use the npm 'exports' field in package.json to control how users import files from your library, covering both ESM and CJS.
Introducing link-peek, a Web Component that progressively enhances regular links into rich previews using JSON APIs and custom templates.
A guide to using the native HTML popover attribute to create modals without JavaScript, including code examples.
Explores the challenges and solutions for using CSS-in-JS libraries like styled-components with React Server Components in Next.js.
A guide to building a fluent API in C# for awaiting multiple asynchronous calls and retrieving their results in a strongly-typed, elegant manner.
Podcast interview discussing Server-side Swift, Structured Concurrency, the Swift Server Workgroup, and maintaining clean code with developer Joannis Orlandos.
Guide to setting up a self-hosted Azure DevOps pipeline agent using Azure Container Instances to bypass free-tier parallelism limits.
Explains how to create custom environment values in SwiftUI, covering the standard method and noting updates from WWDC24.
Comparing Zustand and React Context for state management, discussing Zustand's global scope limitations and use cases for scoped state.
A retrospective on organizing and running ThanosCon, a co-located event at KubeConEU 2024, focused on the Thanos open-source project for metrics.
Discusses the nuanced role of assumptions in statistics, distinguishing between necessary and sufficient conditions, and their impact on interpreting models like linear regression.
Microsoft Entra ID's public preview for passkeys marks a major step towards enterprise adoption of passwordless, phishing-resistant authentication.
A guide to performing project-wide find and replace operations in Neovim using Telescope, Quickfix, and the cfdo command.