SJSwayam Jugranindsstart.hashnode.dev·Aug 3, 2023 · 1 min readLinear SearchToday was an exciting day as I delved into the world of algorithms and data structures. I decided to start with a fundamental search algorithm called "Linear Search" in Java. This algorithm is straightforward but essential to understand the principle...00
SJSwayam Jugraninswayamdev.hashnode.dev·Jul 27, 2023 · 1 min readSpring Boot Day 17Today I learned that in a Spring Boot REST API, you can nest custom data types to represent complex or hierarchical data structures. By creating Java classes to define these custom types, you can easily organize and encapsulate your data, making your...00
SJSwayam Jugraninswayamdev.hashnode.dev·Jul 25, 2023 · 1 min readSpring Boot Day 16Today, on the 16th day of my Spring Boot learning journey, I delved into the process of connecting a REST API with a MySQL database. This enlightening lesson taught me how to establish a seamless link between my Spring Boot application (representing ...00
SJSwayam Jugraninswayamdev.hashnode.dev·Jul 23, 2023 · 2 min readSpring boot Day 15In Spring Boot, the term "Response Entity" refers to a class provided by the Spring Framework that represents the entire HTTP response to be returned from a controller method. It encapsulates the response body, status code, and headers, allowing deve...00
SJSwayam Jugraninswayamdev.hashnode.dev·Jul 22, 2023 · 1 min readSpring Boot Day 14In Spring Boot, "Put Mapping" is an annotation used to handle HTTP PUT requests in web applications. It allows you to create endpoints in your Spring Boot application that handle the update or replacement of specific resources on the server. The HTTP...00