Matías Verdier's Avatar

Matías Verdier

@matiasverdier.com.bsky.social

Sr. Full Stack Engineer at LeaseUp.co JavaScript / TypeScript / React / Vue / Nodejs

301 Followers  |  1,692 Following  |  137 Posts  |  Joined: 28.07.2023  |  2.0746

Latest posts by matiasverdier.com on Bluesky

A form field with a placeholder saying it's optional and a validation error saying it is required

A form field with a placeholder saying it's optional and a validation error saying it is required

"Frontend development is my passion" 😜

04.08.2025 17:55 — 👍 2    🔁 0    💬 0    📌 0

update after a month
- OP has no time to create a repro
- issue auto-closed after four days
- today, OP bumps the issue again
- we explain a repro is needed
- OP complains but finally tries to craft one
- OP can't reproduce, spots the problem on his code
- OP finds out why we ask for reproductions

03.03.2025 20:36 — 👍 154    🔁 11    💬 11    📌 1
Video thumbnail

After 2+ years, it's finally time to announce @TanStack.com Form v1!

✅ Type Safe
🚀 Framework Agnostic
🎭 Headless
🔄 Isomorphic
🛡️ Advanced Validation
📜 Standard Schema
➕ More!

03.03.2025 16:28 — 👍 407    🔁 52    💬 17    📌 10

I'm shipping like a boss 😎

04.02.2025 17:32 — 👍 2    🔁 0    💬 0    📌 0

So called experienced engineers who don't realize that architectures are a bunch of tradeoffs and boldly claim that one architecture can "do anything"

30.01.2025 06:12 — 👍 21    🔁 2    💬 3    📌 1

Se me terminó la paciencia 🙄

23.01.2025 19:15 — 👍 1    🔁 0    💬 0    📌 0

The developers urge to make refactors and increase the scope unnecessarily 🙄

28.12.2024 00:25 — 👍 2    🔁 0    💬 0    📌 0
Stop using position absolute — use CSS Grid stacking!
YouTube video by Wes Bos Stop using position absolute — use CSS Grid stacking!

Uploaded it to youtube so we can get an embed →
www.youtube.com/watch?v=8327...

11.12.2024 20:30 — 👍 97    🔁 17    💬 8    📌 4

uhc.ceo

this was absolutely worth ten bucks

12.12.2024 02:04 — 👍 513    🔁 129    💬 33    📌 9

It's crazy how bad the GitHub UX is

A lot of UI getting out of sync when going back a page and having to refresh constantly to have the latest updates

But we get used to I guess 😔

10.12.2024 13:09 — 👍 2    🔁 0    💬 0    📌 0

Always bet on Tailwind CSS 🚀

10.12.2024 13:02 — 👍 2    🔁 0    💬 0    📌 0

Yep, get rid of the root cause not only the symptom

06.12.2024 23:21 — 👍 0    🔁 0    💬 0    📌 0
Post image

Billionaires

06.12.2024 22:28 — 👍 14    🔁 2    💬 0    📌 0
Post image

One of the biggest problems with UI development is about to be solved!

Customizable <select> brings allows us to create totally custom dropdowns with HTML and CSS.

Accessible, gracefully degrades and requires no JS!

4.5 min video explainer + demo → www.youtube.com/watch?v=MA9W...

05.12.2024 17:53 — 👍 593    🔁 81    💬 32    📌 25

When I hear people talk about deregulation, what I'm really hearing them say is: "any limitation on harming people is a limitation on profits".

06.12.2024 03:38 — 👍 2649    🔁 625    💬 43    📌 21

Ahi va, igual sigo sin saber la motivación principal

Queres entender mas cosas de programación para comunicarte mejor con los developers (y que no te vendan humo), tenes pensado moverte al area de desarrollo, otra cosa?

Siempre viene bien aprender cosas, si es con una meta clara mejor

05.12.2024 17:56 — 👍 1    🔁 0    💬 0    📌 0

Yo iria por programación web, es mas genérico y podes hacer muchas cosas copadas

