Backend Web Development with Go: Build an E-Manual Server
Key Takeaways
Builds a web server with Golang to serve electronic manual pages
Original Description
In this 1.5-hour long guided project, you will create a web server that serves electronic manual pages with Golang's built-in packages.
Go (also known as Golang) is a programming language that is created, supported, and used by Google and many major organizations. It is particularly suitable for internet applications thank to its ready-to-use packages. We will cover serving HTML contents with HTTP protocols, as well as preventing malicious access with regular expressions.
This course is aimed at learners who are proficient with core Golang (variables, data types, flow control, functions, packages) and experience with HTML. Knowledge of HTTP protocol is helpful but not required. "Golang for Beginners: Data Types, Functions, and Packages" highly recommended as a prerequisite.
Watch on External: Coursera ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Related Reads
📰
📰
📰
📰
Your app has two caches. What if it only needed one?
Dev.to · Dencio
Run a Full JavaScript Website with AxonASP — No Node.js Required
Dev.to · Lucas Guimarães
A complete Laravel API with clean architecture in 30 seconds, tests included
Dev.to · Loic Aron Mbassi Ewolo
Pain point #2: Django’s ORM Performance Problem
Medium · Python
🎓
Tutor Explanation
DeepCamp AI