Blog _
Technical explorations, experience reports and practical guides on modern web and mobile development.
2 articles
2 categories
// Technical insights
const knowledge = "shared";
export default experience;
// Continuous learning
while (curious) {
learn().build().share();
}
Explore by Category
Architecture
Microservices Architecture with Spring Boot
Master microservices architecture fundamentals with Spring Boot: service discovery, centralized configuration, and API Gateway.
→ Read article
Backend
GraphQL - The API of the Future
Discover GraphQL and how it solves REST API limitations. Complete guide to implementing your first GraphQL API.
→ Read article