Most of my career as a tech professional has been as a sysadmin doing desktop support, then managing web and application servers, and finally, integrating applications in a global corporate environment. For around a decade in the middle of all that I served as lead engineer for directory and identity access services with the same company.
As more software solutions have moved off-premesis to the cloud, I've been spending a lot of time working with the new technologies that are being made possible by application containers, software defined networking and serverless architectures.
Web sites I have created:
I have authored a few guides that are publicly available in Github gists and on my Github wiki, like these:
Here is some code I have written.
#!/usr/bin/env python # Resize all images in a folder import os from PIL import image HOME = os.environ['HOME'] source = os.path.join(HOME, 'data' ...
#!/bin/bash # Mount Google Drive at # ~/Drive in background /usr/bin/rclone \ --vfs-cache-mode writes \ mount gdrive: ${HOME}/Drive --daemon