Как создать Telegram бота с AI на борту?Сегодня поговорим о том, как можно просто заинтегрировать вашего бота в Telegram с нейронными сетями, такими как chat gpt.May 13May 13
Speeding up algorithms with arena allocatorsChoosing the best algorithms is very important, but how we can speed up the already chosen algorithms?May 10, 2021May 10, 2021
Building a stupid Mutex in the RustHey! Recently I had a little researching about how mutexes works. The result of my research is under the hood.Sep 11, 20201Sep 11, 20201
Easy swap Graylog to Sentry when you have complexity infrastructureIf you want to migrate log processing to Sentry you must change a lot of code, configs, and the same logic which describe your…Mar 31, 2020Mar 31, 2020
Useless benchmarks. Outperforming Unix sort by more than 7 times with 30 lines of RustI know what Unix sort do much more work than rust solution and all of the benchmarks there did just for fun. But…Feb 26, 2020Feb 26, 2020
Published inFAUN — Developer Community 🐾Accepting Gelf messages in SentryHey medium! Today I will tell you about new instrument for converting of a gelf messages to the sentry.Feb 17, 2020Feb 17, 2020
Published inFAUN — Developer Community 🐾Nginx Unit. Running NodeJs, Golang and Php on the one App Server.What is Nginx Unit? How to configure and why I can use it? All answers here.Oct 10, 2019Oct 10, 2019
The ultimate power of RedisIf you use Redis only for cache — you do not never used Redis.Jul 7, 2019Jul 7, 2019
How to parallelise calculations in your application and not to dieWhen to use sync.WaitGroup? Why? How? Writing own service to interact with other services. Mega parallelism in go.Apr 26, 2019Apr 26, 2019