πΎ About me
Iβm an aspiring backend developer with a solid foundation in Java and PostgreSQL. I recently graduated from RTU MIREA with a degree in Software Engineering and completed a full-stack SRM system as my diploma project. Currently, Iβm focused on deepening my Spring Boot skills and working on pet projects to gain real-world experience. Iβm also learning frontend technologies like React and Bootstrap to better understand full-stack development. Actively looking for my first job or internship in backend development.
π οΈ Skills
- Java SE 17
- Spring Boot
- PostgreSQL
- Git
- HTML
- CSS
- JavaScript
- React
π§Ύ Code exmaples
const filteredDeliveries = deliveries.filter(d => {
const lowerQuery = searchQuery.toLowerCase();
const matchesQuery =
(d.status || '').toLowerCase().includes(lowerQuery) ||
(d.request?.documentNumber || '').toLowerCase().includes(lowerQuery) ||
(d.request?.supplierName || '').toLowerCase().includes(lowerQuery) ||
(d.documentNumber || '').toLowerCase().includes(lowerQuery);
const matchesDate = !dateFilter || d.deliveryDate === dateFilter;
return matchesQuery && matchesDate;
});
π Projects
π¦ SRM System β Full-Stack Web Application (Diploma Project)
A full-stack Supplier Relationship Management system for an online bicycle store. Developed as a final qualification project during studies at RTU MIREA.
π
Feb 2025 β Jun 2025
π§βπ» Tech stack: Java SE 17, Spring Boot 3, PostgreSQL, React, REST API
- RESTful API for managing suppliers, products, supply requests, deliveries, and returns
- Relational PostgreSQL database with normalized schema, foreign keys, and constraints
- Layered backend architecture with clear separation: controller β service β repository
- React frontend with Bootstrap components and integration via axios
- Multi-role access system (ADMIN, MANAGER, WAREHOUSE)
- Business process modeling in BPMN and IDEF0 for system documentation
- Full technical documentation: ER diagrams, endpoint specs, and architecture overview
π Education
RTU MIREA β Russian Technological University
Bachelorβs Degree in Software Engineering
Faculty of Information Technologies, Department of Corporate Information Systems
π Moscow, Russia
π
2021 β 2025
π Languages
- Russian β native
- English β B1 (Intermediate): can read technical documentation and communicate in writing