I have a web framework, now what?

By Pradeep Gowda

Elevator Pitch

Regardless of framework you choose, these are the top things you have to do to make your application successful for years to come.

Description

A long running web application/API has to do more than put bytes on a page. The confidence with which we can build and deploy applications depends on many things outside the core framework. Following are some of the practices that augment & support the complete life-cycle of a robust web application:

  • continuous integration
  • automated deployment
  • structured logging
  • metrics
  • monitoring and alerting
  • versioning and packaging
  • testing
  • linting and type hints
  • app specific tools
  • .. and many more.

In this talk, Pradeep Gowda will share real world experiences that you can take away to build confident developer teams to deliver solid applications supported by battle tested devops practices.