tmpmail - command line tool which allows to create temporary mailbox and receive emails from the terminal.
It uses 1secmail as a backend.
Spend a couple of minutes to read concise, clean bash code.
Interesting article which explains the benefits of inlining labels inside form elements.
source
Great article “A hygienic Python setup for Linux, Mac, and WSL” about python's packages installation and creating clean and reproducible enviroment.
In a couple of words:
pyenv to control python interpreter version pipenv / poetry to control virtual environment settings. pipx to install python cli tools. Thanks Angela Bassa for the article's link.
Free book about webRTC.
Github repository
Here is nice go library named ‘moq’ that helps you to easily test dependent code but without verbose mocks setup.
The idea is to generate trivial implementations and just save all the calls as a list preserving all the arguments.
Using this you can simply assert all the invariants and stop to write long mock setup.