Read, learn, develop.
Devote yourself.
Hot from the oven
API vs UI Testing: Why a Hybrid Approach With Playwright Is the AnswerTechnologyDomagoj M.6 min readJan 21, 2025Software 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.
Technology
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?
Technology
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.
Technology
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.