Skip to content

Instantly share code, notes, and snippets.

View moaazsidat's full-sized avatar
👋

Moaaz Sidat moaazsidat

👋
View GitHub Profile
@moaazsidat
moaazsidat / index.html
Last active February 7, 2016 20:51 — forked from anonymous/index.html
Redux Primer - Counter Example
<!DOCTYPE html>
<html>
<head>
<script src="http://fb.me/react-with-addons-0.14.0.js"></script>
<script src="http://fb.me/react-dom-0.14.0.js"></script>
<!-- <script src="https://npmcdn.com/expect/umd/expect.min.js"></script> -->
<script src="https://wzrd.in/standalone/expect@latest"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/redux/3.3.0/redux.js"></script>
<meta charset="utf-8">
<title>React Hello World w/ JSBin</title>
@moaazsidat
moaazsidat / index.html
Last active February 7, 2016 20:52 — forked from anonymous/index.html
Redux Primer - Todo App
<!DOCTYPE html>
<html>
<head>
<script src="http://fb.me/react-with-addons-0.14.0.js"></script>
<script src="http://fb.me/react-dom-0.14.0.js"></script>
<!-- <script src="https://npmcdn.com/expect/umd/expect.min.js"></script> -->
<script src="https://wzrd.in/standalone/expect@latest"></script>
<script src="https://wzrd.in/standalone/deep-freeze@latest"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/redux/3.3.0/redux.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-redux/4.0.0/react-redux.js"></script>

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@moaazsidat
moaazsidat / rethinkdb_tls_guide.md
Created November 14, 2017 03:45
RethinkDB TLS Guide

RethinkDB with TLS

Thinker Lock

What You'll Need

To follow this guide, you will need Docker v1.10 or higher. Docker v1.10 has some volume and networking features that will come in handy for setting up a cluster. While this guide uses a single host with a cluster composed of several RethinkDB containers, the multi-host networking features of Docker can be used