Skip to content

Instantly share code, notes, and snippets.

View maitysubhasis's full-sized avatar
🏠
Working from home

subhasis maity maitysubhasis

🏠
Working from home
View GitHub Profile

Introduction

This gist started with a collection of resources I was maintaining on stream data processing — also known as distributed logs, data pipelines, event sourcing, CQRS, and other names.

Over time the set of resources grew quite large and I received some interest in a more guided, opinionated path for learning about stream data processing. So I added the reading list.

Please send me feedback!

@maitysubhasis
maitysubhasis / git_sync.sh
Last active October 11, 2023 01:11
git sync with master
function gsy () {
git pull --rebase origin $(basename $(git symbolic-ref --short refs/remotes/origin/HEAD))
}
@maitysubhasis
maitysubhasis / Antimony.css
Last active January 28, 2018 22:05 — forked from ollytheninja/Antimony.css
Markdown cssJust add <link href="style.css" rel="stylesheet"></link> to the start of your markdown document.
* { margin: 0; padding: 0; background: red}
abbr,acronym,blockquote,code,dir,kbd,listing,plaintext,q,samp,tt,var,xmp { hyphens: none; }
html {
padding: 2em;
font: normal 18px/1.25 Source Sans Pro, sans-serif;
color: #000;
hyphens: auto;
\documentclass[12pt]{article}
\usepackage{fullpage} % Package to use full page
\usepackage{parskip} % Package to tweak paragraph skipping
\usepackage{tikz} % Package for drawing
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage{hyperref}
\usepackage[section]{placeins}
% \usepackage[scaled=2]{beramono}
@maitysubhasis
maitysubhasis / 0_reuse_code.js
Created March 11, 2016 16:50
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console