lazy developer with nvim
If You are lazy developer as me, maybe you are seeing this small shit tool in go like useable for quick and comfy way how to update local installed nvim …
Pyroscope: profiling go apps
Pyroscope: Open Source Continuous Profiling Platform. Debug performance issues down to a single line of code. Getting Started Install Pyrocope server brew install pyroscope-io/brew/pyroscope Start Pyroscope server pyroscope server Start …
check new version of neovim in golang
I am big fan of Vim/Neovim. I am using vim every day for coding. I want to be up to date against nightly build of Neovim and thats the reason …
golang, good to know: inittrace
From Golang documentation Package runtime inittrace: setting inittrace=1 causes the runtime to emit a single line to standard error for each package with init work, summarizing the execution time and …
golang: semaphore pattern
Without semaphore, without limiter With channel like limiter With semaphore like limiter
go: email address validation
Validation a email address by regex and MX lookup!
Fyne
The Fyne toolkit provides the easiest way to develop beautiful, lightweight and user friendly native applications for desktop, mobile and beyond. Fyne combines the power and ease of the Go …
Golang, FiberV2, OAuth2
Fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go. Designed to ease things up for fast development with zero memory allocation …