Published onMarch 19, 2025How to Prevent Overbooking in SQL with Multiple MethodsdatabaseIn any application involving booking hotel rooms, flight seats, or similar resources, data integrity is crucial to ensure multiple users can’t “claim” the same slot concurrently.
Published onDecember 10, 2023Exploring module in NestJSnestjstypescriptjavascriptdesign-patternsModules are crucial components at the center of NestJS. In this post, we will take a closer look at what modules are in NestJS.
Published onDecember 3, 2023Problems when the application develops at medium and large levelsapplicationdesign-patternsFrom medium to large-scale applications, challenges like architecture maintenance and scalability hinder progress.