Read, learn, develop.
Devote yourself.
Hot from the oven
Top 10 Hardest Programming Languages Compared: What Makes Them Difficult?TechnologyRino K.9 min readNov 19, 2025A look at the world’s hardest programming languages — from C++ and Assembly to Haskell and Prolog — and why their steep learning curves still matter for systems, AI, and critical software powering today’s 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.
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.
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.
Mario F.4 min readApr 9, 2025
How Shadcn Transformed Our UI DevelopmentFind out how switching from SCSS to Shadcn UI transformed our UI development. Faster, more consistent, and accessible UIs, powered by Tailwind CSS, Figma, and modular components.
Juraj S.7 min readApr 2, 2025
Code as Design: The Missing Link Between Engineering and CreativityForget the old separation between design and implementation. In today’s best systems, they’re one and the same, and that changes everything about how we write software.