The security risks of front-end dependencies
Analyzes the unique security risks of front-end dependencies, including vulnerabilities and malicious code, and provides mitigation strategies.
Analyzes the unique security risks of front-end dependencies, including vulnerabilities and malicious code, and provides mitigation strategies.
A guide on using CSS variables to create cleaner, more maintainable and scalable stylesheets for web development.
A tutorial on creating modern, animated buttons using only CSS, including hover effects and variations.
A guide for beginners on the 10 most important Angular concepts to learn, including components, modules, and data binding.
A developer shares a specific CSS Flexbox inconsistency between Firefox and Chrome, and the solution using flex: 1 and min-width: 0.
A Web Component to embed and display Bluesky post replies with customizable templates using the public Bluesky API.
Explores strategies for structuring an Angular application to serve distinct user groups like public users and administrators, covering modular design and security.
A CSS tutorial on creating an optimized frosted glass effect using backdrop-filter, with tips for realism and performance.
A developer/tester argues for breaking down barriers between roles, sharing skills to improve software quality and team collaboration.
A React Advanced 2024 talk on designing effective documentation, sharing lessons learned from writing the Redux documentation.
A guide to importing frontend JavaScript libraries without using a build system, covering ES Modules, classic scripts, and CommonJS.
JS Party podcast hosts announce their attendance at React Summit 2024, a major React developer conference in NYC/Jersey City.
A casual podcast discussing CSS Masonry syntax proposals and the iterative design process in architecture, drawing parallels to software development.
A beginner's guide to using Angular Animations to create engaging user experiences with code examples and key concepts.
An introduction to CSS Container Queries, explaining their importance and how to use them for component-based responsive design.
Explores the historical misuse of the HTML <button> element, its critical role in web accessibility, and why developers often incorrectly use other elements instead.
Explores the proposed CSS syntax for creating masonry layouts, a grid-like design popularized by Pinterest, and the debate around its implementation.
Robin, a German software engineer, introduces his background, mission to make coding education accessible, and his freelance work.
A deep dive into the API design choices, tradeoffs, and lessons learned from developing the popular TanStack React Query library.
A tutorial on using Htmx triggers with ASP.NET Core to dynamically update HTML elements, specifically focusing on refreshing a user avatar.