Pinned Articles
All Articles
Documentation
1 article
-
A bit of Knowledge Management
“Capture, reuse and improve” principle, how to improve knowledge management in your team and how to avoid possible problems...
How to
2 articles
-
Running a container with Nmap in Kubernetes/OpenShift
Have you ever faced a situation when you need to check which ports are open... -
Sniffing traffic on a pod in Kubernetes/OpenShift
It's such a pain when you have a container without root permissions and you can't...
Programming
5 articles
-
Pull Request in progress: checklist for reviewer
Your teammate asks you to review his Pull Request. But what should you check to... -
Before a Pull Request: checklist for submitter
Your code is ready; you are about to push the button “Create Pull Request”! But... -
How to review a Pull Request: rules and checklist
It’s not rare to use Pull Requests in test teams nowadays. But to make... -
A good pull request: how to become a better submitter?
In the article “A good pull request: what is it and how to do it?... -
A good pull request: what is it and how to do it?
What does Junior need to properly review Senior? Let’s take a look closer to...
Security
1 article
-
Base64 basics and “bse64” CTF challenge writeup
Last year I took part in a RedHat internal CTF challenge run by Keith Swagler...
Testing
1 article
-
Test cases: decide what to automate in 4 steps
I think every tester faces a situation when he gets a new feature, then he...
Tools
2 articles
-
Multiple dispatch in python
“It would be cool to have the same function name, but to have different code... -
Pytest 3.5 and --new-first option
Pytest 3.5 has released! Many console options have been added to this version. I...
Do you know that … ?
Spending on knowledge has negative value if organization doesn’t use it
You can easily prioritize test scenarios and decide what to automate in just 4 steps
The e-mail protocol makes massive use of base64 to attach files to messages
You can encode image in base64, so the server will send the image without the need to read it from another source like the file system