We're going to learn how to create with consistent, fluidly scaling typography and spacing, all using CSS. Andy will show us some great techniques so that our website is consistent and looks great at every screen size.
Vitest is an amazing fast unit-test testing framework for Vue, React, and Svelte. In this video, Erik discusses how to set it up, how to create some tests, and some cool features of it, including in-source testing and mocking responses with msw.
DALL-E is coming... World-changing AI image generator
OpenAI just announced a new AI Text-to-Image model based on GPT-3 called DALL-E 2. It is capable of turning a text description into a unique image or work of art that has never been seen before.
A Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets
google-webfonts-helper
A Hassle-Free Way to Self-Host Google Fonts
This service might be handy if you want to directly download all .eot, .woff, .woff2, .svg, .ttf files of a Google font (normally your User-Agent would determine the best format at Google's CSS API). Furthermore it provides charset customization and CSS snippets, hence getting your fonts ready for local hosting should be finally a breeze.
Installation requires a minimum version (2.0.0) of the the GitHub CLI that supports extensions.
Install this extension:
gh extension install dlvhdr/gh-dash
To get the icons to render properly you should download and install a Nerd font from https://www.nerdfonts.com/
Then, select that font as your font for the terminal.
Installing Manually
If you want to install this extension manually, follow these steps:
`inert`, an attribute to make web page areas inaccessible, is finally coming to the web. It can be useful when you want to keep focus to certain web page areas (aka a focus traps).
Chrome: behind a flag & shipping in May Safari: shipping in Tech Preview Firefox: behind a flag 👏
Do you forget if it is a-b or b-a to sort things out in an ascending or descending order? Just rename your parameters to a (ascending, a-d) and d (descending, d-a).
Full credit for this tip goes to RotationSurgeon Reddit user.
08:12 AM - 06 Apr 2022
Visual Studio Code
@code
1/ Built-in local file history 📜 This one was a popular feature request!
Anytime a file is saved, a new entry appears in the “Timeline” view. You can name entries & compare them, restore them, or delete them.
To try this out, run the command “Local History: Create Entry”