Tag: java
All the articles with the tag "java".
-
Scaffolding the Java Spring Backend and Connecting to Postgres
Setting up a Java Spring project with JDBC, Flyway migrations, and Spring Web, then installing Postgres locally and running the first end-to-end REST test via curl and the IntelliJ debugger.
-
Designing Game State Persistence and a Custom Finite State Machine
Architecture session diagramming how Catan game state could be stored in a relational database and how player actions can be validated and broadcast. Evaluated Spring State Machine and chose a simpler custom FSM approach for MVP.
-
Configuring Neovim and Scaffolding the Angular Frontend
Setting up a Neovim IDE from scratch with TypeScript and Angular LSP support, then scaffolding the Angular project with the hexagon CSS from earlier prototyping. Working through the geometry math for positioning Settlement pieces on the board.