Nahuel Garbezza 👨🏻‍💻 (@ngarbezza) 's Twitter Profile
Nahuel Garbezza 👨🏻‍💻

@ngarbezza

(él/he) making healthy software @10Pines / writing tech articles / improving developer experience

ID: 213012246

linkhttp://github.com/ngarbezza calendar_today07-11-2010 18:24:52

3,3K Tweet

433 Takipçi

964 Takip Edilen

DHH (@dhh) 's Twitter Profile Photo

Rails 8.0: #NOBUILD, #NOPAAS, all-in on SQLite as a production database option with jobs, cache, and cable, new authentication generator, and so much more! Final release is out 🎉 rubyonrails.org/2024/11/7/rail…

10Pines (@10pines) 's Twitter Profile Photo

¿Estás buscando introducir o mejorar el proceso de revisión de código? Este artículo de Nahuel Garbezza 👨🏻‍💻 puede ayudarte a observar la problemática desde diferentes dimensiones. ✨ 👇🏻 ¡No te lo pierdas! 👇🏻​ blog.10pines.com/2024/11/29/map…

Marcin Moskała (@marcinmoskala) 's Twitter Profile Photo

A fake interface constructor returning a private class or object expression is a very common pattern in Kotlin team libraries. It allows us to expose only the interface, which is safe and offers maximum API flexibility. Thread 🧵👇

A fake interface constructor returning a private class or object expression is a very common pattern in Kotlin team libraries. It allows us to expose only the interface, which is safe and offers maximum API flexibility. Thread 🧵👇
Damian Brik (@eldaminato) 's Twitter Profile Photo

Un gran amigo que es Portfolio Manager en Argentina hace 14 años con un impresionante track récord, compartió con sus clientes algunos de los diálogos habituales que mantiene con ellos. Lo hizo con el objetivo de ayudar a mejorar la educación financiera, en especial cuando

Robby Russell (@robbyrussell) 's Twitter Profile Photo

The work we do to enhance the health of our software is vastly underappreciated—partly because we are viewed as the source of the problem to begin with.

10Pines (@10pines) 's Twitter Profile Photo

📢 ¿Querés hacer mobile sin empezar de cero? 📌 Charla "Pasando de Web a Mobile" con Gastón Testay . 📅 9/4 - 19:00 GMT-3 📍 10Pines (Presencial) 🎟 Gratis. Registrate: 🔗dub.sh/flutter-twt #Flutter #WebToMobile #ReactToFlutter #MobileDev #MeetupTech #10Pines

📢 ¿Querés hacer mobile sin empezar de cero?
📌 Charla "Pasando de Web a Mobile" con <a href="/GTestay/">Gastón Testay</a> .

📅 9/4 - 19:00 GMT-3
📍 10Pines (Presencial)
🎟 Gratis. Registrate: 🔗dub.sh/flutter-twt

#Flutter #WebToMobile #ReactToFlutter #MobileDev #MeetupTech #10Pines
10Pines (@10pines) 's Twitter Profile Photo

🛑 NULL: el error silencioso que rompe tu código 😱 Si usas if (x == null), introduces código frágil y difícil de mantener. ❌ ✅ Solución: Usa polimorfismo y elimina condicionales innecesarios. 🎥 Aprende cómo evitar null en este video: dub.sh/null-error-sil… #10Pines