uz
Feedback
Golang notes

Golang notes

Kanalga Telegram’da o‘tish

Ko'proq ko'rsatish
222
Obunachilar
Ma'lumot yo'q24 soatlar
Ma'lumot yo'q7 kun
-330 kun
Postlar arxiv
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

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

A PostgreSQL database explorer TUI (Terminal User Interface) application written in Go. https://github.com/ddoemonn/go-dot-dot

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