How to Become a Full Stack Web Developer in 2020
A guide to becoming a full-stack web developer in 2020, covering required skills, evolving tech stacks, and modern architectures like JAMstack.
A guide to becoming a full-stack web developer in 2020, covering required skills, evolving tech stacks, and modern architectures like JAMstack.
A developer shares techniques to optimize Angular app performance by reducing unnecessary change detection cycles in a complex scheduling application.
A tutorial explaining how to render an array of items into a list in React, focusing on the map method and the importance of unique keys.
A CSS tip for selecting SVG elements to ensure they fill width correctly, with a link to a code gist.
A guide to optimizing SVG files for web use, covering manual cleanup and automated tools like SVGOMG to reduce file size.
Andy shares a technical tip about improving DNS resolution by pushing domain nameservers to Netlify, along with an introduction to his work.
A web developer recommends a perfect guide to understanding CSS cascade and specificity, which are often cited as reasons why CSS is difficult.
Nick Taylor announces he is joining the DEV team as a senior software developer, focusing on frontend development and community interaction.
A developer shares the highest-ROI tip for productivity: improving collaboration with product and design teams to boost velocity.
A guide to implementing print-specific CSS in Angular applications, covering component-scoped styles, hiding elements, and creating separate print components.
A tutorial on using CSS Grid Template Areas for creating flexible, visually-defined layouts, with examples and comparisons to traditional grid methods.
A React tutorial explaining how to use event handlers, including onClick, with examples for beginners.
A technical guide on creating animated rainbow gradients in CSS, detailing the evolution from a basic approach to a more dynamic solution.
Dan Abramov argues against being a 'clean code zealot', stating it's a tool for managing complexity, not an end goal.
A developer details his journey to create a minimal React base project that outputs a tiny bundle using Preact, sharing insights on front-end optimization.
A senior frontend engineer reviews 2019, covering remote work with Vue.js, side projects, blogging stats, and a failed online course venture.
Explores CSS Motion Path for animating elements along SVG paths using only CSS, with examples and techniques.
Explains CSS specificity rules, how to calculate selector priority, and why to avoid overusing !important.
An introductory article explaining what JavaScript is, its benefits, and how to use it in HTML for web development.