Sunday, June 13, 2021

Go Lang Side Projects

I need to define some side projects to work on that are written in Go. I've done the core parts of Applied Go and feel like now is a good time to work on some side projects considering it's the long weekend.

This is what I'm thinking:

  1. Terminal app

    • What theme, think of some good apps students made in school
  2. JSON API

    • Use mux for routing
    • Use SQLite for DB
    • Use GORM for ORM
    • Deploy to actual box, maybe look at a Docker deployment with ECS, this would be the most useful for work
    • Consume JSON with React app

I think I'm more interested in doing project #2 but it might be better to build something quick that's command line based.