Skip to content

Instantly share code, notes, and snippets.

View getwebem's full-sized avatar

Kelvin Mbewe getwebem

View GitHub Profile
@getwebem
getwebem / nodejs-cheatsheet.js
Created January 16, 2019 08:02 — forked from LeCoupa/nodejs-cheatsheet.js
Complete Node.js CheatSheet --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
/* *******************************************************************************************
* THE UPDATED VERSION IS AVAILABLE AT
* https://github.com/LeCoupa/awesome-cheatsheets
* ******************************************************************************************* */
// 0. Synopsis.
// http://nodejs.org/api/synopsis.html
@getwebem
getwebem / webdev_online_resources.md
Created July 17, 2018 19:36 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)
@getwebem
getwebem / Contract Killer 3.md
Created October 5, 2017 22:40
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post

@getwebem
getwebem / css
Created May 31, 2017 13:10
footer
footer{
position: fixed;
bottom: 0;
width: 100%;
background:#333;
color:#fff;
height:80px;
padding-top:30px;
margin-top:30px;
text-align: center;

Jump Start AngularJS 1.5

Getting started

Technologies Used:

HTML5, CSS3, Angular.js 1.5, Angularfire, Foundation 6, bower, Firebase, JSON

  • Run : git clone
  • Run : cd
  • Run : npm install
  • Run : npm start
  • Browser : http://localhost:8000