Contribute Media
A thank you to everyone who makes this possible: Read More

Frontend Development for Backend Developers

Description

An introduction to the tools of modern frontend development for Django developers looking to incorporate UI libraries, CSS preprocessors, bundlers, and ES6 into their projects. Until recently, I wrote frontend code like a backend developer. jQuery and Javascript were synonymous. CSS and JS dependencies were either linked from CDNs or downloaded and shoved into static file directories the ol’ fashioned way. For those willing to take the plunge, the modern frontend ecosystem can offer better user experience design, more robust client-side code, greater test coverage, and powerful build tools that free up your time for the fun stuff. Getting modern frontend tools to play nicely with your Django project can be challenging at first, so in this discussion, we’ll go over some steps that have helped me go from 'Frontend Dinosaur' to 'Frontend Neanderthal'. This talk is intended for Django developers who are comfortable with Django, HTML, CSS, and JS but have little-to-no experience with frontend build tools (webpack, gulp, grunt) or frontend frameworks (react, angular, vue).

Details

Improve this page