Skip to main content

Bhushan Patil

Bhushan Patil is a passionate Java developer with 4+ years of experience building and maintaining high-performing web applications. He thrives in collaborative environments and possesses a strong ability to translate complex business requirements into clean, maintainable, and scalable Java code. Bhushan has a proven track record of success in designing and implementing RESTful APIs using Spring Boot and microservices and integrating them with various databases (e.g., Oracle and MongoDB). He is also well-versed in front-end technologies like JavaScript and proficient in unit testing frameworks like JUnit. He achieved this by optimizing code for performance, implementing robust security measures, and ensuring a seamless user experience. Bhushan is a continuous learner and stays updated with the latest advancements in the Java ecosystem.

Blogs from this Author

Istock 1451456915

Microservices – 12 API Guidelines for Security

In the interconnected landscape of modern software development, Application Programming Interfaces (APIs) have emerged as the linchpin, facilitating seamless communication and integration between diverse systems. As the digital ecosystem expands, the need to fortify APIs against potential vulnerabilities becomes paramount. This blog delves into the intricacies of API security, unraveling 12 indispensable tips to bolster […]

Transportation And Technology Concept. Its (intelligent Transport Systems). Mobility As A Service.telecommunication. Iot (internet Of Things). Ict (information Communication Technology).

Tutorial 04 – Microservices – Discovery Client, LoadBalancer Client and Feign Client

Before you dive into this tutorial, make sure to check out the other blogs in this series: Tutorial 01 – Microservices Architectural Design by using Spring Boot Tutorial 02 – Spring Cloud – Netflix Eureka Server Tutorial 03 – Publish Microservices to the Eureka Server In the Eureka Server environment, 3 “Client Component” types are […]

Istock 1435220822

Tutorial 03 – Publish Microservices to the Eureka Server

Read the other blogs in this series: Tutorial 01 – Microservices Architectural Design by using Spring Boot Tutorial 02 – Spring Cloud – Netflix Eureka Server Publish Microservices to the Eureka Server Every Microservice must be published/ registered with Eureka Server (R&D Server) by becoming an Eureka Client We must create a microservice using Spring […]

What To Consider Before Leaping Into Microservices

Tutorial 02 – Spring Cloud – Netflix Eureka Server

You may learn microservices in-depth from beginner to expert in this set of tutorials. click here for previous blog: – Tutorial 01 – Microservices Architectural Design by using Spring Boot Introduction: – Netflix Eureka Server – To enable discovery and communication between microservices, it is necessary to register or publish the microservice with the R&D […]

Business Man Using Computer Hand Close Up Futuristic Cyber Space And Decentralized Finance Coding Background, Business Data Analytics Programming Online Network Metaverse Digital World Technology

Tutorial 01 – Microservices Architectural Design by using Spring Boot

What is Microservices Architecture? Microservices Architecture Software development follows an architectural and organizational approach where small independent services communicate with each other through well-defined APIs. Overview of Microservices Architecture Microservices architecture provides a set of rules and guidelines to develop a project as a set of loosely coupled/de-coupled services, and this can be implemented using […]