Golang notes
Ir al canal en Telegram
Mostrar más
El país no está especificadoTecnologías y Aplicaciones48 760
222
Suscriptores
Sin datos24 horas
Sin datos7 días
-330 días
Archivo de publicaciones
222
Repost from DevOps & SRE notes
The article focuses on the importance of handling termination signals gracefully in applications deployed in orchestrated environments like Kubernetes. Graceful shutdowns are crucial to prevent data loss and system instability that can occur with abrupt terminations, ensuring that applications can exit cleanly and maintain consistency even when they are stopped or scaled down.
https://packagemain.tech/p/graceful-shutdowns-k8s-go
222
This video tutorial delves into the implementation of Server-Sent Events (SSE) using Go for the server and JavaScript for the client, showcasing how SSE facilitates real-time, unidirectional communication. By exploring the key components of SSE, viewers can learn how to effectively integrate this technology into their applications.
https://www.youtube.com/watch?v=nvijc5J-JAQ
222
A PostgreSQL database explorer TUI (Terminal User Interface) application written in Go.
https://github.com/ddoemonn/go-dot-dot
222
This essay explores the transition from Go's built-in net/rpc package to gRPC, highlighting the benefits and trade-offs of each approach. By examining the basics of gRPC and Protocol Buffers, readers can gain a deeper understanding of how these technologies enhance communication between services.
https://victoriametrics.com/blog/go-net-rpc/index.html
