I hereby claim:
- I am dduleone on github.
- I am dduleone (https://keybase.io/dduleone) on keybase.
- I have a public key ASC8OP0V1tU60tRjvDvJpCCKqfLQfuGbcQW0ybFDyKQjgQo
To claim this, I am signing this object:
| " ~/.vimrc | |
| syntax on | |
| au BufRead,BufNewFile *.json set filetype=json | |
| colorscheme darkblue |
| import React, { Component } from 'react' | |
| import ListContacts from './ListContacts' | |
| class App extends Component { | |
| state = { | |
| contacts: [ | |
| { id: 'Mike', | |
| name: 'CampyandtheGoodVibes', | |
| handle: '@CampyandtheGoodVibes' |
| /* Async Dependency */ | |
| const doIt = () => { | |
| console.log('resolved'); | |
| }; | |
| /* Wrapper to Support Blocking */ | |
| const doItAndThenLater = (andThenDoThis) => { | |
| const callback = (typeof andThenDoThis === "function") ? andThenDoThis : (result) => {return result}; |
| const createUIEHandler = (type, onFunction, handleFunction) => { | |
| return { | |
| type, | |
| onFunction: (payload) => { | |
| return { | |
| type, | |
| payload: onFunction(payload) | |
| }; | |
| }, | |
| handleFunction |
| /** | |
| Located in src/components/MyComponent/ | |
| */ | |
| index.js | |
| MyComponent.js | |
| MyComponent.css | |
| MyComponentContainer.js | |
| MyComponentReducer.js |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| header('content-type: application/json'); | |
| session_start(); | |
| $data = array( | |
| // 'GLOBALS' => $GLOBALS, | |
| '_SERVER' => $_SERVER, | |
| '_GET' => $_GET, | |
| '_POST' => $_POST, | |
| '_FILES' => $_FILES, |
Basics 1
| Time = Now | |
| DEV: v2.0.24.1 | |
| QA: v2.0.24.1 | |
| STAGE: v2.0.24RC | |
| PROD: v2.0.23 | |
| WHen I push the story I'm working on to dev: | |
| DEV: v2.0.25.1 |
| beforeEventEvent::firealt<br /> | |
| beforeEventEvent::fire<br /> | |
| ...Event...<br /> | |
| afterEventEvent::fire<br /> | |
| Round 1:<br /> | |
| Array<br /> | |
| (<br /> | |
| [beforeEvent] => Array<br /> | |
| (<br /> | |
| [beforeEventEvent::firealt] => firealt<br /> |