Skip to content
View JJZFIVE's full-sized avatar
💭
Coding...
💭
Coding...

Block or report JJZFIVE

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. Save-Samurai Save-Samurai Public

    1st Place Winner of Duke's HackDuke 2023! "Slash your spendings." Built with Adar Schwarzbach.

    TypeScript

  2. MemAIChromeExtension MemAIChromeExtension Public

    My application to Mem.Ai. Adds Mem to the normal browser workflow.

    TypeScript 1 1

  3. Ignite23-Firebase-Workshop Ignite23-Firebase-Workshop Public

    I led an Ignite Hackathon group teaching Duke CS students how to use Firebase

    TypeScript 4

  4. Protected express endpoints with JWT Protected express endpoints with JWT
    1
    // Protected express endpoints with JWT
    2
    const { expressjwt } = require("express-jwt");
    3
    const jwt = require("jsonwebtoken");
    4
    const express = require("express");
    5
    const cookieParser = require("cookie-parser");
  5. Custom Axios instance for automatic ... Custom Axios instance for automatic JWT refreshing if access token expires
    1
    import axios from "axios";
    2
    import Cookies from "js-cookie";
    3
    import { SERVER } from "./constants";
    4
    
                  
    5
    /* A custom axios object for making authenticated requests to the server */
  6. Structify Structify Public

    Optimize your schedule. 3rd Place Winner of Duke University Hackathon 2021

    Python 4 3