Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Frontend automation: bring it to the next level - at jsDay Italy 2017

Frontend automation: bring it to the next level - at jsDay Italy 2017

In the last years, the complexity of front end development has exponentially grown making it really difficult to keep up with all the new solutions being developed. Maintaining and configuring automation tools is becoming a real burden, very difficult for newcomers and time consuming for experienced developers.
You'll see how it's possible to improve your project's automation using several techniques, tricks, and tools.

At the end, you will be able to improve your developer experience while maintaining and evolving your project's automation.

Matteo Ronchi

May 10, 2017
Tweet

More Decks by Matteo Ronchi

Other Decks in Programming

Transcript

  1. In a team, everyone should have a role and fulfill

    a specific purpose -- anonymous
  2. USE NPM SCRIPTS, YOUR PROJECT ALREADY HAS THEM ENABLED USE

    PLAIN NODE MODULES FOR YOUR AUTOMATION WORKFLOWS
  3. AT THE BARE MINIMUM TRY TO ISOLATE GENERIC PROCESSES AND

    AUTOMATION YOU WILL BE SURPRISED BY HOW MUCH CODE CAN BE REUSED ACROSS PROJECTS
  4. YOUR PROJECT'S AUTOMATION NEEDS TO BE CARED FOR AND WELL

    GROOMED YOUR EFFORT WILL BE REPAID TENFOLD
  5. YOUR AUTOMATION HAS TO WORK BUT DOESN'T NEED TO BE

    UGLY OR FRUSTRATING. YOU KNOW BETTER! ALWAYS DOGFOOD YOUR OWN TOOLS!