Follow

My Projects

Here is a list of projects I made, which are not abandoned

Talk2Bash

With the development of generative AI, I wonder how well it could solve such tedious tasks as creating bash commands with a text prompt. To test that and potentially save me some hours I created this simple bash application. You could write in plain English what you want to do and it will do its best to generate a one-liner bash command to fulfill your request.

FeedbackBots

Due to Telegram reaching 700 mil users I decided to check my list of not-good-not-bad ideas and implement one: the easiest way to gather feedback - through a couple of chatbots. You could learn more at FeedbackBots website

i-sight stupid game

A small Blazor-built game - "find a different emoji". I built it to refresh my Blazor skills. For some people it's kinda addictive I believe.

API.chat

API.chat is an API-first telegram messenger chatbot engine. It's built from leftovers of my failed HR startup, where an original microservices was wrapped into Azure API Gateway. The engine is mature enough to support chatbots of any complexity and size, but it's 7 years old and API is not that great, and I really do not have the mental strength to either kill it or improve it.