Stepan Dementev

Projects

  • Link-Tracker an application consisting of two services - Telegram bot and Scrapper (an application that checks resource updates using links stored in PostgreSQL). The client registers in Bot, sends links to the GitHub repository or a question on StackOverflow and receives information about, for example, new answers to a question or a new commit directly in the messenger. Communication between the services is implemented through the Rest API and Kafka. There is coverage with both unit and integration tests.

  • Fractal Generator an application written in pure Java language (using Lombok and Junit5), which generates fractal images in the form of concrete files (.png, .jpg, .jpeg). There is a coverage with unit tests. Learn more in README.md file (in Russian).