Read, learn, develop.
Devote yourself.
Hot from the oven
How to Make a Product Specification SheetBusiness & LifeIva P.10 min readJun 27, 2025An in-depth look at what a Product Specification Sheet is, why it’s vital for product development, and how to create one that ensures clarity, efficiency, and success.
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.
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.
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.

Marko M.4 min readApr 8, 2022
How to Install Unsupported Development Software on M1 MacsFrom the new release in November 2020, Apple released the first Mac with an ARM-based M1 chip. The M1 chip marks Apple's transition from Intel chips that have been used for the last 15 years. If you are worried about transitioning your existing project from your Intel-based Mac, this blog could make your transition easier.

Leo C.5 min readNov 26, 2021
Regression Test Coverage - Your Product’s Quality Depends on ItWe can all agree on one rule – the most important thing is that the bugs are detected and resolved before the project delivery. The best way to prevent problems with introducing new code is to perform regression tests. What exactly are they?

Manuela T.5 min readNov 12, 2021
Rails vs. Sinatra - Use the Right Tool for the JobHow to decide which framework to use for a specific situation, Rails or Sinatra? The answer lies in complexity and project size. Think of it this way: even though you could, you will not stir your stew with a hammer; you will use a cooking spatula.

Dominik M.8 min readOct 29, 2021
What Does a Secure Password Even Mean? Password Security and Encryption – What You Need to KnowSecuring passwords is a must for developers at all levels. How to create a safe password and add an additional layer of security to your password? Learn more on hashing and encrypting your password.