Skip to content
Avatar

Achievements

Achievements

Organizations

@blazingbulldogs @voiceflow @zws-im
Block or Report

Block or report jonahsnider

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jonahsnider/README.md

JS

Hi, I'm Jonah

I work as a backend developer at Voiceflow writing Node.js & TypeScript apps for our integrations team.

I also do a lot of open source full-stack work which you can view here on my GitHub.

Visit my site to view my résumé or get in touch.

Pinned Loading

  1. Shorten URLs using invisible spaces

    TypeScript 1.1k 79

  2. convert Public

    The smallest & fastest library for really easy, totally type-safe unit conversions in TypeScript & JavaScript.

    TypeScript 16 5

  3. util Public

    A useful collection of optimized utility functions for JavaScript and TypeScript

    TypeScript 3 1

  4. A Node.js benchmarking library with support for multithreading and TurboFan optimization isolation.

    TypeScript 3

Contribution activity

November 2021

Created 3 repositories

Created a pull request in sindresorhus/type-fest that received 18 comments

Add numeric range types

This PR adds "numeric range" types, number/bigint types for validating "ranges" of numbers (ex. integers, positive numbers) Inspired by the Nim pro…

+103 −0 18 comments
Opened 11 other pull requests in 8 repositories
voiceflow/common 3 merged
voiceflow/backend-utils 1 open 1 merged
sindresorhus/type-fest 1 open
sindresorhus/yoctocolors 1 open
denoland/deno_std 1 merged
js-org/js.org 1 merged
voiceflow/libs 1 merged
sindresorhus/has-own-prop 1 merged
Reviewed 23 pull requests in 9 repositories
voiceflow/alexa-runtime 6 pull requests
voiceflow/general-runtime 4 pull requests
voiceflow/google-runtime 3 pull requests
voiceflow/logger 3 pull requests
voiceflow/backend-utils 3 pull requests
voiceflow/prettier-config 1 pull request
sindresorhus/type-fest 1 pull request
voiceflow/common 1 pull request
voiceflow/libs 1 pull request

Created an issue in avajs/eslint-plugin-ava that received 1 comment

Prefer t.true(x) over t.is(x, true)

Inspired by sindresorhus/ts-extras#8 (comment) Bad: t.is(x, true); t.is(x, false); Good: t.true(x); t.false(x);

1 comment
136 contributions in private repositories Nov 1 – Nov 16
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.