Si tienen ganas de aprender Go ando haciendo un repo junto con @edu_domn por si le quieren echar un ojo. Se va a estar actualizando constantemente y espero que les sea de utilidad 😛.
https://t.co/dq1QVir9an
Aprender Linux es más que solo comandos en la terminal.
Necesitas aprender:
✅ El sistema de archivos
✅ El sistema de permisos, usuarios y grupos
✅ Procesos y servicios
Este trabajo es muy relevante para roles de DevOps, SRE y afines a infraestructura.
¿Qué otros puntos son clave para dominar el sistema operativo?
Want to get to grips with building web applications in Go?
Let's Go is a clear and concise guide which packs in all you need to know about best practices, project structure and practical code patterns – incl. dependency management, authentication, databases, testing & more.
As a backend engineer.
Please learn:
- DB
- System Design
- Algorithms
- API design
- API Security
- CI/CD
- DS
- Docker/ Kubernetes
- Caching
- Messaging
Stop jumping from one language to the other
🎊 Go 1.24.2 and 1.23.8 are released!
🔐 Security: Includes a security fix for net/http (CVE-2025-22871).
📣 Announcement: https://t.co/ZvslQsqZmB
📦 Download: https://t.co/SO9mNulAfF
#golang
🔥 MARATÓN DE CLASES de Código Facilito 🔥 https://t.co/KI6CrK7QBk
Un día completo de clases gratuitas para todos los niveles, con invitados de la industria, becas, regalos y muchísimo aprendizaje.
Learn to paginate API responses in Go for faster apps with simple database queries. Stay efficient without overwhelming users.
{ author: @siddhesh1102 } #DEVCommunity#GoLang
https://t.co/RGj67WveuY
With Go 1.24, there's this new omitzero struct tag in encoding/json that lets you automatically skip fields with zero values.
What’s really interesting, though, is you can define your own IsZero() method for it.
This means it’s not just about the typical 'zero values', you can set up your own conditions for what counts as 'ignore-worthy.' An opportunity for abuse and magic code.