Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 396 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 396 Bytes

Learning GoLang

  1. ✔️ Build a Hello World;
  2. ✔️ Build a TODO list app;
  3. ✔️ Implement in memory repository;
  4. ✔️ Create unit and integration tests;
  5. ✔️ Implement a persistence database;
  6. ✔️ Implement asynchronous calls;
  7. ⚙️ Implement security with JWT;
  8. ❌ Dockerize it;