Mandelbrot Viewer

image
This is a Mandelbrot viewer written from scratch in vanillajs using the canvas api.
View Project


Fetch Interceptor

image Fetch Interceptor is a small Typescript package that allows for the interception of requests made via Node-Fetch.
Written in Typescript
View on American Airlines NPM org


Controller Interceptor

image Controller Interceptor is a small Typescript package that allows for the interception of requests made to an ExpressJS service. Controller interceptor also attaches a TraceId to the request headers. The TraceId is implemented synchronously and does not use async-storage. This is to avoid the performance impact caused by calling async storage each request.
Written in Typescript
View on American Airlines NPM org


No Delete ( Text Editor )

image
This is a text editor that doesn’t allow for any deletion of text.
View Project


ReX.

image
ReX is a straight forward no frills RegEx command line tool.
Written in Haskell
Check it out on github.