Programming is in our DNA
We don’t just build software; we create solutions. Our engineers develop custom software centered around your unique goals, with carefully designed user interfaces that solve the real-world challenges you face — beautifully, thoughtfully, and purposefully.
Open Source Projects
ISG Shell Library
A bash shell script function library
This library provides various functions to assist with building advanced bash shell scripts, including advanced handling for command line options and arguments, output display, user input and data input files. It is designed to allow scripts to be written which can define their syntax, options and arguments and then include the library, allow the remainder of the script to remain focused on performing its actual actions. It moves all support for handling common features, such as output handling, error handling and argument and option processing into the library and out of the script. Optional library extensions can be included to add more advanced features if needed.
ISG Certificate Authority
A local certificate authority
This project provides support for creating all necessary files to manage a local certificate authority, including creation and support of key files, CSR files and certificates. This can be used to create and sign your own certificates for local development purposes or internal company use.