TL;DR Modules are way how to group Elixir functions in meaningful groups. This post is part of the functional language series. In Elixir, the module is starting block. Elixir is…
TL;DR This week, testing from the trenches series, we had a lot of fun. The root cause of the problem was that Chrome extension overrides Chrome Javascript permission settings! We…
TL;DR Measurement scale attaches meaning to a number. The post is aligned with the Black Box Software Testing Foundations course (BBST) designed by Rebecca Fiedler, Cem Kaner, and James Bach….
Passwords Evolved: Authentication Guidance for the Modern Era by Troy Hunt [source] How to do modern password authentication. Pathway Exploratory Testing by Marcel Gehlen [source] I adore this post. Collection…
TL;DR In software development, the most hateful question is: “Are You Done?” To answer it, we first need to know what done actually means. This is another post from the…
TL;DR The essential ingredient of every programming language is variable. This post is part of the functional language series. Last time we learned how to use variables in Elixir. Let’s…
TL;DR In this testing from the trenches series, we give an example of an issue in the business process. I am a member of the Ministry Of Testing. This is…
TL;DR To have precise measurements, we must determine the measurement scope. The post is aligned with the Black Box Software Testing Foundations course (BBST) designed by Rebecca Fiedler, Cem Kaner,…
AWS Security Primer by Michael Wittig source] AWS security features in one mind map! A Curated List Of Startup Tools by [source] If you work in a startup or you…
TL;DR To organize your thoughts about the project plan, you need to use some kind of project plan template. This also helps you in reusing test plans across various projects….