Home
Blog
Archive
Cool Links
Quick Reviews
Photography
About
Digital Garden
Projects
Newsletter

Cool Links

Cool links are a collection of interesting things I find around the web. They can range from fun dumb websites to deep thought-provoking essays, or more commonly something in between. The feed here updates frequently, and I compile everything into a blog post on the last day of each month.

Illustration of Cool Links in a laptop screen, with a hand pointing at them in a cool way.

Filter by tag

#dev
74
#fun
41
#tech
28
#deep-read
22
#ai
17
#design
8
#app
8
#games
4
#misc
2
#mental-health
2

Filter by month

2026
July
6
June
6
May
9
April
8
March
3
February
7
January
6
2025
December
7
November
10
October
9
September
8
August
7
July
6
June
4
May
11
April
7
March
7
February
14
January
4
2024
December
4
November
11
October
7
September
7
August
6
July
5

Filter by tag

#dev
74
#fun
41
#tech
28
#deep-read
22
#ai
17
#design
8
#app
8
#games
4
#misc
2
#mental-health
2

Filter by month

2026
July
6
June
6
May
9
April
8
March
3
February
7
January
6
2025
December
7
November
10
October
9
September
8
August
7
July
6
June
4
May
11
April
7
March
7
February
14
January
4
2024
December
4
November
11
October
7
September
7
August
6
July
5

74 links tagged "dev"

Getting Started with Anchor Positioning , by Josh W. Comeau

Cool Link
2026-07-16
#dev

Another amazing Josh Comeau post that explains a new concept in a super easy to understand manner and makes me wanna try it out right now? Yes please.

The last time I saw the anchor positioning API, it looked kinda intimidating. Now it sounds so simple! I know there was work on the browser standards side to simplify it, so kudos to them for arriving at what seems to be a really sensible API.

Open

Abject Praise , by Alex Russell

Cool Link
2026-07-08
#dev

There’s hardly a working day in which Safari doesn’t make my life harder. I’m not the only one who feels like that. Alex Russell goes in great detail on how shitty the situation of Apple’s browser is especially because they block any sort of competition in their main platform.

Apple is consistently out-engineered and out-invested by a non-profit with 1/40th the web-derived revenue.

These large, persistent gaps matter to the mobile and web ecosystems because Apple is unique in denying access to more capable, less-buggy engines and actively erecting unlawful barriers to choice when forced by legislation to enable it.

Open

Time-based background colour transitions with Temporal and CSS color-mix , by Sophie Koonin

Cool Link
2026-07-05
#dev

Don’t let the title turn you off in case these words mean nothing to you — Sophie’s website is a joy to open every time, with multiple fun themes to choose from. And she added a new dynamic element to one of them, making the background reflect the sky of the current time of day.

She noted it was hard to get to this result, but reading it, it feels pretty simple to understand. Which is the mark of a good developer and writer.

Open

WordPress Museum , by Jan Jakeš

Cool Link
2026-06-29
#fun #dev

A 3D museum in which you can walk on all about the history of WordPress, with displays for each release, some of the history behind them, all that. Really cool!

Open

Gap decorations: Now available in Chromium

Cool Link
2026-05-30
#dev

Yesss! I’ve waited for this for so long! One of the worst parts of my job is trying to implement those kind of separators (really common in designs) without this functionality being an actual thing yet. So many hacks, complex calculations, for something so visually trivial.

And even if it takes a while to get to other browsers, it’s mostly a visual drawback if not supported; so I can already start thinking about using it.

Open

Better fluid sizing with round() , by Ahmad Shadeed

Cool Link
2026-05-19
#dev

I’ve been using clamp() for fluid text sizing for a while, and this article highlights the pros of using the round() CSS function to make the fluidity more predictable! I love the card height examples too, as that’s something that’s consistently a pain in almost every project I work on.

Open

Scroll-Driven Animations , by Josh Comeau

Cool Link
2026-04-28
#dev

A great explainer (as always) from Josh Comeau going over the now safe-to-use CSS Scroll-Driven animations, which allow animating elements based on their scroll position on a page, such as entry/exit animations, scroll progress and more, without a single line of JavaScript!

I tried this out a while ago and loved how simple it is, but I always feel like those kind of animations are a bit too much for the type of stuff I build. 😅 Good to have the know-how, though.

Open

Sneaky Header Blocker Trick , by Josh Comeau

Cool Link
2026-03-25
#dev

Another great article by Josh explaining a neat little trick on how to make the header of a website dynamic… by having it not do anything at all. Don’t worry, it’s quite simple and he explains it way better than I ever could.

Bonus points for not requiring a single line of JavaScript.

Open

An AI Agent Published a Hit Piece on Me , by Scott Shambaugh

Cool Link
2026-02-17
#ai #dev #fun

