Defining Front-End Development

range-of-front-end-development
The Range

Front-end development. What is it? Not all code running in the browser is “front-end code” anymore. It’s become blurry and difficult to assess what a front-ender should be responsible for in 2016. Single-page apps have joined so many coding technologies together that we need something to help us understand the division of who-does-what.

On the one hand, there is still a lot of design and user flow to consider. And on the opposite side, we still need servers that retain our data. In between, Angular and other JavaScript frameworks have been doing more and more dynamic tasks: Like taking that data and using API’s to push it to the browser (a la JSON).

That’s when I came across this article early this year. It has a fantastic visual showing the range of modern web responsibilities, and as the author states:

 

almost all developers occupy some contiguous segment of this continuum

 

I love this explanation. Bravo, Matt. Bravo. Thanks for breaking it down for us.

In

Leave a Reply