PMPrateek Metiinprateekmeti.hashnode.dev·May 23, 2024 · 7 min readThe Evolution of Architecture: From Monoliths to MicroservicesIn the ever-evolving landscape of software architecture, the debate between monolithic and microservices architectures continues to be a topic of keen interest and discussion. The journey from monoliths to microservices represents a significant parad...00
PMPrateek Metiinprateekmeti.hashnode.dev·Mar 18, 2024 · 7 min readUnderstanding APIs and RESTful APIs: A Beginner's GuideAPIs (Application Programming Interfaces) serve as the backbone of modern software development, enabling seamless interaction between diverse applications and systems. Whether you're aware of it or not, you interact with APIs on a daily basis, often ...00
PMPrateek Metiinprateekmeti.hashnode.dev·Sep 9, 2023 · 8 min readMigrating From Gradle To MavenMigrating a Java project from one build tool to another is not a simple task as it may seem, especially when you have a large project size. Through this blog, I will share my experience and how to tackle the issues you may come across when migrating ...00