Read, learn, develop.
Devote yourself.
Hot from the oven
How (Not) to Break Your App While ScalingTechnologyMarko M.3 min readApr 23, 2025Discover how to scale your marketing automation platform effectively. Learn from our challenges and solutions in handling large-scale message delivery.
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 UI 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 CreativityDiscover why in software engineering, code isn't just implementation, it's the design itself. Learn how to create supple, domain-driven, and iterative designs that stand the test of time.
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.
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.
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.
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.
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.
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.
Max L.9 min readDec 12, 2024
A Comprehensive Guide to Testing API Calls with JestFor developers building web apps, mobile apps, or microservices, testing API interactions is a critical step to ensure stability and reliability. In this blog, we’ll dive into testing API calls using Jest—a powerful and versatile JavaScript testing framework.
Hrvoje D.5 min readNov 7, 2024
How JavaScript Signals Are Changing Everyday DevelopmentSignals are getting popular lately, but why is that? Read the blog to discover how signals in JavaScript are transforming code to be more concise, readable, and understandable.