Talking to Front end developers through an API
Talking to Front end developers through an API
Door Richard Still (Oakbox)
Datum: zaterdag 7 juli 2018 16:40
Duur: 20 minuten
Doelgroep: Gemiddeld
Taal: English
Tags: api development web
Problem: They don't speak Perl, my Javascript and visual design skills are sub-par. How can we work together quickly and efficiently to refactor a large codebase?
Solution: An API! We developed a framework that allows requests to be batched into JSON calls. Right now, the scripts are called through the CGI interface but this can quite easily be shifted over to a faster Plack implementation once we get through the heavy lifting phase of development.
The only places where we (the front end developers and myself) overlap are in Template::Toolkit (which is very easy to understand) and the API itself. This methodology has proven to be very resilient and allowed us to move forward quickly.
Bijgewoond door: John van Krieken (vladtz), Abe Timmerman (abeltje),