This is both funny and incredibly infuriating. A PR was declined on GitHub for an open-source project because it was made by an AI agent and… the AI agent (or the anonymous person behind it) wrote up a defamatory blog post targeted specifically at the project’s maintainer.

If being an open-source maintainer was already a thankless job, now there’s one more hell to endure.

Open

Stop generating, start thinking , by Sophie Koonin

Cool Link
2026-02-10
#ai #dev

Fantastic piece wielding the power of common sense and highlighting all the struggles that software engineers have with using generative AI on our jobs.

I also use LLMs as a spicy autocomplete (or even a spicy search) and they can be very useful at times. But I can’t replace my thinking with machines, because machines don’t think.

Open

More invoker commands, and more reasons not to use JavaScript please , by Paweł Grzybek

Cool Link
2026-02-03
#dev

HTML is getting more powerful! Now you can add some predefined commands to HTML elements that can do things like open (or close) modals, for example, without a single line of JS. This article explains really succinctly how that works. The custom commands thing is neat as well.

Open

Case Study: lynnandtonic.com 2025 refresh , by Lynn Fisher

Cool Link
2026-01-25
#dev #design

Lynn talks through a really neat effect added to the latest refresh of their website: a “squishy” animation on the content whenever the window gets resized!

This means you won’t get to see the effect live on your phone, but there’s videos of the effect on the article just in case.

Love the paper-like aesthetic of the website, too.

Open

jQuery 4.0.0

Cool Link
2026-01-18
#dev

I definitely didn’t expect seeing a new major jQuery release in 2026, but here it is! This is the first major release in 10 years and it doesn’t bring a lot of new things on the surface, but seems to have been a major overhaul behind the scenes. Looks like a future v5 will bring in bigger changes.

jQuery might be old by JS framework standards, but it’s still very useful, and I actually still use it almost daily at my job.

Open

CSS Wrapped 2025 , by The Chrome DevRel Team

Cool Link
2025-12-09
#dev

CSS is my favorite language and 2025 was amazing for it! The Chrome team built this page highlighting all the new exciting stuff that happened to CSS this year. I’ve used some of it but sadly still have to wait for other browsers to catch up before doing it on any serious work 😭

I recommend opening this in a Chromium-based browser so you can try it out firsthand, but there are video recordings of the features in case you’re unable to.

Open

Brand New Layouts with CSS Subgrid , by Josh Comeau

Cool Link
2025-11-28
#dev

This is the first article that made me actually understand the use cases for CSS subgrid. I’m still not fully convinced I’m gonna use them often, but it’s nice to understand what problems they solve.

Open

Conditional Border Radius In CSS , by Ahmad Shadeed

Cool Link
2025-11-18
#dev

This is a really cool trick. Turns out that it’s possible, with pure CSS, to have border-radius be applied conditionally.

The given example is a perfect one: sometimes we have cards with rounded corners that look good on their own, but if you’re on mobile and have less space and want the cards to take up the full page width, the rounded corners look awful. You can technically write breakpoints for that, but with clamp you can make the border-radius disappear if the card is too close to the viewport edges!

Open

Solved By Modern CSS: Section Layout , by Ahmad Shadeed

Cool Link
2025-11-16
#dev

In this awesome post, Ahmad walks through all the possibilities modern CSS offers when building a section layout.

I knew about and have used some of those in the past, but that tip about display: contents was amazing! Never thought of using it like that.

Open

Is software getting worse? - Stack Overflow , by Isaac Lyman

Cool Link
2025-11-16
#dev

This article has been sitting in my “Read Later” queue for almost 2 years 😳

It is an interesting article for sure, speaking about why speed and optimization has become such a rare thing in software development.

The second part of it, though, has kinda aged like milk, sadly. Developers no longer have a lot of leverage on their jobs, and we now live in a world where the thought of having no human developers involved at all in the code I’m running is real and frankly terrifying.

I’m hopeful companies will eventually figure out that AI-generated crap is still crap when the bubble bursts, but until then, there’s a lot of damage to be done.

Open

You Don't Need Animations , by Emil Kowalski

Cool Link
2025-11-16
#dev #design

Great and to-the-point article with practical examples of when to use (or not use) animations properly in UIs.

I love me some whooshy animations, but they can be a pain in the ass when overused or when used in the wrong moment.

Open

Just use a button , by Chris Ferdinandi

Cool Link
2025-11-05
#dev

The “div vs button” debate was never really a debate because one of the sides is objectively wrong, but this is still a good post to remind you of why it was never a debate in the first place.

Open
  • 1
  • 2
  • 3
  • 4
© 2026 Matheus Fantinel
Mastodon
GitHub
LinkedIn
Email
RSS
Made in Brazil
Made in Serra Gaúcha
Now in Italy
Powered by Autism
Trans Rights are Human Rights