Deliverables
This section showcases various pieces of software I’ve built. Open-source npm packages, side project examples free of NDA, approaches and other finished code deliverables.
-
Null-Object (NPM Package)
A runtime-safe, polymorphic noop object that absorbs all method calls, property accesses, and assignments—without side effects or the need for conditionals.
-
Puppeteer PDF Service
The small, decoupled, quickly set up and easily scalable service to generate PDFs from the styled web page with Puppeteer.
-
Enchanced ENV Schema CLI (NPM Package)
The missing CLI (enhanced) and programmatic wrapper around env-schema that validates environment variables against JSON Schema.
-
HTTP Convenience Pack (NPM Package)
The small TypeScript HTTP convenience library; methods, statuses, MIME types, headers enums, types, validators, normalizers,
in group
,of group
,make
,extract
etc. -
OpanAPI Spec Markdown Merger (NPM Package)
Expand the OpenAPI JSON specification
description
fields by merging the arbitrary markdown files translated to HTML.