A Basic RESTFul API Service with Python Flask. We will be using the Flask, jsonify and request classes to build our API service. #carbonads { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; } #carbonads { display:
Ruan Bekker
A collection of 244 posts
Use Docker Secrets with MySQL on Docker Swarm
Today we will use Docker Secrets, more specifically store our MySQL Passwords in Secrets, which will be passed to our containers, so that we don't use clear text passwords in our Compose files. #carbonads { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Encryption and Decryption with the PyCrypto module using the AES Cipher in Python
While I'm learning a lot about encryption at the moment, I wanted to test out encryption with the PyCrypto module in Python using the Advanced Encryption Standard (AES) Symmetric Block Cipher. #carbonads { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
Encryption and Decryption with Simple Crypt using Python
Today I wanted to encrypt sensitive information to not expose passwords, hostnames etc. I wanted to have a way to encrypt my strings with a master password and stumbled upon Simple Crypt. window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.
Golang: Reading from Files and Writing to Disk with Arguments
From our Previous Post we wrote a basic golang app that reads the contents of a file and writes it back to disk, but in a static way as we defined the source and destination filenames in the code. Today
Golang: Reading from Files and Writing to Disk with Golang
Today we will create a very basic application to read content from a file, and write the content from the file back to disk, but to another filename. Basically, doing a copy of the file to another filename. Golang Environment:
Your First Hello World App with Golang
So everyone has been saying how awesome Golang is, and at this moment, I am quite curious to fiddle with it. Golang Environment: Golang Docker Image A quick way to get a Golang Environment, will be to use Docker. We
Send SMS Messages with Python and Twilio via their API
This post will guide you through the steps on how to send SMS messages with Python and Twilio. We will use talaikis.com API to get a random quote that we will include in the body of the sms. Signup
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!