Skip to content

ruiconti/learn-with-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Learn Go through TDD

Reference: https://quii.gitbook.io/learn-go-with-tests/

It's a straightforward and fun introduction to the language. Teaching using a TDD approach is a major feature, as it's a more productive way of thinking and coding.

Index

Fundamental

All of them have a few notes under NOTES.md.

Webapp

  • HTTP server
  • JSON, routing and embedding
  • CLI & package structure
  • Time
  • WebSockets

Projects

This is a nice entrypoint to Golang. But it must be followed with some more practice and further studying.

  • Simple overview documentation: Deepen on major features while comparing to Python, analogous to Go by example but for Pythonistas.
  • Simple tested webapp (from this course, while refering to this)
  • A raw HTTP server, refering to this, this and this

References

About

πŸ’ͺ Go training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages