Skip to content
View AlexH73's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report AlexH73

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AlexH73/README.md

Alexander Hermann

Fullstack Developer • Java (Spring Boot) • React (TypeScript)

ewebotah@gmail.comLinkedInPortfolioTelegram: @AlexH573

ENRUDE


About

I build full‑stack applications with a strong focus on backend architecture, security, and clean, maintainable code.

  • Backend: Java, Spring Boot, Spring Data JPA, Spring Security, Hibernate
  • Frontend: JavaScript/TypeScript, React, Redux, HTML, CSS
  • DevOps: Docker
  • Data: SQL / NoSQL
  • Tools: Git, GitHub

Tech (badges)

Java Spring Boot Spring Security Spring Data JPA Hibernate PostgreSQL Liquibase Docker React TypeScript Redux


Featured projects

HomeRent — Property Rental Management System (Backend)

A backend service for managing residential rentals (long‑term and short‑term) with role‑based access for tenants, property owners, operators, and administrators.

Highlights:

  • Role-based security (Spring Security) and clear separation of responsibilities
  • Database migrations with Liquibase
  • Multiple runtime profiles: dev/test (H2), prod (PostgreSQL), tc (Testcontainers)
  • Docker-based quick start (PostgreSQL + pgAdmin)
  • API documentation via Swagger UI / OpenAPI

Repo: https://github.com/AlexH73/home-rent

Chat-Bot — Multilingual Restaurant Ordering Assistant

A text-based chatbot that streamlines restaurant ordering with a structured, easy-to-extend architecture.

Highlights:

  • Multilingual support: RU / EN / DE
  • Menu customization + order editing before confirmation
  • Data-driven design (menu + translations stored in JSON)
  • Tests included (run with python -m unittest discover tests)

Repo: https://github.com/AlexH73/Chat-Bot


GitHub stats

Pinned Loading

  1. Chat-Bot Chat-Bot Public

    Chat-Bot ist eine textbasierte Benutzeroberfläche für die Bestellung in einem Gastronomiebetrieb.

    Python 1

  2. cohort_57_1_JAVA cohort_57_1_JAVA Public

    Репозиторий базового курса Java

    Java 2

  3. TicTacToe_Java TicTacToe_Java Public

    Умная игра в крестики нолики на Java

    Java