Redis and CentOS 7
Redis is a feature-packed cache that’s easy to install and work with. Here’s some notes on installing and using Redis with CentOS 7. Install available redis package from your available yum repos: # yum...
View ArticlePerl Sample Code for Geolocation Lookups with MaxMind GeoLite2
There’s been a lot of changes with MaxMind’s GeoIP database: You must register for an account to download databases. The database format was changed from GeoIP to GeoIP2. The free databases are called...
View ArticleGithub Actions Demo Repo with Several Programming Languages
I created a Github repo to test using the Github Actions build workflow feature to lint several programming languages (Perl, Python, Ruby and Bash) in different directories simultaneously. Github...
View ArticleOpenAPI to GraphQL Gateways
A lot of companies are in the situation where they have a working, tested REST API server and they want to enable GraphQL queries as easily as possible. Both are data access methods that allow...
View Article