Published onMarch 19, 2018Nginx Basic Authentication with Source IP WhitelistingnginxsecurityThis tutorial will demonstrate how we can do ip whitelisting with nginx.
Published onMarch 12, 2018Populate Environment Variables from Docker Secrets with a Flask Demo AppdockerswarmsecretsIn this tutorial we will see how we can use secrets in docker swarm to expose them in our runtime environment as environment variables.
Published onMarch 2, 2018Send SMS Messages with Python and Twilio via their APIpythonprogrammingThis tutorial will show you how to send sms messages with python and using twilio api.
Published onMarch 2, 2018Golang: Reading from Files and Writing to Disk with ArgumentsgolangprogrammingThis is a quick tutorial on how to use the golang programming language to read from files and how to write to disk using arguments.
Published onMarch 2, 2018Golang: Reading from Files and Writing to Disk with GolanggolangprogrammingIn this quick quick tutorial, I will show you how to use the golang programming language to read from files as well as writing to disk.