challanges you have faced in your project?
Sigiloso
During my project, I faced a few challenges which actually helped me improve a lot as a developer. The first big challenge was handling invalid requests in my Spring Boot API. When users sent incomplete or wrong data, my application used to throw runtime exceptions. I solved this by adding proper field-level validations in the DTOs using annotations like @NotNull, @Email, @Size, etc.