Update stack.md

This commit is contained in:
Kiyan 2025-12-21 09:54:43 +02:00
parent 140f1c0756
commit b27440b06a
1 changed files with 10 additions and 10 deletions

View File

@ -1,21 +1,21 @@
# 🛠️ Technology Stack
# 🛠️ Tech Stack
## Backend
- **Language**: Java
- **Language**: Java 25
- **Framework**: Spring Boot (Web, Data JPA)
- **Template Engine**: Thymeleaf
- **JSON Processing**: JSON.simple
- **Concurrency**: Spring Async (`@Async`)
## Frontend
- **Structure**: HTML5
- **Styling**: CSS3, Bootstrap 5
- **Scripting**: JavaScript (Vanilla)
### Frontend & Interactivity
* **Thymeleaf:** Server-side Java template engine for seamless HTML rendering.
* **HTMX:** Powering fast, AJAX-like interactivity without the complexity of heavy JavaScript frameworks.
* **Scripting**: JavaScript (Vanilla)
## Data & Storage
- **Database**: H2 (Dev) / MySQL (Prod)
- **ORM**: Hibernate (via Spring Data JPA)
- **File System**: `java.nio` for local file management
* **Database**: H2 (Dev) / MySQL (Prod)
* **ORM**: Hibernate (via Spring Data JPA)
* **File System**: `java.nio` for local file management
## Build & DevOps
- **Build Tool**: Maven
* **Build Tool**: Maven