Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Oct 11, 2024Mastering Jaeger Deployment on Kubernetes: A Comprehensive GuideIntroduction :- In the world of microservices and distributed systems, tracing and monitoring have become crucial. Jaeger, an open-source distributed tracing system, offers a powerful solution when combined with Kubernetes. This article will guide yo...DiscussKubernetes
Venkata Thanoojthanooj.hashnode.dev·Mar 1, 2024Making the Right Choice: RestController or Controller ?In the world of Spring Framework, understanding when to use @RestController and @Controller annotations is crucial for developing web applications effectively. Both annotations play a significant role in the creation of web services, yet they serve d...DiscussREST API
Saira Abdullasaira.hashnode.dev·Sep 17, 2022Understanding the MVC pattern.What is MVC? MVC stands for Model-View-Controller and is a popular and widely used software architecture pattern. Why do we need software architecture? Software architecture can be considered the blueprint for developing software. It helps us in unde...Discuss·2 likes·68 readsmvc