Skip to content

Instantly share code, notes, and snippets.

@alan2207
alan2207 / restful_routes.md
Created July 18, 2017 10:05 — forked from alexpchin/restful_routes.md
7 Restful Routes
URL HTTP Verb Action
/photos/ GET index
/photos/new GET new
/photos POST create
/photos/:id GET show
/photos/:id/edit GET edit
/photos/:id PATCH/PUT update
/photos/:id DELETE destroy
@alan2207
alan2207 / README.md
Created July 22, 2017 09:44 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@alan2207
alan2207 / React Native Iphone X Layout Links
Last active February 27, 2018 19:20
Useful links for implementing Iphone X layout in React Native apps...