Stars
GoPool is a high-performance, feature-rich, and easy-to-use worker pool library for Golang.
handling 1M websockets connections in Go
Lecture video links for preparation of Placements
A tool for testing regular expressions for ReDoS vulnerabilities.
Code AI platform with Code Search & Cody
An up-to-date (unofficial) knowledge base for Go programming self learning
A collection of useful, performant, and threadsafe Go datastructures.
❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.
An email automation solution, written in Golang.
Simple demonstration app for 'Cloud Native Devops'
Diodes are ring buffers manipulated via atomics.
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
Go session management for web servers (including support for Google App Engine - GAE).
Just a Better CI that you always wanted. Allows you to deploy PRs temporarily for a preview. Works with Docker-Compose and K8s deployments.
(Deprecated) Support code for conan 1.X trainings
Kubernetes Goat is a "Vulnerable by Design" cluster environment to learn and practice Kubernetes security using an interactive hands-on playground 🚀
impl generates method stubs for implementing an interface.
Examples for "Kubernetes Patterns - Reusable Elements for Designing Cloud Native Applications", Second Edition
Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
Collection of Technical Interview Questions solved with Go
shovanmaity / gods
Forked from emirpasic/godsGoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps …
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
🦀 Small exercises to get you used to reading and writing Rust code!