Coding...
Pinned Loading
-
Save-Samurai
Save-Samurai Public1st Place Winner of Duke's HackDuke 2023! "Slash your spendings." Built with Adar Schwarzbach.
TypeScript
-
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");
3const jwt = require("jsonwebtoken");
4const express = require("express");
5const cookieParser = require("cookie-parser");
-
Custom Axios instance for automatic ...
Custom Axios instance for automatic JWT refreshing if access token expires 1import axios from "axios";
2import Cookies from "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 the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.