dergus's Stars
mtdvio/every-programmer-should-know
A collection of (mostly) technical things every software developer should know about
sdmg15/Best-websites-a-programmer-should-visit
:link: Some useful websites for programmers.
charlax/professional-programming
A collection of learning resources for curious software engineers
DovAmir/awesome-design-patterns
A curated list of software and architecture related design patterns.
penpot/penpot
Penpot: The open-source design tool for design and code collaboration
jamiebuilds/the-super-tiny-compiler
:snowman: Possibly the smallest compiler ever
urfave/cli
A simple, fast, and fun package for building command line apps in Go
bloomrpc/bloomrpc
Former GUI client for gRPC services. No longer maintained.
manifoldco/promptui
Interactive prompt for command-line applications
buger/jsonparser
One of the fastest alternative JSON parser for Go that does not require schema
c-bata/go-prompt
Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.
antonmedv/expr
Expression language and expression evaluation for Go
AlecAivazis/survey
A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
wcharczuk/go-chart
go chart is a basic charting library in go.
nakabonne/ali
Generate HTTP load and plot the results in real-time
DataDog/go-profiler-notes
felixge's notes on the various go profiling methods that are available.
dave/jennifer
Jennifer is a code generator for Go
goccy/go-json
Fast JSON encoder/decoder compatible with encoding/json for Go
felixge/fgprof
🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.
create-go-app/cli
✨ A complete and self-contained solution for developers of any qualification to create a production-ready project with backend (Go), frontend (JavaScript, TypeScript) and deploy automation (Ansible, Docker) by running only one CLI command.
valyala/fastjson
Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection
francoispqt/gojay
high performance JSON encoder/decoder with stream API for Golang
abiosoft/ishell
Library for creating interactive cli applications.
create-go-app/fiber-go-template
📝 Production-ready backend template with Fiber Go Web Framework for Create Go App CLI.
redhat-developer/odo
odo - Developer-focused CLI for fast & iterative container-based application development on Podman and Kubernetes. Implementation of the open Devfile standard.
liamg/tml
:rainbow::computer::art: A tiny markup language for terminal output. Makes formatting output in CLI apps easier!
metaverse/truss
Truss helps you build go-kit microservices without having to worry about writing or maintaining boilerplate code.
desertbit/grumble
A powerful modern CLI and SHELL
PuerkitoBio/purell
tiny Go library to normalize URLs
create-go-app/chi-go-template
📝 Production-ready backend template with go-chi router for Create Go App CLI.