Read, learn, develop.
Devote yourself.
Hot from the oven
Product Backlog: Top Tips and Practices for SuccessBusiness & LifeIva P.8 min readJul 14, 2025A behind-the-scenes look at how refining your Scrum product backlog and definition of done ensures every sprint delivers tangible value and uncompromised quality.
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.
Matija K.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.
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.
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.
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.
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.
Krešimir S.3 min readApr 30, 2025
How to Build a GraphQL API with Spring Boot: A Step-by-Step GuideDiscover how to integrate GraphQL with Spring Boot to create powerful, flexible APIs. Ideal for Java developers looking to modernize data handling and improve efficiency.