Tags → #week6
-
Week 6 Day 5: Mini Project - Microservices Todo App
Building independent User and Task services communicating via HTTP.
-
Week 6 Day 4: Service Discovery - Where are you?
Dynamic IP management with Consul and Eureka. Client-side vs Server-side discovery.
-
Week 6 Day 3: API Gateway - The Front Door
Routing, Auth, and Rate Limiting centrally. Zuul, Kong, and AWS API Gateway.
-
Week 6 Day 2: Service Communication - APIs & RPC
REST vs gRPC vs GraphQL. How microservices talk.
-
Week 6 Day 1: Monolith vs Microservices - To Split or Not?
The biggest debate in architecture. Benefits and pitfalls of distributed services.
-
Week 6 Day 5: The Grand Finale - Hard Problems
Combining everything we learned. 3 classic problems that require Number Theory, Probability, and Geometry.
-
Week 6 Day 4: Bit Manipulation - The Binary Magic
XOR tricks, subset iteration, and low-level optimizations that save the day.
-
Week 6 Day 3: Convex Hull - Fencing the Points
Finding the smallest convex polygon containing all points. The Graham Scan and Monotone Chain algorithms.
-
Week 6 Day 2: Cross Product - Orientation and Area
How to tell if a turn is Left or Right? Calculating Polygon Areas.
-
Week 6 Day 1: Computational Geometry - Vectors and Dot Product
Geometry doesn’t have to be scary. Learn the basics of Vectors and how the Dot Product finds angles and projections.