
VSCode cheatsheet
Visual Studio Code Cheatsheet is here
Visual Studio Code Cheatsheet is here
Which language to use for AWS lambda?
We can write lambda function for deployment to AWS in several languages. Let’s compare the performance of (almost empty) functions written in JavaScript, Python and Golang…
Regularly happens
Need to have some standard post-install task sequence for the reference, so recording it here.
Useful golang commands and constructs
Here’s basic Go program structure, error handling patterns and channels vs goroutines comparison.