Cloud technology is changing the way payment services are architected. In this series we will be presenting insight from our customers on adopting open sou...
In this tutorial, we will learn about configuring Filebeat to run as a DaemonSet in our Kubernetes cluster in order to ship logs to the Elasticsearch backend.
Secrets in version control systems (VCS) like git is the current state of the world despite widely being recognized as a bad practice. But why then are secrets in git repositories so common?
Currently, when we test multi-thread Java we call the class under test by as many threads possible. This approach has the disadvantage that most of the time our faulty test succeeds which makes debugging multi-threaded bugs a nightmare. I, therefore, developed an open-source tool, vmlens, to make JUnit test of multi-threaded Java deterministic.