Coding...
PinnedLoading
- Save-Samurai
Save-Samurai Public1st Place Winner of Duke's HackDuke 2023! "Slash your spendings." Built with Adar Schwarzbach.
TypeScript 1
- MemAIChromeExtension
MemAIChromeExtension PublicMy application to Mem.Ai. Adds Mem to the normal browser workflow.
- Ignite23-Firebase-Workshop
Ignite23-Firebase-Workshop PublicI led an Ignite Hackathon group teaching Duke CS students how to use Firebase
TypeScript 3
- Protected express endpoints with JWT
Protected express endpoints with JWT 1// Protected express endpoints with JWT
2const{ expressjwt}=require("express-jwt");
3constjwt=require("jsonwebtoken");
4constexpress=require("express");
5constcookieParser=require("cookie-parser");
- Custom Axios instance for automatic ...
Custom Axios instance for automatic JWT refreshing if access token expires 1importaxiosfrom"axios";
2importCookiesfrom"js-cookie";
3import{SERVER}from"./constants";
45/* A custom axios object for making authenticated requests to the server */
Something went wrong, please refresh the page to try again.
If the problem persists, check theGitHub status page orcontact support.
If the problem persists, check theGitHub status page orcontact support.
Uh oh!
There was an error while loading.Please reload this page.