Advertisement · 728 × 90

Posts by Pascal Küsgen

“AI;DR” play on “TL;DR”

“AI;DR” play on “TL;DR”

Favorite sticker of the #kubecon week by @mauilion.dev via @breakawaybilly.bsky.social

3 weeks ago 39 8 0 4
Preview
Node.js — Evolving the Node.js Release Schedule Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

Node.js is moving to one major release per year starting with Node 27! 🚀

✅ Simpler: Every release becomes LTS.
✅ Predictable: Version numbers now align with the year.
✅ New: A 6-month Alpha channel for early testing.

https://bit.ly/4rnosLg

1 month ago 234 60 4 6
Preview
isoDate Creates an ISO date validation action.

When you mentioned "ISO dates are sortable" on Discord that blew my mind.

v.pipe(
v.string(),
v.isoDate(),
v.minValue('2000-01-01', 'The date must be after the year 1999.')
)

It's since been added to the docs, but might still qualify as lesser known

valibot.dev/api/isoDate/

2 months ago 2 0 0 0

React folks, quiet launch alert 🚀

I just shipped Formisch for React — the form library I originally built for @solidjs.com that people kept begging me to port.

4 months ago 19 4 3 1
Post image

@valibot.dev's mental modal is great because it consists of only 3 major building blocks…

✅ Methods help you modify or use a schema
✅ Schemas validate a specific data type
✅ Actions validate or transform a known data type

7 months ago 8 2 2 1

1. LLM-generated code tries to run code from online software packages. Which is normal but
2. The packages don’t exist. Which would normally cause an error but
3. Nefarious people have made malware under the package names that LLMs make up most often. So
4. Now the LLM code points to malware.

1 year ago 7904 3604 120 446
The Epic Programming Principles Cheat Sheet. A summary of all the principles

The Epic Programming Principles Cheat Sheet. A summary of all the principles

The Epic Programming Principles: the guide I use to make decisions as a software engineer.

Transcending specific tools or frameworks, these principles will help you guide your career, craft, and technical choices.

See details and examples for each principle here: www.epicweb.dev/principles 📖

1 year ago 307 66 21 16