Web Unleashed 2019

2019-09-13 00:00:00 2019-09-15 00:00:00 America/Toronto Web Unleashed 2019 Drive your career to the forefront by learning the latest tools, techniques and technologies in front-end web development. Toronto FITC Toronto

Overview

One evening you’re browsing Twitter and you stumble on a really cool new Open Source tool. The README is intuitive, the installation is seamless and you’re up and running in no time. When using the tool, error messages are clear and how to fix the issues obvious. Before you know it, you’ve achieved what you wanted and you feel like a superstar! But the experience is very different the next day at work. You just spent a couple weeks fiddling to get a project running locally but now you have to jump through hoops to get the application built and deployed with that dreadful internal tool. Why can’t our day time experiences look like our weekend passion projects? It can!

In this session you’ll be introduced to the concept of Developer Experience and why it matters. You’ll then embark on a journey to build a new tool with Developer Experience as a core focus. You’ll learn how certain targeted approaches can improve the Developer Experience through the entire Experience Lifecycle. At the end of the talk you will be equipped with ways to improve the Developer Experience in your work; whether you’re building tools for developers, collaborating with other developers on a business project, or just building a side project one your own.

Target Audience

Any developer working with other developers.

Assumed Audience Knowledge

Some knowledge of Git.

Level

Beginner

Five Things Audience Members Will Learn

  1. The importance of empathy when embarking on this journey
  2. Covers the concept of Developer Experience and why it matters
  3. Go over some practices to improve the Developer Experience of whatever you have now (README tips, targeted automation, identifying low hanging fruit, convention over configuration, etc).
  4. Practical examples of improving developer experience like Levenshtein distance for spell checking, up front validations, moving feedback to the left, linting rules, etc
  5. Importance of backwards compatibility, Semver, and working within an existing ecosystem