I'm a JavaScript and
QuickBase developer.

I create business solutions for tech and insurance companies. I improve operating procedures, increase user productivity, deal accuracy, improved risk management, and provide data insights.

work

Some noteworthy projects I have built.

Service Task Calculator

A robust UI tool built with JavaScript and QuickBase to define and scope Professional Digital Storage Services.

1
JavaScript Icon

Importing spreadsheet data into QuickBase generates the content and behavior of the front end UI. Document variables in the spreadsheet integrate with the Document Generator tool mentioned below. No coding is required to complete this step.

Import Data into QuickBase
2
JavaScript Icon

Users of the front end UI scope services by assigning task quantities. Users can also add co-provider information, additional roles and expenses.

Generate front end UI
3
JavaScript Icon

This is the front end user interface generated by the spreadsheet data. Notice that the task quantity calculates the level of effort (LOE) for roles assigned to the task.


Document Generator

Word Document generation tool for legal agreements spanning the globe. Many factors determine which type of document is generated, which sections are used, the verbiage, as well as the formatting of the document.

1
JavaScript Icon

Document section content is stored and editable in QuickBase. Modifications are done in a convenient graphical editor that writes HTML behind the scenes allowing non technical users to modify the dynamic document content.

2
JavaScript Icon

A custom legal document is generated based on many factors including service type, deal type, geo, sales district, billing type, risk category and more. The document is attached to the bid in QuickBase and is ready to be signed by both parties.

Import Data into QuickBase

Bid Generator

A bid generation tool that does a multi stage cost factor analysis to determine the cost of multiple services and combine them into a bid. The steps below illustrate this process.

1
JavaScript Icon

Users are prompted to fill out a simple QuickBase form. The Save button launches the JavaScript program that executes step 2 and 3.

2
JavaScript Icon

Form selections drive the cost factor analysis to calculate the scope of each service. There are different sets of cost factor lookups depending on the service type.

Cost Factor Analysis
3
JavaScript Icon

A complete bid is created and ready for approval workflows. Users are unburdened of the multi stage cost factor analysis that goes into each service, all with a simple button click.

Add Services to Bid

Risk Category Matrix

A risk category matrix to assign, measure and flag risky bids for evaluation to prevent financial losses.

1
JavaScript Icon

Here is a simplified representation of the matrix that assigns a risk category to a bid. It is always active, requiring no user action to run. Built with native QuickBase tools.

Matrix algorithm illustration

open source

quickbase-js

A TypeScript SDK for the QuickBase JSON RESTful API and XML API.

Seamless authentication — configure once and the SDK handles token lifecycle, automatic refresh, and error recovery behind the scenes. Support for user token, temporary token, SSO, and ticket auth. Auto-generated types from the OpenAPI spec, schema aliases, fluent pagination, automatic date conversion, and proactive throttling. Tree-shakeable for optimal bundle size.

Find installation instructions and examples on GitHub for quickbase-js.

1
JavaScript Icon

An open source library to write JavaScript with QuickBase. See the API method documentation website for quickbase-js.

quickbase-js API documentation

quickbase-go

A Go SDK for the QuickBase JSON RESTful API and XML API.

Seamless authentication — configure once and the SDK handles token lifecycle, automatic refresh, and error recovery behind the scenes. Support for user token, temporary token, SSO, and ticket auth. Auto-generated types from the OpenAPI spec, fluent builders, schema aliases, automatic pagination, proactive throttling, read-only mode, and typed errors.

Find installation instructions and examples on GitHub for quickbase-go.

1
Go Icon

An open source Go SDK for building with QuickBase. See the Go package documentation for quickbase-go.

quickbase-go package documentation