NSNguyễn Sỹ Lê Hoàngintoilacube.hashnode.dev·Apr 12, 2024 · 8 min readLets understand the architecture behind Spring AuthenticationSpring Authentication is quite complex to implement and understand compare to Laravel (PHP) for me. I wasted some times in tutorial on Youtube. I should have read the Spring Security document carefully instead of only rely on Youtube tutorials. This ...00
NSNguyễn Sỹ Lê Hoàngintoilacube.hashnode.dev·Mar 15, 2024 · 3 min readI should have learned Docker earlierProblem In my last semester as a 3rd student, my team has a Full-stack web project. We decided to use REST API and i was responsible for develop the back-end. The problem comes when my teammate, who was building the front-end need to test her FE code...00
NSNguyễn Sỹ Lê Hoàngintoilacube.hashnode.dev·Jan 28, 2024 · 3 min readFirst time i encounter Circular dependency1. The problem In the last semester while working on my Laravel project, i encountered a problem which led to a memory leak whenever i call an API that interacts with my OrderService class: class OrderService { public function __construct(privat...00