Tasks

January 8, 2017 ยท View on GitHub

This project is the code accompanying the YouTube tutorial which teaches how to write webapps in go without using a framework and is based on the tutoiral, https://github.com/thewhitetulip/web-dev-golang-anti-textbook/.

There are 17 videos and a branch related to each video.

Starting from Video3, you'll find actual code related content, check the video3 branch to get the final code of that video, and video for the code corresponding to the n'th video.

If you want to download the completed app: https://github.com/thewhitetulip/Tasks.

This series is based on the tutorial https://github.com/thewhitetulip/web-dev-golang-anti-textbook/, you can download it from https://leanpub.com/antitextbookGo/.

BranchVideo
Basic VersionStarting point of this project. This is what you should clone initially into your machine if you want to follow along the series.
Video33. Writing a basic web server in Go
Video44. Introduction to using templates in Go
Video55. Rendering structs with Templates
Video66. Rendering an array in templates
Video77. Rendering comments
Video88. Using sub templates to tidy HTML
Video99. Populating completed tasks
Video1010. Understanding packages
Video1111. Form handling in Go
Video1212. Rendering markdown
Video1313. Getting started with using database with Go
Video1414. Connecting to sqlite3
Video1515. Updating a value in the database
Video1616. User authentication
Video1717. Inserting data into database