Akhmat Latyev
- Email: latyev.me@gmail.com
- Telegram: @purrpleorange
- GitHub: purrrpleorange
- Discord: PurrpleOrange
- Discord rs-school: Akhmat Latyev (
@PurrrpleOrange
)
Β
Β
πΎ About me
Β
Β
π οΈ Skills
- β Java SE 17
- π± Spring Boot (In progressβ¦)
- π PostgreSQL
- π± Git & GitHub
- π¨ Frontend basics: HTML, CSS, JavaScript (ES6), React (basic), Bootstrap
- π» IntelliJ IDEA, VS Code, Maven, Postman
- ποΈ UML, BPMN, IDEF0
Β
Β
π§Ύ 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;
});
Β
Β
π§βπΌ Experience
π 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
GitHub Repositories:
- π Backend β Java, Spring Boot, JPA, PostgreSQL
- π Frontend β React, Bootstrap, Axios
β
Key Features
- 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
πΈ Authentication with JWT was planned but not implemented due to deadline constraints.
Β
Β
π 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