's Avatar

@cahuete1

19
Followers
433
Following
1
Posts
14.10.2025
Joined
Posts Following

Latest posts by @cahuete1

Preview
GitHub - unjs/env-runner: Generic environment runner for JavaScript runtime. Generic environment runner for JavaScript runtime. - unjs/env-runner

Nitro dev server used to support only Node.js worker threads.

Soon it will be much more flexible: github.com/unjs/env-run...

10.03.2026 01:39 👍 18 🔁 2 💬 2 📌 0
Preview
GitHub - antfu/skills: Anthony Fu's curated collection of agent skills. Anthony Fu's curated collection of agent skills. Contribute to antfu/skills development by creating an account on GitHub.

late to the party. I have finally been convinced by multiple awesome developers to give agents another try.

this is my first premature contribution:
github.com/antfu/skills

28.01.2026 06:51 👍 117 🔁 6 💬 7 📌 1
Preview
Vite 8 Beta: The Rolldown-powered Vite The first beta of Vite 8, powered by Rolldown, is now available. Vite 8 ships significantly faster production builds and unlocks future improvement possibilities. Read more about the migration, new fe...

⚡️ The first Vite 8.0 beta is here!

- Powered by Rolldown, bringing significantly faster production builds and more consistency
- New features such as tsconfig paths or emitDecoratorMetadata support
- Bumping browser targets aligned with Baseline Widely Available

Read more in our announcement post!

03.12.2025 12:18 👍 229 🔁 46 💬 1 📌 7
How Modern Browsers Work

How Modern Browsers Work, by @addyosmani@indieweb.social:

https://archive.ph/Kj62o

#browsers #chromium #network #parsing #painting

09.12.2025 07:30 👍 2 🔁 1 💬 0 📌 0
Preview
Cross-Browser Anchor Positioning Anchor Positioning is available in all browsers. What's next, with Eric Meyer.

Cross-Browser Anchor Positioning, by @meyerweb@mastodon.social and @jamessw.com and others (@oddbird@front-end.social):

https://www.oddbird.net/2025/11/20/winging-it-26/

#videos #interviews #css #anchorpositioning

07.12.2025 19:30 👍 3 🔁 2 💬 0 📌 0
Preview
Good Visual Design, Explained To create appealing designs, align type and elements to a grid, build a clear visual hierarchy, use color intentionally, and stay consistent with every design choice.

Good Visual Design, Explained, by @nngroupux.bsky.social:

https://www.nngroup.com/articles/good-visual-design/

#design #principles #quality

02.12.2025 21:30 👍 2 🔁 1 💬 0 📌 0
Post image Post image

Vitest 4.0.15 comes with a cool experimental feature: Imports Breakdown. Every module shows how long it took to load in UI and in the VSCode extension!

Pass down `--experimental.printImportBreakdown` to also see it in your terminal.

vitest.dev/guide/ui.htm...

02.12.2025 16:42 👍 42 🔁 8 💬 5 📌 1

It’s amazing how quickly the Go version of TypeScript was created. The key “trick” of the TS team was to port, not to rewrite: 2ality.com/2025/03/type...

02.12.2025 23:53 👍 38 🔁 12 💬 0 📌 0
We Hacked Flock Safety Cameras in under 30 Seconds. 🫥
We Hacked Flock Safety Cameras in under 30 Seconds. 🫥 YouTube video by Benn Jordan

Just spent the last 40 minutes screaming every variation of "WHAT THE EVER LOVING HELL" at my computer. This is absolutely insane and deserves so much more attention: www.youtube.com/watch?v=uB0g...

02.12.2025 01:40 👍 2 🔁 1 💬 0 📌 0
Post image

📣 Nx 22.1 is here!

🪟 Nx TUI enabled on Windows
📖 @storybook.js.org v10 support
⚡ @vitest.dev v4 support
🤯 ...and more!

Get all the details on our blog:
nx.dev/blog/nx-22-...

26.11.2025 15:28 👍 7 🔁 5 💬 1 📌 0
Preview
GitHub - lirantal/npm-security-best-practices: Collection of npm package manager Security Best Practices Collection of npm package manager Security Best Practices - lirantal/npm-security-best-practices

Given Shai-Hulud comeback (hello SHA1-HULUD 👋)

It is quite timely to share my up-to-date repository for modern npm security best practices against supply chain malware attacks:

27.11.2025 07:01 👍 9 🔁 4 💬 2 📌 0
Preview
Web Performance Audits: What's in your Checklist? Performance audits are an invaluable step in fine-tuning a site's performance. But man there is a lot to look at... Here I offer my starter list. Anything you's like to see added? Happy auditing!

aarontgrogg.com/blog/2023/06...

19.11.2025 15:34 👍 0 🔁 0 💬 0 📌 0
Video thumbnail

"Whimsical SVG hover animation with GSAP" by Josh Dillon

codepen.io/jdillon/pen/...

03.11.2025 22:16 👍 10 🔁 3 💬 0 📌 0
Preview
GitHub - leochiu-a/slidev-workspace Contribute to leochiu-a/slidev-workspace development by creating an account on GitHub.

If you use @sli.dev within a monorepo, you might want to try this project by Leo Chiu!

github.com/leochiu-a/sl...

04.11.2025 07:05 👍 48 🔁 5 💬 1 📌 0
Video thumbnail

✍️ New Article: Use Cases for Field Sizing

A quick look at field-sizing and where it can be used. I hope this will land in Firefox and Safari soon. The good thing? We can use it as an enhancement.

🔗 ishadeed.com/article/fiel...

01.11.2025 06:27 👍 63 🔁 17 💬 2 📌 2
Preview
GitHub - remotion-dev/remotion: 🎥 Make videos programmatically with React 🎥 Make videos programmatically with React. Contribute to remotion-dev/remotion development by creating an account on GitHub.

📦 remotion-dev / remotion
⭐ 24,436 (+38)
🗒 TypeScript

🎥 Make videos programmatically with React

02.11.2025 19:02 👍 5 🔁 1 💬 0 📌 0
Preview
Making Context-Aware Components: How CSS inherit() Could Simplify Design Systems Make your components context-aware with CSS inherit(): learn how the new inherit() function lets components derive spacing, colour and motion from their container, reduce token bloat, and implement robust fallbacks for browsers that don’t yet support the feature. Practical card examples included.

Making Context-Aware Components: How CSS “inherit()” Could Simplify Design Systems, by @sturobson@front-end.social:

https://www.alwaystwisted.com/articles/making-context-aware-components

#components #css #functions #customproperties

28.10.2025 07:30 👍 1 🔁 1 💬 0 📌 0