Skip to content

Instantly share code, notes, and snippets.

View tomshy's full-sized avatar
💭
relaxation at relaxe.herokuapp.com

Tom Nyongesa tomshy

💭
relaxation at relaxe.herokuapp.com
  • Nairobi
View GitHub Profile
var CryptoJS = require("crypto-js");
var today = new Date();
var requestDate = today.toUTCString();
var apiSecret = 'your_secret';
var keyId = 'your_key';
// prepare signature string
var signatureContentString = 'date: ' + requestDate;
@tomshy
tomshy / kubernetes.md
Created November 26, 2019 09:58 — forked from tariq1890/kubernetes.md
Kubernetes tutorial steps

1. Create cluster

Cluster up and running

minikube version
minikube start
kubectl version
@tomshy
tomshy / framework-sizes.md
Created November 14, 2017 20:12 — forked from Restuta/framework-sizes.md
Sizes of JS frameworks, just minified + minified and gzipped, (React, Angular 2, Vue, Ember)

Below is the list of modern JS frameworks and almost frameworks – Angular, Ember and React.

All files were downloaded from https://cdnjs.com and named accordingly. Output from ls command is stripped out (irrelevant stuff)

As-is (minified)

$ ls -lhS
566K Jan 4 22:03 angular2.min.js