Skip to content

Instantly share code, notes, and snippets.

View phkavitha's full-sized avatar

Kavitha Haridas phkavitha

  • HedgeServ
  • New York
View GitHub Profile
@jevakallio
jevakallio / reactiveconf-slam-poetry.md
Last active July 7, 2021 19:57
#ReactiveConf 2017 Lightning Talk Submission: JavaScript Slam Poetry

TL;DR: If you want to see me perform a spoken word poem about JavaScript in front of 1000 people (and on video), please ⭐ star this gist. If you're on mobile, you'll need to request desktop site.

JavaScript Slam Poetry

Javascript! Slam! Poetry!

@jerairrest
jerairrest / NotficationActionTypes.js
Created October 23, 2015 05:11
React-toastr Redux Implementation
export const RECEIVE_MESSAGE = 'RECEIVE_MESSAGE';
@johanvalcoog
johanvalcoog / gist:3981496
Created October 30, 2012 16:53 — forked from tomdale/gist:3981133
Ember.js Router API v2

It All Starts With Templates

An Ember application starts with its main template. Put your header, footer, and any other decorative content in application.handlebars.

<header>
  <img src="masthead">
</header>

<footer>