- Cloud Native
-
18:07
(UTC +03:00) - https://basebandit.github.io/
- @the_basebandit
- in/evansonmwangi
Stars
Container runtimes on macOS (and Linux) with minimal setup
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared …
🚀 Level up your GitHub profile readme with customizable cards including LOC statistics!
lightweight, idiomatic and composable router for building Go HTTP services
Open Source search based on OpenStreetMap data
This repository started out as a learning in public project for myself and has now become a structured learning map for many in the community. We have 3 years under our belt covering all things Dev…
Go Data Structures and Algorithms is an open source tool for learning and rehearsing data structures and algorithms in Go.
Kubernetes-based, scale-to-zero, request-driven compute
Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
A command-line productivity tool powered by AI large language models like GPT-4, will help you accomplish your tasks faster and more efficiently.
A roadmap to learn Kubernetes from scratch (Beginner to Advanced level)
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Algorithms and Data Structures implemented in Go for beginners, following best practices.
Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman
A modern runtime for JavaScript and TypeScript.
Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
Golang - Regular Expression Tutorial
GraphQL server with a focus on ease of use
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP…
basebandit / juju
Forked from juju/jujuUniversal Operator Lifecycle Manager (OLM) for Kubernetes operators, and operators for traditional Linux and Windows apps, with declarative integration between operators for automated microservice …
Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than channels with the added type safety of generics compared to ri…