Simple on scroll animation with JavaScript and CSS
A tutorial on creating a simple scroll-triggered image rotation animation using JavaScript and CSS.
A tutorial on creating a simple scroll-triggered image rotation animation using JavaScript and CSS.
Explains JavaScript's pass-by-value for function parameters using a closure example, showing why reassigning a variable doesn't update logged values.
A developer shares a workaround to detect if VS Code is using a dark or light theme, as there's no official API for extensions to access theme colors.
Explains how to use JavaScript RegExp with backreferences to accurately match strings with single, double, or backtick quotes.
Explains why boolean function parameters are often a code smell and suggests better design alternatives.
A comprehensive 2021 chart categorizing backend web frameworks by language and architectural style (minimalist vs. robust).
A technical guide on using Unicode property escapes in regex to detect Chinese characters in strings, offering a cleaner alternative to traditional methods.
A tutorial explaining the JavaScript reduce method with examples for summing numbers and counting array items.
A collection of 7 JavaScript interview questions focusing on the tricky behavior of the 'this' keyword, designed to test and improve understanding.
A tutorial on creating a scrolling credits sequence for video calls using OBS and CodePen, with code examples and setup instructions.
A developer explores integrating Rollup.js into the 11ty static site generator's build pipeline for more efficient JavaScript bundling.
A collection of practical JavaScript tips covering array/object copying, destructuring, optional chaining, nullish coalescing, and more.
A developer's deep dive into a versioning conflict with the Shellcheck tool in a Node.js monorepo, highlighting the difference between 'latest' and 'stable' builds.
A live coding session on debugging browser tools and XSS mitigation while fixing an issue to render HTML tags as text.
Explains the Facade design pattern in JavaScript, focusing on managing dependencies and simplifying complex APIs for better code maintainability.
Learn how to remove duplicate values from arrays in JavaScript using Sets and the filter method with indexOf.
Learn how to use the Decorator Pattern in JavaScript to add features like JSON extraction and error handling to the native fetch() API.
A roundup of exciting new web technologies including CSS aspect-ratio, container queries, and JavaScript libraries like GSAP Draggable and Three.js.
A guide to understanding and configuring static files (CSS, JS, images) in a Django web application for improved styling and functionality.
Learn 5 essential tips for React's useState hook, including functional updaters and common pitfalls to avoid in your code.