Skip to content

Instantly share code, notes, and snippets.

View eddiejaoude's full-sized avatar
🤓
Helping you get into Open Source to accelerate your career

Eddie Jaoude eddiejaoude

🤓
Helping you get into Open Source to accelerate your career
View GitHub Profile
@eddiejaoude
eddiejaoude / README.md
Last active October 27, 2015 15:44
Service Naming Convention

Naming Convention

Example: AGS Storage Service

  • Repository Name should be full name AgsStorageService with Service appended because it will also build Libraries etc.
  • Bundle / Module should NOT have Service appended AgsStorage because these are all Services.
  • CI Job should be full name AgsStorageService with Service appended because it will also build Libraries etc.
  • Server / VM / Container should NOT have Service appended AgsStorage because these are all Services.
@eddiejaoude
eddiejaoude / error.md
Created October 9, 2015 12:15
Centos npm install mongodb error
sudo npm install -g mongodb
npm http GET https://registry.npmjs.org/mongodb
npm http 304 https://registry.npmjs.org/mongodb
npm http GET https://registry.npmjs.org/mongodb-core/1.2.14
npm http GET https://registry.npmjs.org/readable-stream/1.0.31
npm http GET https://registry.npmjs.org/es6-promise/2.1.1
npm http 304 https://registry.npmjs.org/mongodb-core/1.2.14
npm http 304 https://registry.npmjs.org/readable-stream/1.0.31
Ideas, thoughts, discussion etc...
@eddiejaoude
eddiejaoude / Q3.php
Created March 16, 2013 18:26
PHP Test
<?php
/*
* Q. (20-30mins)
* Architect skeleton classes/methods & unit tests for a logging system
* with multiple input structures & output formats. Use the following
* design concepts: interface, factory, adapter, custom exception, type
* hinting.
*
* @author Eddie Jaoude
* @package Test
@eddiejaoude
eddiejaoude / README.md
Last active December 17, 2015 15:39
PHPUnit & Selenium Parallel Tests
@eddiejaoude
eddiejaoude / xdebug
Last active June 3, 2016 09:35
Configuration
xdebug.var_display_max_data=2048
xdebug.var_display_max_depth=12
xdebug.var_display_max_children=512
xdebug.max_nesting_level=500
@eddiejaoude
eddiejaoude / install.md
Created July 4, 2015 09:13
Brew: Virtualbox, Vagrant, Docker

Brew - virtualbox, vagrant, docker

install brew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew add cask dependencies (tap)

brew install caskroom/cask/brew-cask

@eddiejaoude
eddiejaoude / git commands
Last active January 21, 2017 07:44
Git changelog
> git log --oneline --decorate --color --first-parent
@eddiejaoude
eddiejaoude / most-active-users-on-github-2015.md
Last active November 30, 2017 10:30
Most active users on GitHub 2015

This is the top 1000 users on GitHub

Where are you on here?

For the first 6 months of 2015 (Jan - June).

Query used on Google's BigQuery with GitHubArchive Data

SELECT actor.login as user, COUNT(*) as total FROM (
rmal/i386/AppDelegate.d --serialize-diagnostics /Users/eddieaboujaoude/Dropbox/Development/github/DashboardHub/Jin-Mobile/platforms/ios/build/JinMobile.build/Debug-iphonesimulator/JinMobile.build/Objects-normal/i386/AppDelegate.dia -c /Users/eddieaboujaoude/Dropbox/Development/github/DashboardHub/Jin-Mobile/platforms/ios/JinMobile/Classes/AppDelegate.m -o /Users/eddieaboujaoude/Dropbox/Development/github/DashboardHub/Jin-Mobile/platforms/ios/build/JinMobile.build/Debug-iphonesimulator/JinMobile.build/Objects-normal/i386/AppDelegate.o
In file included from /Users/eddieaboujaoude/Dropbox/Development/github/DashboardHub/Jin-Mobile/platforms/ios/JinMobile/Classes/AppDelegate.m:28:
/Users/eddieaboujaoude/Dropbox/Development/github/DashboardHub/Jin-Mobile/platforms/ios/JinMobile/Classes/AppDelegate.h:28:9: fatal error: 'Cordova/CDVViewController.h' file not found
#import <Cordova/CDVViewController.h>
^
1 error generated.
CompileC build/JinMobile.build/Debug-iphonesimulator/JinMobile.build/Objects-normal/i