Tag: java
All the articles with the tag "java".
-
Featured
Find maximum sub array
A single-pass Kadane-style solution to the classic maximum sub array interview problem, with worked-through Java and Python implementations.
#algorithm #interview #java #python Read -
Simple chatroom application using STOMP and SockJsClient
Building a small React + Spring Boot chatroom that uses STOMP over SockJS with a RabbitMQ relay, including login/logout event broadcasting.
#react #java #springboot #backend Read -
Use vscode for java development
Setting up VS Code as a Java IDE with the Java, Spring Boot and Gradle extension packs, plus configuring launch settings and debugging.
#java #springboot #tooling Read -
Session filter check user session
Implement a Spring Boot servlet filter backed by Redis session storage that redirects unauthenticated users to the login page.
#java #springboot #backend Read -
How to set up a modded minecraft server
Step-by-step guide to install a Forge-based modded Minecraft server on Linux and Windows, including firewall port configuration.
#linux #java #devops #notes Read