-
TypeScript OAuth2.0 Server
A standards compliant implementation of an OAuth 2.0 authorization server for Node that utilizes JWT and Proof Key for Code Exchange (PKCE), written in TypeScript.
-
Deno Mirror to Gitea
Bulk add mirror repositories to a Gitea instance by scraping repositories on GitHub.
-
Traverse 2: Electric Boogaloo
Traverse was rewritten open sourced!
-
Absolute imports with TypeScript and Webpack
Absolute Imports in TypeScript using the tsconfig path resolver.
-
What is a tsconfig.json file and why do I need it?
Adding this file will give you some control on the compilation of TypeScript into JavaScript.
-
Using the 'timer' observable from Rxjs and Chrome Headless to hack a contest at work
The official rules read: “Everyone has their own tagged link that points to the landing page — each unique click = 1 point”. Interesting, very interesting.
-
Showing code coverage for a React app using Code Climate and Travis CI
The documentation on Code Climate for setting up auto generation of code coverage for a JavaScript application was lacking pretty hard. Here I show how we can get a React app using Travis CI and Jest to automate generating code coverage that gets sent to Code Climate.
-
Testing a TypeScript React app using TS-Jest without using Create React App
Lets create a TypesScript React app without using the cli tool Create React App. This allows you to create a custom build specific to your deploy process.
-
Traverse: app & website (closed source version)
Traverse is a GitHub Explorer App I built using Electron + React, and a whole bunch of other open source tools.