Here is how to remap n/N keys to improve consistency accross vim motions and free keys on your keyboard
How to leverage powerful textobjects and navigate between them to define better motions.
How to fix this common error on windows 11
How to install neovim treesiteer on windows 11
How to use go routines to call three webservices concurrently? Exercise Solution using go routines, channels and timeouts. This walkthrough proceeds in baby steps and progressively make the exercise more complex all to way to using contexts, timeouts and error handling.
What are slices in go? What happens under the hood when a slice is modified? How are slice implemented by the compiler? Why can functions modify the elements of a slice but not its length?
How to convert a function to an interface in Go and how to convert an interface to a function
Condensed summary of Go's syntax, type system and peculiarities