-

Use OpenStack CLI with Cloud Configuration file (SAML federation)
Editor’s note (2026): This approach still works, but for production federated access I now recommend application credentials backed by a Keycloak IdP – which is the default on Open Edge Cloud. Recently, I needed to build a project for OpenStack that required that I not know the end-user’s authentication method. I had used the clouds.yaml…
-

Robinhood alternate web interface
Robinhood UI project I’ve published a new Github project that demonstrates how to build applications and services against the unpublished Robinhood Finance API. Unfortunately, Robinhood doesn’t make their API information publicly available (you have to request it and have some sort of reason or project that they find interesting enough to bestow you with such…
-

Integrating ServiceNow with Thycotic Secret Server
Tutorial showing how to integrate ServiceNow with Thycotic Secret Server (REST API and SOAP API) using server-side JavaScript
-

Change default Divi template on all posts using WordPress database
After migrating a large website and setting up Elegant Theme’s Divi theme, I found that all of the migrated posts had a default template set of “right sidebar”. The customer was fine with there being no modification to the posts except that they did not want the right sidebar there and, instead, wanted a full-width…
-

Red Hat Cloudforms Python API library
The Cloudforms API client library is a Python library used for interacting with Cloudforms (CFME) and ManageIQ (MIQ) cloud management appliances via their built-in RESTful interface.
-

HubSpot Forms (REST) API checkbox values
HubSpot doesn’t adequately explain how to pass in boolean values through its Forms API. I recently had to work with this API and wrote down some hints.
-

SHA2 Hash Generator
I recently wrote a Windows .NET application that generates SHA1/2 hashes for a given input. It has SHA1, SHA256, SHA384, and SHA512 support as well as PBKDF2 support (1-100,000 rounds).
-

Socket.IO tutorial – Find All Users In A Room
How To Find All Users In A Socket.IO Room Socket.IO version 1.0+ is a complete rewrite of the popular JavaScript library for “real-time bidirectional event-based communication”. This means that a whole lot of your pre-1.0 code will simply not work; it seems they were not concerned with backwards-compatibility at all when they released 1.0. Because…
-

How To Fix BootstrapValidator.js Feedback Icon for Input-Group
This article will help you fix BootstrapValidator.js feedbackIcons position for Bootstrap.js input-group class using CSS.
-

OneDrive Linux Client Project Published – FOSS
A great foundation for a proper open-source community project that I really hope others will get involved with to grow this into a proper solution for Linux users seeking OneDrive connectivity.