Bibarsov Timur

Software engineer

Блог

28 Feb 2021

Gitlab Registry Image Label

Fetching image metadata from Gitlab Registry Motivation I arrived at this idea when I was creating first implementation of continuous...

25 Dec 2019

Oauth2 Implementation

Preamble Internet infrastructure partially depends on standards and conventions given by IETF/IEEE working groups. And it allows web-ecosystem to evolve...

17 Nov 2018

Generating Pi Number

Solving a task during a job interview There was an interesting task last time I got interviewed. Imagine we have...

30 Oct 2018

Filling The Gaps

Filling the gaps Hi, folks! Today I’ve thought about the experience I have been having every day being an it-engineer....

27 Oct 2018

Vigenere Cipher

Vigenere cipher What is it? Vigenere cipher is a method of encryption by using polyalphabetic cipher (based on substitution, using...

26 Oct 2018

Working For A Big Company

Benefits and limitations of working for a big company Hi, mates. Today I’d like to give an honest review of...

09 Oct 2018

H2 Or Mocking

Проблема Наверняка многие из вас (тут я обращаюсь к Java разработчикам) разок да применяли Mockito в своих unit тестах. Зачастую...

21 Oct 2016

Allow remote connections to postgres database

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...

29 Aug 2016

Telegram Bot API. Enable Webhook for your bot

Telegram Bot API: Enable Webhook for your bot What is webhook? Usually Telegram allows you to get updates for your...

24 Aug 2016

Google URL Shortener. Небольшой туториал

Google URL Shortener и Ruby Зачем? Гугл предоставляет весьма удобное API для сжатия ссылок. Короткая ссылка является неким “посредником” в...