TL;DR When I evaluate the quality characteristics of a programming language, my first What question is What is the name of the interactive shell. This post is part of the…
TL;DR This post is about scenario testing. Scenario test is when we combine several features of the application, so we test user flow that solves user problems with our application….
TL;DR Measurement in software testing is essential but hard. Measurement errors are one of the reasons why measurement is hard. The post is aligned with the Black Box Software Testing…
SELinux Coloring Book by Dan Walsh and Mairin Duffy [source] SELinux stands for Security-Enhanced Linux and it is a Linux security kernel module. Linux box without SELinux is not secure….
TL;DR To know what done means for the project, we must first understand what quality means for your project. This is another post from the project management series. The post…
TL;DR In order to start programming in Elixir and Elm, we first need to install those on our development machine. We introduce to you asdf, a CLI for managing multiple…
TL;DR This time is an excellent opportunity to practice cooking. I share with you a story of how I discovered a cryptic Facebook error while I tried to share a…
TL;DR If you are not sure what you are trying to measure, you will likely measure it wrong. The post is aligned with the Black Box Software Testing Foundations course…
Show HN: A Curated List For Application Security by P.I.E Security Team [source] Software security is hard because this is a very wide topic. Here you have an awesome application…
TL;DR First artifact that project needs are project charter. Here we explain What’s and Why’s about project charter. This is another post from the project management series. The post is…