In this post, we look at how we can setup our own kibana plugin.
[Read More]
How to encrypt your ansible secrets with ansible vault
Why should we encrypt our secrets/variables in ansible? Do you really want your secret api keys to be visible to others?
[Read More]
How to setup appium and use it to automate mobile device tasks
One can use Appium to automate tasks on a mobile device - be it Android or iOS.
In this tutorial we will be automating a task on an Android device, but can also work it iOS just by changing the configuration.
[Read More]
How to structure your ReactJS based project
It’s been a while since my last post. I’ve been experimenting and using ReactJS on one of my projects for quite some time now.
Whilst, I have no claims to be a ReactJS Expert, I’d like to share with you some important things I learnt.
[Read More]
How to SSH into a private container within your server
How can we access a container within a server that is closed off from external access?
Picture this:
[Read More]