Skip to content

Instantly share code, notes, and snippets.

View md-azam12's full-sized avatar
🐵
I may be slow to respond.

Md. azam md-azam12

🐵
I may be slow to respond.
  • Santa Clara, CA
View GitHub Profile
@md-azam12
md-azam12 / System Design.md
Created December 27, 2018 08:54 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?
@md-azam12
md-azam12 / todo
Last active December 22, 2017 00:18
{
"todos": ["todo1", "todo2", "todo3"]
}
@md-azam12
md-azam12 / iterm2-solarized.md
Created December 5, 2017 17:42 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font + [Powerlevel9k] - (macOS)

Default

Default

Powerlevel9k

Powerlevel9k

@md-azam12
md-azam12 / protips.js
Created September 10, 2017 19:28 — forked from nolanlawson/protips.js
Promise protips - stuff I wish I had known when I started with Promises
// Promise.all is good for executing many promises at once
Promise.all([
promise1,
promise2
]);
// Promise.resolve is good for wrapping synchronous code
Promise.resolve().then(function () {
if (somethingIsNotRight()) {
throw new Error("I will be rejected asynchronously!");
@md-azam12
md-azam12 / introrx.md
Created July 29, 2017 00:57 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@md-azam12
md-azam12 / introrx.md
Created July 29, 2017 00:57 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@md-azam12
md-azam12 / gist:32aa6b0c2a0aa5d669cfeb422fdeab9b
Created March 27, 2017 08:50 — forked from wayspurrchen/gist:b6fd4eb085edf54406b7
Web Performance Optimization Techniques
@md-azam12
md-azam12 / affirmation
Created June 16, 2016 01:26
MuleSoft Contributor Agreement Acceptance by khalid
I, khalid, have read and do accept the MuleSoft Contributor Agreement
at http://www.mulesoft.org/legal/contributor-agreement.html
Accepted on Wed Jun 15 2016 18:26:02 GMT-0700 (PDT)
@md-azam12
md-azam12 / trello-css-guide.md
Created April 29, 2016 06:44 — forked from bobbygrace/trello-css-guide.md
Trello CSS Guide

Hello, visitors! If you want an updated version of this styleguide in repo form with tons of real-life examples… check out Trellisheets! https://github.com/trello/trellisheets


Trello CSS Guide

“I perfectly understand our CSS. I never have any issues with cascading rules. I never have to use !important or inline styles. Even though somebody else wrote this bit of CSS, I know exactly how it works and how to extend it. Fixes are easy! I have a hard time breaking our CSS. I know exactly where to put new CSS. We use all of our CSS and it’s pretty small overall. When I delete a template, I know the exact corresponding CSS file and I can delete it all at once. Nothing gets left behind.”

You often hear updog saying stuff like this. Who’s updog? Not much, who is up with you?