Never miss a useful website again. Join 1100+ devs and receive a weekly summary straight into your inbox.
An interesting article that walks through building a JavaScript framework to understand the underlying code.
12/5/2023nolanlawson.com
A guide on how CSS Grid works and how we can use it effectively.
11/24/2023joshwcomeau.com
A guide I recently wrote on how to set-up and host applications on an Ubuntu server.
11/22/2023dev.to
A blog post about frontend testing using Vitest, Storybook, and Playwright.
11/22/2023defined.net
An article where Lea Verou discusses the balance between usability and aesthetics in user interface design.
11/18/2023verou.me
A short article about the best practices of card-based UI design.
11/17/2023simplethread.com
A plea for us to get back to building websites that can do normal website things.
11/15/2023heather-buchel.com
Principles to make building web software easier, faster and more inclusive.
11/14/2023html-first.com
A personal list of valuable resources, including blogs and newsletters around accessibility.
11/8/2023tpgi.com
An article on how mobile-first web designs cause significant usability issues when viewed on desktop.
10/31/2023nngroup.com
An interesting series about a technique to mirror a text area element for various use cases.
10/27/2023phuoc.ng
A small article that explains how to create a SSG using Makefile.
9/21/2023karl.berlin
An interesting article about creating a dynamic Github profile using GitHub Actions.
9/18/2023dev.to
An article by Chris Coyier with a lot of cool SVG demos.
9/11/2023codepen.io
A guide for developers looking to optimize their websites for search engines.
9/8/2023git-tower.com
A course to help you build more privacy-preserving websites.
9/6/2023web.dev
An article that teaches patterns for reactivity with modern vanilla JavaScript.
9/6/2023frontendmasters.com
An article explaining techniques for making tables accessible and easy to use on mobile devices.
8/31/2023logrocket.com
An article that shows if GIF-like embeds support playback controls, alternative text, and reduced motion.
8/20/2023cloudfour.com
Visual guide to CSS selectors, including pseudo-classes, functional pseudo-classes, and pseudo-elements.
8/17/2023fffuel.co
A useful article with a comparison of a lot of server providers.
8/16/2023notion.site
An article explaining a new technique to generate random numbers with plain CSS.
8/15/2023hypersphere.blog
A nice article by Vercel to learn the fundamentals of React Server Components.
8/14/2023vercel.com
A short article on some great HTML features.
8/13/2023catskull.net
A short article on keeping things simple.
8/10/2023gomakethings.com
The second part of a series, where Temani Afif creates fancy effects using only the img element and CSS.
8/5/2023verpex.com
An interesting article about re-creating zelda patterns with SVG, CSS and JavaScript.
8/4/2023cloudfour.com
An article where Dave Rupert asks why he is not using them Web Components if they are so great.˝
8/3/2023daverupert.com
A blog post by GitHub introducing merge queue, the newest feature to improve team velocity.
7/30/2023github.blog
A text-based mini-course on making whimsical, playful SVG animations.
7/24/2023svg-animations.how
A guide on how to use the command-line tool to search for patterns.
7/24/2023mozilla.org
An interesting article about the different types of collections in JavaScript.
7/15/2023dev.to
A short article on how you can use modifiers with the Firefox address bar to improve your results.
7/12/2023tilde.institute
An article with a lot of interesting CLI commands for all of you using macOS.
7/9/2023saurabhs.org
An awesome interactive guide to understanding SVG paths and path commands.
7/8/2023nan.fyi
A nice article that explains how to create a blur vignette effect in CSS.
6/28/2023expensive.toys
A nice blog post that explains how to generate structured data, like JSONs with the new GPT-4 API.
6/25/2023substack.com
An article that helps you choose the right technology for your web application.
6/25/2023jointjs.com
A visual guide to learn about new App Router in Next.js 13.
6/21/2023builder.io
A blog version of a presentation Chris Coyier did about real life usage of CSS.
6/17/2023chriscoyier.net
An interesting article about scoped styles and the upcoming @scope.
6/17/2023fullystacked.net
A nice article on how to create and animate a gradient SVG with GSAP.
6/11/2023dev.to
An interactive article evaluating the real-world use of different web authentication schemes.
6/11/2023ekzhang.com
An article introducing a new set of declarative HTML APIs for building popovers.
6/3/2023chrome.com
An interesting article on how to create a SVG graph slider.
6/2/2023rauno.me
An interesting article on how to use the Performance API to measure page loading time.
5/17/2023silvestar.codes
An article on how to use the native dialog element and the Cookie Store API for a simple cookie notice.
5/15/2023thomasvantuycom.com
An article on how React rendering behaves, and how use of Context and React-Redux affect rendering.
5/10/2023isquaredsoftware.com