20

Learning java script and wordpress rest api by tom hermans wordcamp netherlands 2016 - utrecht

Embed Size (px)

Citation preview

Page 1: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

 

   

Talk by tomhermans.com

@tomhermans

Page 2: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

HOWDY, I'M

www.tomhermans.com@tomhermans

Page 3: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

DESIGNER & DEVELOPERworked for

Page 4: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

Yelo PlayTelenet's digital TV web platform

Page 5: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

WHAT IS WORDPRESS ?IS IT A CMS OR .. ?

Page 6: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

APPLICATION PROGRAMINTERFACE

 

set of standardized ways

which govern how other pieces of software can talk to aprogram and how it will respond

Page 7: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

WP API’SXML-RPC & FRIENDS (ATOM..)

XML remote procedure call mobile app

ADMIN-AJAXlightweight routing layer

responds w/ JSON

RSSopen standard syndication format

Page 8: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

THE WORDPRESS

REST API

Page 9: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

RESTFUL API'STwitter

Instagram

Facebook

WordPress.com

Stripe, .. and many many more

Page 10: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

REST : REPRESENTATIONALSTATE TRANSFER

communicate via HTTP

same HTTP verbs (GET, POST, PUT, DELETE, etc.)

like web browsers use

to retrieve web pages and to send data to remote servers.

Page 11: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

HTTP TO CRUDCREATE data : POST

READ data : GET

UPDATE data : PUT

DELETE data : DELETE

Page 12: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

LEARN JAVASCRIPTDEEPLY, YOU MUST

‑ Yoda. or was it Matt ?

Page 13: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

   

YOU DON'T LEARN TO WALK BYFOLLOWING RULES. YOU LEARN BY

DOING, AND BY FALLING OVER.

‑ Richard Branson

Page 14: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

   

JAVASCRIPTISSEXY.COM

Page 15: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

MVCModel ‑ View ‑ Controller

Page 16: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

DEMO TIMEfrontend management via AJAX

Angular 1 WIP

Angular 2 REST API POC

Page 17: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

this is a start, obviously different paradigm, different mindset, different useage, different tooling

Page 18: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

USEFUL RESOURCES 

GOOGLE.COM: HOWTO LEARN JAVASCRIPT

Page 19: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

USEFUL RESOURCES

Josh PollockRoy SivanWes BosTodd MottoJohn PapaMat Marquis ‑ JavaScript for Webdesigners

WP‑API (v2)Egghead.io (JS tuts)

Page 20: Learning java script and wordpress rest api by tom hermans   wordcamp netherlands 2016 - utrecht

WANNA TALK ? HIT ME UP LATER

www.tomhermans.com@tomhermans