Read, learn, develop.
Devote yourself.
Hot from the oven
Introduction to Firebase: Empowering Your App DevelopmentTechnologyVladimir Š.4 min readJun 24, 2025Learn 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.
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.
Marko M.3 min readApr 23, 2025
How (Not) to Break Your App While ScalingDiscover how to scale your marketing automation platform effectively. Learn from our challenges and solutions in handling large-scale message delivery.
Tomislav B.5 min readApr 15, 2025
Spring Boot Feature Flags: A Step-by-Step Implementation GuideLearn how to implement feature flags in a Spring Boot application. Discover best practices, benefits, and potential challenges. Includes practical examples and tips for effective feature management.