DEV Community

Cover image for Weekly web development update #59
Vincent Will
Vincent Will

Posted on

Weekly web development update #59


Glyphs

Glyphs
A dynamic design system for creating icon sets in Figma and using them on the web.


Ojoy

Ojoy
A nice tool to enlarge low-res images and improve their quality.


Nested Media Queries

Nested Media Queries
A small article about nesting media queries.


On-Scroll Letter Animations

On-Scroll Letter Animations
A small set of examples showing how letters can be animated on scroll.


CSS Clamp Wrapper

CSS Clamp Wrapper
An article on how to use CSS Clamp to create a more flexible wrapper utility.


MagicTween

MagicTween
A tool that converts SVGs into exportable 3D videos.


ButtonBuddy

ButtonBuddy
A generator for buttons with accessible colors.


vim.so

vim.so
Interactive exercises for learning Vim faster.


JPEG.rocks

JPEG.rocks
A Privacy-aware JPEG optimizer that does all the processing entirely in the browser.


Understanding Clip Path in CSS

Understanding Clip Path in CSS
An introduction about CSS clip-path, how it works, with example and use-cases.


State of JS 2020

State of JS 2020
The results of the annual survey about the latest trends in the JavaScript ecosystem.


To see all the weeklies check: wweb.dev/weekly

Top comments (4)

Collapse
 
cchana profile image
Charanjit Chana

That bit on nested media queries is really interesting. Not long ago I wrote about it but as a feature of SASS/SCSS, admittedly from a slightly different angle but nesting always makes it easier to read in my opinion so good to know at least for this feature it's supported natively.

Collapse
 
aspiiire profile image
Aspiiire

Thanks for this beautiful article i found the one about vim is what i was looking for 😀

Collapse
 
kennethcassel profile image
kennethcassel

Sweet :) I made vim.so! Feel free to reach out to me if you have any feedback

Collapse
 
aspiiire profile image
Aspiiire

Wow absolutely, great work man