PinnedPublished inJavaGuidesMy Top and Bestseller Udemy Courses on Spring Boot, Microservices, and Full-Stack developmentIn this post, I will suggest my top and bestseller Udemy courses on Spring Boot, Microservices, and Full-Stack development.Jul 12, 20241Jul 12, 20241
How to Avoid Tight Coupling in Spring BeansIn this article, you’ll learn what tight coupling is, why it’s bad, and most importantly — how to avoid it using best practices in Spring.2h ago2h ago
Java Stream Collectors Deep Dive (With Real-World Examples)Java Stream Collectors are one of the most powerful features in the Stream API. They help you gather, group, join, or summarize stream data…2h ago2h ago
Published inJavaGuidesSpring Boot Course -> New Series on Medium ❤️We’ll begin from scratch and go step-by-step, covering everything from the basics to advanced concepts. We’ll also build real world…6h ago6h ago
Spring Boot DELETE REST API — @DeleteMapping AnnotationThe @DeleteMapping annotation in Spring Boot is used to map HTTP DELETE requests to specific handler methods in a controller.6h ago6h ago
Spring Boot PUT REST API — @PutMapping AnnotationIn this chapter, we will cover the @PutMapping annotation in Spring Boot. The @PutMapping annotation is used to handle HTTP PUT requests.6h ago6h ago
Spring Boot POST REST APIIn this chapter, we will cover the @PostMapping and @RequestBody annotations in Spring Boot.6h ago6h ago
Spring Boot GET REST API — @GetMapping AnnotationThe @GetMapping annotation in Spring Boot is used to create a mapping between HTTP GET requests and handler methods in a controller.9h ago9h ago
Spring Boot REST API with Request Param | Spring Boot CourseIn this chapter, we will explore how to create a Spring Boot REST API that uses the @RequestParam annotation to handle query parameters.9h ago9h ago
Spring Boot REST API with Path Variable — @PathVariableWe will now learn how to use the @PathVariable annotation to create a REST API that can accept and handle path variables.9h ago9h ago