Skip to content

Instantly share code, notes, and snippets.

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

Celestine Ekoh-Ordan CEOehis

🏠
Working from home
View GitHub Profile
@CEOehis
CEOehis / .gitignore
Created November 11, 2018 19:46 — forked from chichunchen/.gitignore
Git ignore binary files
# Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
### Above combination will ignore all files without extension ###
{
"swagger": "2.0",
"info": {
"version": "1.0.0",
"title": "Authors Haven",
"description": "API documentation for Authors Haven application",
"license" : {
"name" : "MIT 2.0.0",
"url" : "https://thor-ah-staging.herokuapp.com"
}
# git rebase syntax
git rebase <basebranch> <topicbranch>
@CEOehis
CEOehis / about.md
Created September 2, 2018 13:46 — forked from blaix/about.md
Programming Achievements: How to Level Up as a Developer

Programming Achievements: How to Level Up as a Developer

  1. Select a particular experience to pursue.
  2. Pursue that experience to completion. (Achievement unlocked!)
  3. Reflect on that experience. Really soak it in. Maybe a blog post would be in order?
  4. Return to Step 1, this time selecting a new experience.

This gist is a fork of the gist from this blog post.

@CEOehis
CEOehis / about.md
Created September 2, 2018 13:46 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer
@CEOehis
CEOehis / ultimate-ut-cheat-sheet.md
Created June 20, 2018 15:20 — forked from yoavniran/ultimate-ut-cheat-sheet.md
The Ultimate Unit Testing Cheat-sheet For Mocha, Chai and Sinon

The Ultimate Unit Testing Cheat-sheet

For Mocha, Chai and Sinon

using mocha/chai/sinon for node.js unit-tests? check out my utility: mocha-stirrer to easily reuse test components and mock require dependencies