Explore tweets tagged as #microservice
Microservices Architecture Overview → Breaks a large application into small, independent, and loosely coupled services → Each microservice handles a specific business function → Enables flexibility, scalability, and faster updates Components → Clients → Web, mobile, or
18
130
657
You have a microservice setup. Your OrderService needs to tell your EmailService to send an email. You set up a simple Redis or RabbitMQ queue. OrderService pushes a job. EmailService pops it. It works. Then, the new AnalyticsService needs to also know about that order. Too
72
169
2K
10 Microservice Design Principles Java developers should learn 📘📚 1. CQRS 2. SAGA 3. Database Per Service 4. Circuit-breaker 5. API Gateway 6. Event Sourcing 7. Strangular 8. Ext. Configuration
1
0
2
بچه ها من دنبال یه فرصت جدید به عنوان Java Developer هستم. ۴ سال تجربه دارم و با Spring Framework و OracleDB کار کردم. با مفاهیم REST API و Microservice و Concurrency آشنا هستم. اگه موقعیت مرتبطی سراغ دارید، خوشحال میشم خبر بدید. در صورت نیاز، رزومهام رو براتون میفرستم.
15
65
342
I’ve been reading Latency by Pekka Enberg — it’s well-structured, but most ideas echo what’s already covered in classics like DDIA, Microservice Patterns, and System Design Interview.
1
0
2
when you come across a proxy endpoint using dot ( . ) can sometime trigger a 302 allowing you to figure out the underlying microservice api path. helps you map and fuzz the app better #bugbounty #bugbountytips
5
32
361
Microservices is a Lego like software architecture ➡️ Breaks a large application into small, independent services ➡️ Each microservice serves a specific function ➡️ Gives flexibility, scalability, faster updates 🧵1/n
1
0
1
Java/Microservice interview question: ⇒How to debug and Optimize a Slow Microservice Due to External API Calls? 1. Diagnose and Confirm (Don't Guess) → confirm the external API is the true bottleneck. → Tracing: Use distributed tracing (Telemetry or Zipkin) to measure the
1
62
393
OpenFold3 is available as an NVIDIA NIM microservice!
2
48
296
This isn't a microservice diagram rather an async load/store/compute pipeline due to gpu mem hierarchy. Very well explained @modal 🤣
0
0
2
What is Dapr? I'll try to explain it like you're 5 (or maybe not, we'll see). Dapr is a portable, event-driven runtime that simplifies building microservices. At its core, Dapr provides standardized building blocks that abstract away the complexity of common microservice
2
27
161
List of Topics to System Design Terminologies ( Detailed notes in the Thread ) : - Scaling ( Vertical + Horizontal ) - Load Balancers ( Hash based ) - Consistent Hashing - Message Queues - Monoliths - MicroService Architectures - Database Partitioning - Database Sharding
16
77
799
5 Real DevOps Project Ideas to Build Your Skills 👇🏻 Save For Later ✅ https://t.co/WxQyWA4OS5 Pipeline with Jenkins + GitHub + Docker 2.Deploy a static site using S3 + CloudFront 3.Monitor EC2 using Prometheus + Grafana 4.Create EKS cluster and deploy a microservice
1
26
168
I LOVE BUILDING A NEW MICROSERVICE. I LOVE CHOOSING WHICH CLI APP PACKAGES TO USE. I LOVE CHOOSING THE STRUCTURE OF MY REPO
0
0
3
𝗕𝘂𝗶𝗹𝗱𝗶𝗻𝗴 𝗦𝗰𝗮𝗹𝗮𝗯𝗹𝗲 𝗙𝗼𝘂𝗻𝗱𝗮𝘁𝗶𝗼𝗻𝘀: 𝗡𝗼𝗦𝗤𝗟 + 𝗞𝗮𝗳𝗸𝗮 = 𝗠𝗼𝗱𝗲𝗿𝗻 𝗠𝗶𝗰𝗿𝗼𝘀𝗲𝗿𝘃𝗶𝗰𝗲 𝗕𝗮𝗰𝗸𝗯𝗼𝗻𝗲 If NoSQL gives each microservice its own home, Kafka builds the roads between them. 🏠 + 🛣 = a scalable digital city.
0
0
1
working on a NestJS microservice app using Kafka as the transporter, TypeORM with PostgreSQL, Redis for caching, and AWS CDK for infrastructure https://t.co/7xs8xO1xsU
0
1
3