This is me

Hi, I'm Akhmat

πŸ‘Ύ 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

Backend
Frontend

πŸŽ“ 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