Devot Logo
Devot Logo

Read, learn, develop.

Devote yourself.

Hot from the oven
What Programming Language is Used for AISandro B.8 min readMay 12, 2025Python may dominate the headlines, but it's far from the only language shaping the future of artificial intelligence. Explore the strengths and trade-offs of today’s top AI programming languages, and what really matters when choosing the right o...
What Programming Language is Used for AI
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.
How to Build a GraphQL API with Spring Boot: A Step-by-Step Guide
Technology
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.
How (Not) to Break Your App While Scaling
Technology
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.
Spring Boot Feature Flags: A Step-by-Step Implementation Guide
Technology
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.
How Shadcn Transformed Our UI Development
Technology
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.
Code as Design: The Missing Link Between Engineering and Creativity
Technology
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.
How to Build a High-Performance CRUD API with Go
Technology
Manuela T.5 min readMar 21, 2025
How to Build a High-Performance CRUD API with GoExplore how to build a fast, modular CRUD API using pure Go. Learn how to structure your project, use JSON for storage, enable hot-reloading with AIR, and run it all in Docker for a seamless dev experience.
How to Write and Use Functions in JavaScript
Technology
Max L.8 min readMar 14, 2025
How to Write and Use Functions in JavaScriptFunctions are one of the most important concepts in JavaScript. They allow you to encapsulate logic, making your code reusable and modular. Let’s dive into how they work and explore the different types of functions.
Next.js Middleware for Beginners: How to Implement and Use It Effectively
Technology
Nikola D.5 min readMar 4, 2025
Next.js Middleware for Beginners: How to Implement and Use It EffectivelyLearn how to implement Next.js middleware for authentication, redirects, and performance optimization. A beginner-friendly guide with practical examples and best practices.
API vs UI Testing: Why a Hybrid Approach With Playwright Is the Answer
Technology
Domagoj M.6 min readJan 21, 2025
API vs UI Testing: Why a Hybrid Approach With Playwright Is the AnswerSoftware testing comes in many various types, each serving distinct purposes. Let's focus on UI and API testing and learn when to use UI testing when to rely on API testing, and how to effectively combine them with a hybrid approach.
A Developer’s Guide to Migrating Password Encryption Safely
Technology
Jerko Č.12 min readJan 7, 2025
A Developer’s Guide to Migrating Password Encryption SafelyIf you're a developer aiming to strengthen system security, this blog is for you. Learn how to update the password encryption algorithm on a live system with hundreds of thousands of active users. This guide will show you how to do it seamlessly and without disrupting your users.
Java Design Patterns: Tips, Challenges, and Best Practices
Technology
Vladimir Š.9 min readDec 20, 2024
Java Design Patterns: Tips, Challenges, and Best PracticesJava Design Patterns may seem complex at first, but once you grasp their underlying principles, they can help you organize your code for better scalability, make it easier to maintain, improve efficiency, and more.