Read, learn, develop.
Devote yourself.
Hot from the oven
Ruby vs Java: A Comprehensive ComparisonTechnologyIva P.10 min readAug 28, 2025Crucial tradeoffs between Ruby’s simplicity and Java’s power—broken down for startups, CTOs, and developers evaluating their next move.
Iva P.10 min readAug 28, 2025
Ruby vs Java: A Comprehensive ComparisonCrucial tradeoffs between Ruby’s simplicity and Java’s power—broken down for startups, CTOs, and developers evaluating their next move.
Luka C.4 min readAug 27, 2025
SCSS vs Tailwind CSS: Finding the Right Fit for Your WorkflowWhen launching a frontend project, your styling choice shapes maintainability and developer experience. This post breaks down SCSS’s advanced logic, Tailwind’s rapid utility classes, and when a hybrid setup gives you the best of both.
Marko P.7 min readAug 20, 2025
Vibe Coding: How AI is Revolutionizing the Software Development ProcessVibe coding leverages advanced AI models to translate natural-language instructions into working source code. From rapid prototyping and democratizing software creation to concerns around security, maintainability, and legal liability, this article delves into the origins of vibe coding, its strengths and pitfalls, and how “vibe engineering” can ensure safe, clean, and ethical AI-powered programming.
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.