Skip to content

Instantly share code, notes, and snippets.

View harrisonhenri's full-sized avatar

Harrison Henri dos Santos Nascimento harrisonhenri

  • Compass UOL
  • Bahia, Brazil
View GitHub Profile
@harrisonhenri
harrisonhenri / AuthContext.tsx
Created July 13, 2021 11:10 — forked from akinncar/AuthContext.tsx
AuthContext with NextJs + Nookies
import {
createContext,
ReactNode,
useContext,
useEffect,
useState,
} from 'react'
import { setCookie, parseCookies, destroyCookie } from 'nookies'
import Router from 'next/router'
@harrisonhenri
harrisonhenri / k8s-cheat-sheet.md
Last active October 17, 2021 13:18 — forked from komyg/k8s-cheat-sheet.md
Kubernetes Cheat Sheet