Mandelbrot Viewer
This is a Mandelbrot viewer written from scratch in vanillajs using the canvas api.
View Project
No Delete ( Text Editor )
This is a text editor that doesn’t allow for any deletion of text.
View Project
Fetch Interceptor
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
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