Pinned Repositories
ghost
Ghost: A lightweight, cross-platform tool for network inspection and host scanning, written in Go. Quickly perform ARP scans and inspect network details on both Unix and Windows systems.
go-validot
Validate your golang .env files! go-validot is a robust Go package designed to validate .env files, ensuring that your application's environment configurations are correctly set and adhere to specified standards.
golangchannels
For goroutines and channels, I created an application using a Dispatcher -> Worker -> Job pattern to benchmark and compare results in differing scenarios. These comparisons would allow me to see how the same pattern operated under types of loads and hopefully uncover some situations where this was an optimal pattern to follow.
golangcliscaffold
Learn how to create your first Golang CLI tool with Cobra and Viper. This step-by-step guide will show you how to bootstrap your project, add commands and flags, and create a usable CLI tool. By the end of this article, you'll have a working CLI tool that you can use to automate your tasks.
golangconcurrentdirscan
Replacing Golang’s Standard Package Functions with Concurrent Functions: Winning Big By Starting Small -- Harness the power of concurrency in Golang to improve performance, and efficiently manage resources with goroutines and semaphores.
golangconsuldiscovery
Replicating and Load Balancing Go Applications in Docker Containers with Consul and Fabio. More details in my article on Better Programming:
golangdocker
Building a Docker container for Golang binaries. Includes Fiber Rest API, tests, K8s integration...
golangpeekr
Peer into the source code for a high-level view of how a package is constructed. This is a personal CLI tool built in Go, using Cobra, Viper, and the AST package.
golangsignedbins
Learn binary signing and verification in Go for enhanced security. A concise guide for Golang developers on ensuring binary integrity.
minisync
A lightweight Go-based application for automated file synchronization between a Windows system and a MinIO server, featuring a Windows service and a user-friendly Wails GUI for configuration and management.
mwiater's Repositories
mwiater/ghost
Ghost: A lightweight, cross-platform tool for network inspection and host scanning, written in Go. Quickly perform ARP scans and inspect network details on both Unix and Windows systems.
mwiater/golangchannels
For goroutines and channels, I created an application using a Dispatcher -> Worker -> Job pattern to benchmark and compare results in differing scenarios. These comparisons would allow me to see how the same pattern operated under types of loads and hopefully uncover some situations where this was an optimal pattern to follow.
mwiater/golangcliscaffold
Learn how to create your first Golang CLI tool with Cobra and Viper. This step-by-step guide will show you how to bootstrap your project, add commands and flags, and create a usable CLI tool. By the end of this article, you'll have a working CLI tool that you can use to automate your tasks.
mwiater/golangconsuldiscovery
Replicating and Load Balancing Go Applications in Docker Containers with Consul and Fabio. More details in my article on Better Programming:
mwiater/golangsignedbins
Learn binary signing and verification in Go for enhanced security. A concise guide for Golang developers on ensuring binary integrity.
mwiater/golangpeekr
Peer into the source code for a high-level view of how a package is constructed. This is a personal CLI tool built in Go, using Cobra, Viper, and the AST package.
mwiater/golangdocker
Building a Docker container for Golang binaries. Includes Fiber Rest API, tests, K8s integration...
mwiater/minisync
A lightweight Go-based application for automated file synchronization between a Windows system and a MinIO server, featuring a Windows service and a user-friendly Wails GUI for configuration and management.
mwiater/golangconcurrentdirscan
Replacing Golang’s Standard Package Functions with Concurrent Functions: Winning Big By Starting Small -- Harness the power of concurrency in Golang to improve performance, and efficiently manage resources with goroutines and semaphores.
mwiater/tracewrap
Tracewrap is a powerful, non-invasive instrumentation tool for Go applications. It uses a simple YAML configuration file to automatically wrap function calls, generate detailed trace logs, and create visual call graphs—enabling you to analyze execution paths, debug performance issues, and optimize your code without modifying your source.
mwiater/golangpprof
Dive into Go's pprof tool, unveiling its capabilities through practical examples and showcasing how it can transform your code optimization journey.
mwiater/go-validot
Validate your golang .env files! go-validot is a robust Go package designed to validate .env files, ensuring that your application's environment configurations are correctly set and adhere to specified standards.
mwiater/golang-library
Just a personal collection of golang libraries, algorithms, etc. A basic playground for testing (hopefully) useful code...
mwiater/golangbuildconcepts
Learn how to build Golang binaries targeting different platforms and include varying features from the same codebase.
mwiater/ngrok-v1
Introspected tunnels to localhost