Published onMay 8, 2018Use Python Requests to Interact with the iTunes API to search for Music InfopythonapiThis tutorial shows you how to use python requests module to interact with the itunes api to search for music info.
Published onMay 2, 2018Setup the Elasticsearch Log Driver on Docker SwarmdockerswarmelasticsearchdevopsThis tutorial shows you how to setup the elasticsearch log driver on docker swarm.
Published onApril 30, 2018Forwarding The Docker Socket via a SSH Tunnel to Execute Docker Commands LocallydockersshnetworkingSee how we can forward the docker socket via a ssh tunnel to execute docker commands on the remote server, locally.
Published onApril 30, 2018Encryption and Decryption with the PyCrypto module using the AES Cipher in PythonpythoncryptographyencryptionsecurityThis tutorial shows how we can encrypt and decrypt using the pycrypto module using the aes cipher in python.
Published onApril 29, 2018Running a 3 Node Elasticsearch Cluster with Docker Compose on your Laptop for testingdockerelasticsearchkibanaSee how to run a 3 node elasticsearch cluster with docker compose on your laptop for testing.