Read, learn, develop.
Devote yourself.
Hot from the oven
These 6 Software Development Trends for 2025 Will Reshape the IndustryIndustry InsightsIva P.10 min readMar 24, 2025Discover the top 6 software development trends shaping 2025, from AI agents to spatial computing, and see how they are redefining the way we build, scale, and secure modern software.
Juraj S.8 min readMar 14, 2024
Meet Ante - How We Developed Our Own AI ChatbotEvery great story begins with a problem, much like how the best software solutions are born from challenges. Our company's growth made navigating documentation increasingly difficult. Considering we love solving problems, we decided to develop a custom AI chatbot to provide employees with answers as quickly as possible. In this blog, find out how we developed a custom chatbot and what the challenges were.
Max L.8 min readMar 7, 2024
The Philosophy of Tailwind CSS and Why It May Be the Best Pick for Your Future ProjectIf you have wondered if Tailwind is good, we have a blog for you! Discover the philosophy of Tailwind CSS and how it stands out from traditional CSS frameworks. This blog explores why Tailwind's utility-first approach, favoring custom CSS and streamlined development processes, might make it the best choice for your next project.
Sandro B.9 min readFeb 13, 2024
Creating Your Own GPT Model Without Any Coding Expertise, Step by StepThe world of AI without the complexity of coding? Sounds great! Our product owner, Sandro, gave a presentation at the Bug Future Show and has now turned it into a blog! This must-read guide on creating custom GPT models teaches you how to use GPTs and the GPT store to optimize your projects, all without needing technical expertise.
Martin M.6 min readDec 18, 2023
Top 5 Things We Did With Ruby on RailsRuby on Rails is used in multiple industries, spanning HR, healthcare, marketing, and beyond. Its capability to accelerate development, ensure scalability, and offer numerous advantages makes it a reliable choice for numerous websites and projects. We even used it for our very own internal project aimed at optimizing HR efficiency. In this blog post, look into the top five things where we used Ruby on Rails.
Tomislav B.9 min readSep 11, 2023
How to Test Accessibility in HealthTech AppsIt’s common to unintentionally exclude a broad spectrum of potential users when creating applications or websites. To ensure we don’t miss the opportunity to help countless individuals, accessibility testing becomes imperative. In this blog post, we will delve into how to test accessibility in HealthTech apps, what the significance is for both web and mobile platforms, and see what the value is across all industries.
Hrvoje D.8 min readAug 28, 2023
What Are the Big Changes with Next.js 13?Next.js 13 introduces exciting features that reshape how developers build applications. Explore what the big changes are with Next.js 13 to gain insight into the transformation of routing and server-side components, and learn how to overcome migration hurdles for enhancing the user experience.
Leo C.4 min readApr 7, 2023
How to Start Automation Testing With Cucumber in Ruby on RailsTraditional testing approaches are typically code-based, making them more challenging to maintain and introduce change within them. Find out why you should use Cucumber tests and take all the necessary steps to start automation testing with Cucumber in Ruby on Rails.
Juraj S.6 min readMar 10, 2023
How to Create a GraphQL API With Ruby on RailsWhy learn to use GraphQL? This blog introduces widely used patterns and best practices while covering objects, queries, and mutations. Get an overview of the core concepts of GraphQL and learn how to create a working GraphQL API project using Ruby on Rails.
Krešimir Č.Martin M.9 min readFeb 10, 2023
Why Stick to Ruby Despite the Alleged Popularity Drop?Due to the drop in the popularity of Ruby on Rails, some developers are considering abandoning it. On the other hand, some young developers think it isn’t even worth learning. Find out why Ruby on Rails is still a good choice and why you should consider learning it.
Stefan M.5 min readJan 13, 2023
HTTP Status Codes Cheat SheetStumbling across certain errors containing a number can happen while browsing the web. Those numbers are HTTP status codes, indicating the type of HTTP error the user faces. This post helps developers understand which HTTP codes are standard responses on which endpoint type.
Max L.7 min readDec 16, 2022
How to Optimize Images for Web Without Losing Quality?Choosing the proper image format can significantly improve your website's performance and overall user experience. That's why it's important to understand image formats and how to use and optimize them to enhance your website performance.
Manuela T.8 min readNov 11, 2022
ADR - the Alternative to Mainstream ArchitecturesADR is based upon existing concepts of MVC, so we cannot say it’s an entirely new architecture. But, we can take it up as an improvement in some aspects when compared to MVC. Learn the difference between MVC and ADR architecture, as well as the benefits of using ADR and when to use it.