Video description
Building full stack web applications requires drawing on several big technologies, including database access, HTTP routing, APIs and modern frontend features like single page applications. Go supports full stack web applications with a variety of different libraries. This chapter details best-of-breed libraries that you can pick up and use immediately in your existing or new applications. It also provides recommendations and best practices for writing fast, feature-rich and sustainable full stack webapps in Go.Table of contents
- Building full stack web applications in Go 00:05:48
- Building web pages using the html/template package 00:06:42
- Using the database/sql package for database access 00:05:33
- Building fast web apps with the Echo framework 00:13:16
- Getting started with the Buffalo framework to build awesome websites 00:05:42
- Advanced routing with the Buffalo framework 00:06:06
- Resource paths with the Buffalo framework 00:09:11
- Templating with the Buffalo "Plush" engine 00:08:06
- Building login with a third party provider into your Buffalo app 00:12:45
- Hooking your Buffalo web app up to a database 00:08:32
Product information
- Title: Building full-stack web applications with Go
- Author(s):
- Release date: March 2020
- Publisher(s): No Time Labs
- ISBN: None
You might also like
book
Web Development with Go: Building Scalable Web Apps and RESTful Services
Take a deep dive into web development using the Go programming language to build web apps …
book
Building RESTful Web services with Go
Explore the necessary concepts of REST API development by building few real world services from scratch. …
video
Building RESTful APIs with Go
REST is an architectural style that tackles the challenges of building scalable web services. APIs provide …
book
Hands-On Full Stack Development with Go
Create a real-world application in Go and explore various frameworks and methodologies for full-stack development Key …