aceakash / go-exercises

0 stars 1 forks source link

Ideas for exercises #1

Open aceakash opened 2 years ago

aceakash commented 2 years ago

parallelise a task within a process by spinning up goroutines

aceakash commented 2 years ago

parallelise a task in a distributed fashion by spinning up multiple consumer processes a. using SQS for messaging b. using a database for tracking tasks

aceakash commented 2 years ago

add authentication to the web service

aceakash commented 2 years ago

blog track: work up towards writing a blog engine

aceakash commented 2 years ago

bank track: implement a bank account, with transfers, and account activity.

(event sourcing, synchronisation)

aceakash commented 2 years ago

dictionary/map/hash: fibo?