Back to articles
I Learned Go Last Month. I Built Three Things. Here's What Happened.
How-ToTools

I Learned Go Last Month. I Built Three Things. Here's What Happened.

via Dev.to BeginnersMs Iyeba 1907

I'm a final year engineering student who picked up Go a month ago with zero prior experience. Instead of following tutorials I just started building things. Built a terminal maze game, a working shell, and an HTTP server from raw TCP. This is what I learned along the way. If you want to read the full write-up I also posted it on Medium: https://medium.com/@keepingupwithriya/i-learned-go-last-month-i-built-three-things-heres-what-happened-e951d9dae558 All the code — the maze game, the shell, the HTTP server, and the cheatsheet is here: https://github.com/Iyeba-Kallon/go-from-zero

Continue reading on Dev.to Beginners

Opens in a new tab

Read Full Article
8 views

Related Articles