Pero depende cual sea tu objetivo

Es un curso pago? En caso de ser así te recomiendo que primero veas recursos gratuitos para ir teniendo bases y ver que te gusta mas

Si tenes dudas mas especificas a las ordenes

05.12.2024 12:41 — 👍 0    🔁 0    💬 1    📌 0
Preview
Reputation is portable - Aaron Francis Thoughts on the Twitter to BlueSky migration

Some thoughts on this platform, that platform, and the things you carry with you.

aaronfrancis.com/2024/reputat...

02.12.2024 21:43 — 👍 215    🔁 24    💬 30    📌 15
Preview
Astro 5.0 | Astro Astro 5.0 brings exciting new features like the Astro Content Layer for seamless content loading from any source, and Server Islands for effortlessly combining static and dynamic personalized content.

Astro 5.0 is here.
Content layer, server islands, simplified prerendering, type-safe env, @vite.dev v6. All stable.

Go see what you can do 👇
astro.build/blog/astro-5/

03.12.2024 18:20 — 👍 590    🔁 161    💬 24    📌 48
React component using a state variable isHovering to handle on hover styles and using onMouseEnter and onMouseLeave events to update the variable value

React component using a state variable isHovering to handle on hover styles and using onMouseEnter and onMouseLeave events to update the variable value

Please don't do this

Avoid using react state and mouse events to manage hover styles

03.12.2024 04:57 — 👍 1    🔁 0    💬 0    📌 0

you can use CSS to detect not only when a form is :valid but also when it's been interacted with

s/:valid/:user-valid 🤙

.group:has(:user-invalid) { --color: var(--invalid); }
input:user-invalid + .error { display: block; }

28.11.2024 22:41 — 👍 164    🔁 6    💬 6    📌 1

Preparing the codebase for the migration to Vite and Tailwind

I can't wait to get rid of Webpack and MUI

26.11.2024 01:00 — 👍 1    🔁 0    💬 0    📌 0

Want to use bluesky replies as your blog’s comment section?

`npm install bluesky-comments`

Built by @coryzue.com

25.11.2024 22:32 — 👍 3219    🔁 571    💬 156    📌 71
Preview
React Scan React Scan automatically detects and highlights components that cause performance issues in your React app. Drop it in anywhere – script tag, npm, you name it!

#reactjs

react-scan.million.dev

22.11.2024 03:57 — 👍 11    🔁 2    💬 0    📌 0

Just do it 💪🏼

20.11.2024 20:48 — 👍 1    🔁 0    💬 0    📌 0

Me too, but I guess it's good to have the option

20.11.2024 03:03 — 👍 1    🔁 0    💬 0    📌 0
Screenshot of the linked post from BlueSky investment announcement describing some of the future plans for monetization

Screenshot of the linked post from BlueSky investment announcement describing some of the future plans for monetization

Acá en post donde anunciaron la ronda de inversion que levantaron

bsky.social/about/blog/1...

20.11.2024 02:34 — 👍 0    🔁 0    💬 0    📌 0

Ya dijeron mas o menos lo que tienen planeado y seguro les sale mejor que la mierda qué hizo Elon con Twitter

Veremos que tanto cumplen igual

20.11.2024 02:28 — 👍 1    🔁 0    💬 1    📌 0
Preview
TanStack Start Full-document SSR, Streaming, Server Functions, bundling and more, powered by TanStack Router, Vinxi, and Nitro and ready to deploy to your favorite hosting provider.

Stoked to announce that TanStack Start is now officially BETA! 🎉 🎊

Please come and try it and help us get it ready for 1.0!

tanstack.com/start

cc @tanstack.com

19.11.2024 23:20 — 👍 793    🔁 95    💬 33    📌 22

Those are imported posts probably

The new release is adding a clear way see if that's the case

bsky.app/profile/bsky...

20.11.2024 00:59 — 👍 0    🔁 0    💬 1    📌 0

@matiasverdier.com is following 19 prominent accounts