Read, learn, develop.
Devote yourself.
Hot from the oven
Croatia as a Home to Top Software Development CompaniesBusiness & LifeIva P.5 min readNov 13, 2024Learn why more Western companies are choosing Croatia for software development. Discover how this growing tech hub offers skilled developers, competitive pricing, and a business-friendly environment that make it an attractive choice for high-qua...
Technology
Juraj S.12 min readMay 20, 2024
How to Make an AI Model: The Math Behind GPTDon't be afraid of math and theory. In this blog post, we will explore how to make an AI, specifically a GPT. Inspired by Andrej Karpathy, we hope this blog will help you better understand the process.
Technology
Luka C.12 min readMay 13, 2024
Unlock the Full Potential of Git Collaboration: A Guide to Effective TeamworkIf you aim to improve your code quality and team efficiency, this Git collaboration guide is for you. It is Ideal for novice and seasoned developers, providing a daily reference for mastering Git commands and enhancing teamwork. Discover how to manage your GitHub repository efficiently, streamline your project workflow, and boost collaboration across your development team.
Technology
Marko P.5 min readMay 8, 2024
Embracing Git Worktrees in Software DevelopmentGit worktrees are less explored, but they may be a secret weapon we’ve been looking for. Let’s see why they offer flexible alternatives to traditional branching techniques.
Technology
Hrvoje D.6 min readMar 25, 2024
Boost Your Coding Efficiency by Mastering TypeScript MixinsWhat do ducks and TypeScript mixins have in common? More than you'd think! Dive into our blog to discover the connection and learn how mastering mixins can make your code more adaptable and efficient.
Technology
Marko P.10 min readMar 18, 2024
Exploratory Testing vs Automation: Finding the Perfect Balance for Successful Software TestingShifting from QA to a developer role can give you a broader perspective on many aspects of software development. In this blog post, we delve into exploratory and automation testing—discussing their differences, when to use each, their various types, and more. Understanding both approaches is invaluable, offering a comprehensive toolkit for improving software quality and reliability.
Technology
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.
Technology
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.
Technology
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.
Technology
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.
Technology
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.
Technology
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.
Technology
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.