Read, learn, develop.
Devote yourself.
Hot from the oven
Java Design Patterns: Tips, Challenges, and Best PracticesTechnologyVladimir Š.9 min readDec 20, 2024Java 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.
Technology
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.
Technology
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.
Technology
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.
Technology
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.
Culture
Iva P.2 min readNov 30, 2022
Devōt Announced as One of Deloitte’s Technology Fast 50 Companies in CE 2022Deloitte has been ranking tech companies in this prestigious regional competition for 23 years now, and we’re proud to announce that Devōt was ranked the #1 Croatian company in the software category and #19 in the overall ranking for 2022.
Technology
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.
Business & Life
Josip O.7 min readOct 14, 2022
Facilitation Is an Underrated SkillMeetings help people to share ideas, discuss and make decisions. However, we sometimes attend a meeting assuming each participant knows how to communicate. That’s when you need a facilitator to help you bring communication structure and reach the right decisions.
Business & Life
Angela M. 5 min readSep 9, 2022
Things That Every Scrum Master Should Keep In Mind When Organizing a RetrospectiveAccording to the Scrum framework, the Retrospective is the last event of every project. Retrospectives are crucial for every Scrum team because they allow the team to improve the project's performance. Holding retrospectives can be challenging, and these tips can help you to improve your role as a Scrum master.
Business & Life
Iva P.4 min readJul 29, 2022
Why Would American Health Tech Companies Choose a Croatian Health Tech Development Partner?It’s a well-known fact that Croatian software development companies are loyal partners to various American companies. Here is a story about a conference we attended in New York City and why one of our health tech clients chose us to be their partner.
Technology
Juraj S.5 min readJul 15, 2022
How and Why to Host Your Sitemaps Inside an AWS S3 Bucket?Creating a nice website with interesting content is not enough to reach a wide audience. That’s where SEO comes into place, and having an up-to-date sitemap is the thing you should focus on. At Devōt, we host our sitemaps inside the AWS S3 bucket – so if you want to choose that route, here is what you need to know.
Business & Life
Bojan R.5 min readJun 10, 2022
Tired of Your Old Job? Consider a Career Switch!Once you feel your passion for the job is gone, and Sunday evenings become the definition of anxiety, you know there is no turning back. It's definitely time for a major change. Finding the inner strength to do it could be the most challenging part. Read about a real-life example of that change.
Technology
Karlo A.6 min readMay 13, 2022
How to Implement Sign In With Microsoft Using the Office 365 OmniAuth Strategy With Rails 7Learn how to create a fully working “Sign in with Microsoft” authorization button, which functions exactly the same way as the ones that we see everywhere online. After you learn this, you will have no issues implementing other OmniAuth strategies on your own. In just three steps, you will be able to make your life easier.