Tag: #spring
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 6 posts
Concurrent Login Prevention Implementation Guide — Layer-by-Layer Strategies with IP, Session, JWT, and Nginx Including Practical Code
A comprehensive guide covering concurrent (duplicate) login control through IP-based, session-based, JWT-based, and Nginx-level approaches — with architecture, pros/cons, practical code, and operational checklists all in
2026-03-08 · 13 min read #architecture#security#authentication#session#nginxSection3 Hello Servlet
Section3 Hello Servlet
2024-11-02 · 1 min read #springBuilding a Simple MVC Web App with Spring Boot
Building a simple MVC web app with Spring Boot
2023-09-03 · 3 min read #springCreating a Simple Spring Boot Application
Creating an application using Spring Boot
2023-09-03 · 4 min read #springHow to Install Hive 2.3.9 (Non-Secure) on Ubuntu
Learn how to install Hive 2.3.9 (non-secure) on Ubuntu.
2023-09-03 · 5 min read #springHow to Register Spring Boot Service and Repository Beans
Learn how to register service and repository beans in Spring Boot.
2023-09-03 · 4 min read #spring