Skip to content

Instantly share code, notes, and snippets.

View chukwuemekachm's full-sized avatar
💯
A winner is a dreamer who never gives up --- Nelson_Mandela

Chima Chukwuemeka chukwuemekachm

💯
A winner is a dreamer who never gives up --- Nelson_Mandela
View GitHub Profile
@fourgates
fourgates / auth.ts
Last active September 27, 2024 02:15
express.js middleware to validate a AWS Cognito / Amplify Token
import { Router } from "express";
import jwt from "jsonwebtoken";
import jwkToPem from "jwk-to-pem";
import * as Axios from 'axios';
interface PublicKeys {
keys: PublicKey[];
}
interface PublicKey {
alg: string;
@chukwuemekachm
chukwuemekachm / 31.css
Last active April 19, 2018 13:26
Framework 31
/*
* 31.css is a css library created by CHIMA CHUKWUEMEKA [email protected]
* for the Book-A-Meal project in Andela Cycle 31 Nigeria 2018
*
* Just like w3.css, 31.css implores the same terminologies in order to provide a responsive UI
* To use 31.css, call to-[property] you want to call as a class attribute value e.g
* to-table, to-btn e.t.c
*/
* {
@PurpleBooth
PurpleBooth / README-Template.md
Last active December 10, 2025 21:19
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites