TimDurward's Stars
opencontainers/runc
CLI tool for spawning and running containers according to the OCI specification
cointop-sh/cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
elliotforbes/go-webassembly-framework
A Go Based WebAssembly framework for building frontend applications in Go!
antklim/go-microservices
Examples of microservices written in Go using different frameworks
rybit/seltzer
sirupsen/logrus
Structured, pluggable logging for Go.
vardius/go-api-boilerplate
Go Server/API boilerplate using best practices DDD CQRS ES gRPC
nim-lang/Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
direnv/direnv
unclutter your .profile
Masterminds/semver
Work with Semantic Versions in Go
prowler-cloud/prowler
Prowler is an Open Cloud Security tool for AWS, Azure, GCP and Kubernetes. It helps for continuos monitoring, security assessments and audits, incident response, compliance, hardening and forensics readiness. Includes CIS, NIST 800, NIST CSF, CISA, FedRAMP, PCI-DSS, GDPR, HIPAA, FFIEC, SOC2, GXP, Well-Architected Security, ENS and more.
bats-core/bats-core
Bash Automated Testing System
sharkdp/bat
A cat(1) clone with wings.
docker/compose-on-kubernetes
Deploy applications described in Compose onto Kubernetes clusters
duo-labs/cloudmapper
CloudMapper helps you analyze your Amazon Web Services (AWS) environments.
microsoft/ethr
Ethr is a Comprehensive Network Measurement Tool for TCP, UDP & ICMP.
tldr-pages/tldr
📚 Collaborative cheatsheets for console commands
apocas/dockerode
Docker + Node = Dockerode (Node.js module for Docker's Remote API)
golang/go
The Go programming language
hybridgroup/gocv
Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, OpenCV Contrib, and OpenVINO.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
blang/semver
Semantic Versioning (semver) library written in golang
nodejs/node
Node.js JavaScript runtime ✨🐢🚀✨
brianshumate/vaultron
:robot: Vault clusters Terraformed onto Docker for great fun and learning!
s-matyukevich/raspberry-pi-os
Learning operating system development using Linux kernel and Raspberry Pi
hashicorp/terraform
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 amongst team members, treated as code, edited, reviewed, and versioned.
recharts/recharts
Redefined chart library built with React and D3
thockin/go-build-template
A Makefile/Dockerfile example for Go projects.
graph-gophers/graphql-go
GraphQL server with a focus on ease of use
gorilla/mux
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