Frontend
Michał Poreda - 23 października 2019
As a NodeJS developer, I’ve realized that many clients want their application stack based on what’s so-called cutting edge technology and not exactly what fits their needs. The world of open source technologies is getting bigger and bigger, so trends are changing every year making some technologies more popular than they really deserve to be. […]
Testing
Patryk Oleksyk - 23 kwietnia 2019
I’m not a QA Guardians of the Galaxy Vol. 2, Credit: Marvel Studios I’m not Groot, I mean QA. I have a problem when someone labels me as a QA (Quality assurance). First of all, try to decode the acronym and say what your role is out loud. “I’m a Quality assurance”. Are you […]
Management
Patryk Oleksyk - 20 lutego 2019
Can we stop the ‘blame game’? Photo by Aarón Blanco Tejedor on Unsplash I’m sure you have heard this before (directly or indirectly): „How developer/tester/he/she did not think about this?” “Why wasn’t it tested?” “Where was the QA?” “Why it is designed/implemented this way?” I wonder whether these questions have ever solved any issues of […]
Frontend
Artur Chmaro - 26 października 2018
Czym jest React? React to biblioteka JavaScript służąca do efektywnej budowy interfejsów użytkownika. Została wydana w 2014 roku przez firmę Facebook i momentalnie zaskarbiła sobie rzeszę fanów na całym świecie. Obecnie jest to jedna z najpopularniejszych technologii stosowanych na platformie Github. Powodów tej popularności jest z mojego punktu widzenia kilka. Skąd ta popularność? Po pierwsze React ma […]
Testing
Patryk Oleksyk - 20 września 2018
Accessibility- why should we care? What the hell is accessibility you may ask? My dev team last year had the same question. The client wanted it and our product needed to be accessible. So our first approach was to research WCAG and ADA guidelines and implement it. This could be enough to be compliant with […]
Testing
Patryk Oleksyk - 22 sierpnia 2018
I still see the posts on Facebook groups and other websites for testers, that ask “how many testers do we need for every developer?”. What is funny, is the fact that what you usually get are plenty of different answers. To give you the most unique/distinct ones: 1 tester to 2,3,4…8 developers 1 tester […]
Testing
The quality of the product is the most important for every software tester/QA/test ninja etc. How to evaluate the quality and be sure, that the whole team delivers the highest possible one in the project? That’s a hard nut to crack, and it depends on various factors like the project, test mission, team size and […]
Testing
Patryk Oleksyk - 27 czerwca 2018
Human augmentation is a technology that enhances human capability. If you want a better hearing there is the cybernetic implant for this, you want to see further and better – there is an implant for this as well, you lack social skills, there is an enhancer for this, you want to run faster – let’s […]
Frontend
Artur Chmaro - 6 czerwca 2018
In Europe, about 70% of people are using smartphones with Android, and approximately 26% is loyal to Apple and its iOS devices. When your product has to reach both platforms, the cost of development increases significantly. There is a need for hiring a team that can write software for Android (Java/Kotlin) and iOS (Swift/Objective-C) in […]
Testing
Patryk Oleksyk - 20 marca 2018
UI web test automation So you have your Selenium or other UI based test automation framework. Good for you! You have a tool that simulates user behavior and it uses the same interface that your product end client will use. Moreover, you have something that will check regression so manual testers in your project could […]