"Computers are good at following instructions, but not at reading your mind"
|
āĀ
Donald Knuth,
Author and computer scientist
|
|
|
|
|
Last week, I had to execute a simple TypeScript script and after going mad for 1hr with ts-node and failing at it, I decided to try Bun and it immediately worked! Now, I am not planning to migrate everything to Bun because I still love (and believe in) Node.js, but I am starting to see the appeal in it. If you are curious to see what it would take to migrate a Node.js app to Bun, check out this article.
|
|
|
|
This article showcases how to create a knockout/cutout using the new CSS SVG filter masking technique. The idea is that you can easily crop out specific parts of an image revealing what's beneath and creating stunning see-through effects. Maybe something you can use to spice up your next web project.
|
|
|
|
In this article, Adrian deconstructs YouTubeās āAmbient Modeā feature and how HTML element <canvas> and the requestAnimationFrame function are used to create the glowing effect. Another interesting effect that you can add to your toolchain and use when trying to create a more engaging design.
|
|
|
|
Did you know that some browsers allow users to specify preferences for the kind of font they prefer to see in an article? No? Well, now you know! š
So, how can we take advantage of this preference and make our designs more dynamic to actually respect the user preference? Let's learn how to do that with this awesome article by Adam Argyle.
|
|
|
|
ReadStuffLater is an app that uses emojis to tag content. A bit of a weird idea if you ask me, but I do love emojis so I can see the appeal in that. Plus, it's simple and it can be fun for users. But now the problem is, how do you validate that a character is actually an emoji? Let's learn what are the options from the folks at ReadStuffLater.
|
|
|
|
Designing a website in both Light and Dark modes can be tedious and time-consuming. After all, you are designing 2 entirely different themes, effectively doubling the amount of work required. But what if I tell you that for simple cases you can take shortcuts? Just a few lines of CSS might get you very far and almost automatically give you a good dark theme, starting from the colors in your light theme! Check this out!
|
|
|
|
I have been using lightboxes for at least 10 years. They always come up in web projects, especially when it comes to showcasing an image or an entire gallery of images or videos. So what's a good and accessible (and open-source too!) image lightbox with no dependencies? I found Parvus to be quite promising! Check it out on GitHub!
|
|
|
Ā
|