Read, learn, develop.
Devote yourself.
Hot from the oven
Agile Low-Code Development Strategies for Faster, Smarter Product ReleasesIndustry InsightsIva P.9 min readOct 31, 2025Synergy of agile methods and low-code platforms is accelerating software delivery, empowering citizen developers, and fostering smarter, faster iteration while maintaining technical soundness and collaboration across teams.
Rino K.8 min readAug 13, 2025
Agentic AI: From Chains to Autonomous, Multi-Agent FrameworksCutting-edge insights into how interconnected AI agents leverage adaptive workflows, schema validation, and observability to tackle complex tasks—unlocking new possibilities in autonomous decision-making and seamless tool coordination.
Ante C.3 min readAug 6, 2025
Symfony Serializer: What Happens Between Request and ResponseInsights into using Symfony Serializer for JSON serialization and deserialization in REST APIs, highlighting groups, virtual properties, and name converters.
Tomislav B.5 min readJul 29, 2025
Guide to Microsoft Outlook Mail Integration Using Microsoft Graph APIInsider roadmap to seamless Outlook Mail integration in Java and Spring Boot—unlocking Microsoft Graph API–powered app registration, secure authentication, and end-to-end email retrieval and delivery.
Marko M.4 min readJul 23, 2025
GitHub vs GitLab: Choosing the Right Platform for Your Development WorkflowHead-to-head showdown between GitHub’s vast ecosystem and GitLab’s all-in-one DevOps powerhouse, revealing differences in repo management, CI/CD pipelines, security features, pricing, project-size suitability, and cutting-edge AI tools.
Tomislav B.3 min readJul 17, 2025
How to Integrate Microsoft Outlook Calendar into Your Spring Boot ApplicationA step-by-step tutorial showing you how to: register a Spring Boot app in the Microsoft Entra admin center; add Graph SDK dependencies; set up DeviceCodeCredential for user authentication; fetch calendar events using start/end filters; and programmatically create new Outlook Calendar events via Microsoft Graph API.
Karlo A.5 min readJul 9, 2025
How We Have Solved The Issue Of Searching Within Nested Nodes - API PlatformLearn how to set up an API Platform endpoint in Symfony that takes an organization or group ID (or UUID) and returns all related library units using either a Nested Data Set model or a recursive Doctrine extension.
Hrvoje D.5 min readJul 1, 2025
Dependency Injection in Angular: A Complete GuideFrom providers to injectors, discover how Angular’s evolving approach to dependency injection supports modular, scalable, and testable application design.
Vladimir Š.4 min readJun 24, 2025
Introduction to Firebase: Empowering Your App DevelopmentLearn how to integrate Firebase Authentication with your Spring Boot application. Follow this step-by-step tutorial to set up secure login, role-based access control, and Firebase Admin SDK integration.
Luka C.6 min readJun 18, 2025
How Figma Dev Mode Improves Collaboration Between Designers and DevelopersFigma Dev Mode helps frontend teams build faster and more consistently by bridging design and code. Learn how early collaboration and reusable components improve workflow quality.
Mario F.4 min readJun 11, 2025
Next.js vs React: Which One Is Right for Your Next Web Project?Next.js vs React isn’t just a framework debate, it’s a decision that shapes performance, SEO, and development speed. This guide breaks down their key differences to help you choose the right tool for your next project.
Tomislav B.6 min readJun 4, 2025
Spring Data REST: Simplify Java Development with Automated RESTful APIsSpring Data REST is a powerful framework that speeds up Java development by automatically generating RESTful APIs from Spring Data repositories. This blog explores its key features, provides practical examples, and offers best practices for efficient API development.
7 min readMay 29, 2025
Integrating YAES with Tagless Final: Capability-Based State Threading in ScalaAn in-depth look at using YAES in a tagless final Scala setup, highlighting composability concerns, state handling challenges, and why the framework’s author chimed in with direct feedback.