Devot Logo
Devot Logo

Read, learn, develop.

Devote yourself.

Hot from the oven
What Are the Steps of the Development Process for a Software Project?Iva P.8 min readDec 30, 2025A step-by-step breakdown of the software development process—from first idea to final release and beyond. Ideal for clients, product owners, and newcomers navigating timelines, teams, and tech decisions.
What Are the Steps of the Development Process for a Software Project?
How to Integrate Microsoft Outlook Calendar into Your Spring Boot Application
Technology
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.
How We Have Solved The Issue Of Searching Within Nested Nodes - API Platform
Technology
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.
Dependency Injection in Angular: A Complete Guide
Technology
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.
Introduction to Firebase: Empowering Your App Development
Technology
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.
How Figma Dev Mode Improves Collaboration Between Designers and Developers
Technology
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.
Next.js vs React: Which One Is Right for Your Next Web Project?
Technology
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.
Spring Data REST: Simplify Java Development with Automated RESTful APIs
Technology
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.
Integrating YAES with Tagless Final: Capability-Based State Threading in Scala
Technology
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.
How to Successfully Upgrade a Massive Rails App from 4.2 to 6.0
Technology
Jerko Č.10 min readMay 28, 2025
How to Successfully Upgrade a Massive Rails App from 4.2 to 6.0Everyone gave up on upgrading this Rails 4.2 project until a clean-slate strategy finally cracked it. A real-world method that now works every single time.
Beginner’s Guide to Role-Based Access Control in Spring Boot
Technology
Vladimir Š.4 min readMay 21, 2025
Beginner’s Guide to Role-Based Access Control in Spring BootThis blog explains how to secure a Spring Boot application using Role-Based Access Control (RBAC) with Spring Security. You'll learn to configure role-specific endpoints, manage in-memory users, and explore ways to enhance security using JWT, database authentication, and method-level annotations.
Should You Ride the Rails or March with Symfony?
Technology
Marko P.8 min readMay 14, 2025
Should You Ride the Rails or March with Symfony?A hands-on comparison of Symfony and Rails, from architecture to performance and testing. See how each framework fits different project needs based on Devōt’s engineering experience.
How to Build Agentic Systems with Python and LangChain
Technology
Juraj S.5 min readMay 7, 2025
How to Build Agentic Systems with Python and LangChainLearn how to build intelligent, autonomous agentic systems using Python and LangChain. This guide covers agents, tools, memory, error handling, and real-world AI applications to help you create scalable, decision-making software.