2023
Takes a message such as “01.01.2024 20:00 Do the homework”, stores the task in PostgreSQL and checks every minute whose reminder is due. The database schema is managed with Liquibase.
Spring Boot · PostgreSQL · Liquibase · Telegram Bot API
2023
Creating, reading, updating and deleting recipes and ingredients, Swagger (OpenAPI) documentation, and export to and import from files over HTTP.
Spring Boot · springdoc-openapi · Bean Validation
Coursework · 2023
Stock-keeping for a warehouse: receiving and releasing socks, writing off defective stock, and stock levels by colour, size and cotton content; import and export of data as files, with OpenAPI documentation.
Spring Boot · OpenAPI · Lombok
2023
Stream API exercises and tests for services: JUnit 5 parameterised tests, Mockito mocks and exception checks.
JUnit 5 · Mockito · Spring Boot
2023
Data access for employees and cities through DAOs — first with plain JDBC, then with Hibernate and a one-to-many relationship between tables.
PostgreSQL · JDBC · Hibernate
Test assignment · 2023
A module that excludes flights from a set by rules: departure before the current moment, segments that arrive before they depart, and more than two hours on the ground between segments. Covered with JUnit tests.
Java · JUnit
Coursework · 2022
A console application with one-time, daily, weekly, monthly and yearly tasks: adding and removing tasks, listing the tasks for a chosen day, and input validation.
Java Core
Coursework · 2022
Employee records by department: total salary costs, minimum and maximum salary, salary indexation, and finding employees paid below or above a given amount.
Java Core
2022
Encapsulation, inheritance, generics, enums, custom exceptions and collections, modelled on vehicles, drivers, mechanics, passports and a phone book.
Java Core