Henry Story·19 hours agoHTTP Sig DemoHow to secure BigData or microservices efficiently on the Web — As part of the Solid Wallet project, I was able to demonstrate how a Linked Data crawler could fetch access-controlled data efficiently from a Solid Server. I demonstrated this Wednesday afternoon to the W3C Solid Community WG (see meeting notes for detailed links). We both somehow forgot to press the…Microservices1 min readMicroservices1 min read
Jothimani·20 hours agoMonolith vs Microservices: Striking the Right Balance for Your ApplicationMy take on recent battle trend microservice vs monolithic applications. Understanding Monolithic and Microservices Architectures: Avoiding the Microservices Trap The risks of adopting microservices without proper consideration! Under-utilization of resources Excessive cloud expenses Complications in monitoring a cluster of services. Each service requires monitoring tools, alert management/routing, paging, and manual effort.Microservices3 min readMicroservices3 min read
Pravinkumar Singh·1 day agoThe Twelve-Factor App: What are these ?The Twelve-Factor App methodology is a set of best practices created by developers at Heroku for building modern, scalable, and maintainable software applications. It has become a widely adopted standard for designing web applications, APIs, and microservices. This article aims to provide a simplified, easy-to-understand overview of the Twelve-Factor App…Microservices4 min readMicroservices4 min read
Gupta BlessinDev Genius·16 hours agoTroubleshooting Production Issues in Complex Environments With LumigoIntroduction The process of developing and deploying apps has undergone a considerable transition in today’s fast-paced cloud computing environment. Microservices, a more modular and scalable approach, are replacing traditional monolithic systems. This change has completely revolutionized how applications are developed, deployed, and maintained. One of the best things about microservices is…Microservices7 min readMicroservices7 min read
Ajay Rathod·11 hours agoSenior Java Developer Interview Question Series-20(Questions Asked from Service-Based Companies)In this article, I will be posting Java Developer Interview transcripts of Service based companies, These sets of questions are asked to 8+ years of experience candidates. Let's dive into this, Note: If you are Looking for Java Developer Interview Guide — My Book Can help you better prepare for…Microservices6 min readMicroservices6 min read
Andrea Pollastri·2 days agoSpeed Up your APIs with Laravel CacheLaravel provides an expressive, unified API for various cache backends, allowing you to take advantage of their blazing-fast data retrieval and speed up your web application. Using Laravel Cache is very simple and useful and it easily can be configured on File System, Redis, Memcached, or other drivers. Why use…Microservices2 min readMicroservices2 min read
Omar Wagih·1 day agoMicroservices patterns: The second chapterThe second chapter is called “Decomposition strategies”. If you are building a software system with microservices, one of the most challenging decisions you have to make is how to split your system into smaller and independent services. …Microservices9 min readMicroservices9 min read
Thomaz MourainLevel Up Coding·3 days agoAs Software Engineers, We Should Know Better By NowCargo Cult Driven Development has become the norm, it’s only the rituals that change. It’s 2023. People have free and immediate access to a wealth of information that would make any encyclopedia jealous at their fingertips. And still, tech people are still trying to find the magical silver bullet that…Microservices10 min readMicroservices10 min read
Nurettin Onur YAKIT·1 day agoConsumer-Driven Contract Testing with Pact & Spring Boot Microservices exampleNowadays microservices are widely used. When you’ve just a couple of microservice it’s a blessing. But also in time, the numbers are increasing rapidly. Why the numbers are increasing? There are many reasons but that’s another story. Problem statement We have a lot of services that are communicating with each…Microservices5 min readMicroservices5 min read
Konstantin Borimechkov·2 days agoThe Basics of Service-to-Service Communication: A Beginner’s GuideLast week, I got the question about how should we handle a REST call to external service and use the data we get from it, as a response, to update our local database and continue with the business logic. That made me question the whole concept of service-to-service communication and…Microservices7 min readMicroservices7 min read