Put the fun back in writing Go web applications using the Buffalo framework. A Ruby on Rails inspired, idiomatic, web framework written in Go. Fun, Fast, and easy!
This talk goes in-depth into Buffalo; the Go web framework. Inspired by Ruby on Rails, this framework aims to make web development in Go both fun, and easy. By curating the best, and most stable, packages, wrapping them together in a friendly, and idiomatic, way, with a dash of code generation, Buffalo takes back web development from languages like Ruby and Python and makes building fast, scalable, web applications a joy in Go!
This talk gives a high level overview of the following sections of Buffalo:
- Routing
- Middleware
- Templating/Rendering
- Testing
- Asset Pipeline
- Database Access
- Deploying
By the end of this workshops attendees will understand the power of Buffalo to build a full CRUD based web applications.