My projects
Here I want to share some information about my pet projects I am working on right now:
Turn your Google translate dictionary into learning flash cards. The problem is simple – learn words from Google Translate dictionary
https://gtlearn.mcher.dev
Pretty often I use some tools in my daily work, for example, to estimate costs in cloud environment – I want to know size in bytes which one typical information item will take. It is very important if you are working on high load application, like millions requests per day, and every request has at least 400 bytes of payload – gigabytes of storage should be reserved
https://tools.mcher.dev/
https://tools.mcher.dev/stringsizecalc/
base64 encoding, decoding
https://tools.mcher.dev/base64/
password generator
https://tools.mcher.dev/passwordgen/
url parser and builder
https://tools.mcher.dev/urlbuilder/