GoSuda
snowmerak
January 5, 2025

Exploring How to Run a Scalable Go Server in dotnet aspire

How to Run a Scalable Go Server with .NET Aspire: An Example of Horizontal Scaling and Automated Configuration Using a YARP Reverse Proxy.

snowmerak
December 22, 2024

Usage of MLDSA and MLKEM in Go Language

This document explores how to employ the quantum-resistant cryptographic algorithms MLDSA and MLKEM within the Go programming language, and provides an overview of each algorithm’s characteristics along with illustrative code examples.

Lemon Mint
December 20, 2024

What's New in Go 1.24?

Go 1.24 delivers performance boosts, post-quantum crypto, TLS enhancements, & more, making it a significant release for modern app development.

Lemon Mint
December 9, 2024

Introducing Randflake ID: a distributed, uniform, unpredictable, unique random ID generator.

Introducing Randflake ID: a distributed, uniform, unique, and unpredictable ID generator inspired by Snowflake, using a block cipher for security.

snowmerak
November 29, 2024

Enhancing Responsiveness with Redis Client-Side Caching

Enhancing API Responsiveness Using Redis Server Assisted Client Side Cache

Yunjin Lee
November 19, 2024

Creating an Image Viewer with a File List in Tk using Go

Construct a rudimentary image viewer utilizing Tcl/Tk within the Go programming language.

Yunjin Lee
October 22, 2024

Creating a GUI with Tk in Go

Learn how to create a simple GUI application using Tk with Go, and how to handle SVG, PNG, and ICO images, as well as use menu widgets!

iwanhae
October 18, 2024

Go and the OpenAPI Ecosystem

This document introduces libraries and strategies applicable when developing OpenAPI-based APIs in the Go language.

snowmerak
October 18, 2024

Go Concurrency Starter Pack

This section introduces various tools and techniques, such as goroutines, channels, and mutexes, for managing concurrency in Go.

Rabbit Princess
October 16, 2024

Why does Go not have Try-Catch?

This investigates why Go does not support try-catch and instead employs panic-recover, in relation to the responsibility for error handling.

Lemon Mint
October 6, 2024

Go is the ideal language for AI apps

Go is ideal for AI development due to its efficiency, concurrency, and seamless integration with AI APIs & cloud-native tools.

Featured Posts