Software engineer
Fetching image metadata from Gitlab Registry Motivation I arrived at this idea when I was creating first implementation of continuous...
Preamble Internet infrastructure partially depends on standards and conventions given by IETF/IEEE working groups. And it allows web-ecosystem to evolve...
Solving a task during a job interview There was an interesting task last time I got interviewed. Imagine we have...
Filling the gaps Hi, folks! Today I’ve thought about the experience I have been having every day being an it-engineer....
Vigenere cipher What is it? Vigenere cipher is a method of encryption by using polyalphabetic cipher (based on substitution, using...
Benefits and limitations of working for a big company Hi, mates. Today I’d like to give an honest review of...
Проблема Наверняка многие из вас (тут я обращаюсь к Java разработчикам) разок да применяли Mockito в своих unit тестах. Зачастую...
Configure hba file It’s easy enough. Just edit your pg_hba.conf file following way (replace PGSQL_VERSION with yours): sudo nano /etc/postgresql/PGSQL_VERSION/main/pg_hba.conf...
Telegram Bot API: Enable Webhook for your bot What is webhook? Usually Telegram allows you to get updates for your...
Google URL Shortener и Ruby Зачем? Гугл предоставляет весьма удобное API для сжатия ссылок. Короткая ссылка является неким “посредником” в...