BSBamkefa Samuelinkolabank.hashnode.dev·Jun 8, 2023 · 6 min readSpring Boot Authentication and Authorization with form-based login and MySQL DatabaseIntroduction Authentication and authorization are key requirements for securing web applications. For Spring/Java web applications, Spring Security is the mainstream security framework. The implementation of Spring Security had a notable change from ...00
BSBamkefa Samuelinkolabank.hashnode.dev·May 1, 2023 · 3 min readSpring Boot (3.0) API Documentation with OpenAPI (Swagger)Why document APIs? Documenting an API is essential for its effective utilization by consumers. In plain terms, the documentation tells the user what the API does and how it is to be used. Specific provisions of the documentation include invocation sy...00
BSBamkefa Samuelinkolabank.hashnode.dev·Apr 26, 2023 · 4 min readGuide for fixing code defectsSoftware development is more than writing code. A good part of the development process is discovering and dealing with defects in your code While there may be technical differences among the terms error, bug, fault or defect, the aim of this article ...00