These are some of the open-source software projects, libraries and modules I've created. Click the links for instructions on how to install and/or use them.

Yesttp

GitHub

Yesttp is a lightweight JavaScript HTTP client for browser and Node environments.

It offers support for creating multiple instances with custom request and response interceptors. By default, it uses JSON serialization and deserialization for both request and response bodies.

httpjavascripttypescript

Ansible Devbox

GitHub

This tool makes it easy to spin up a temporary Linux development machine on Amazon, and have it automatically provisioned with Ansible, by:

  • installing Docker
  • installing Java
  • installing Node
ansiblepythonaws

React SEO Tools

GitHub

This TypeScript library makes it very easy to:

  • generate SEO tags for your HTML document's head element
  • generate a robots.txt file
  • generate a sitemap.xml file

It works especially well with the Next.js framework.

reactnodenext.js