DEV Community

Discussion on: What are your programming goals for 2018?

Collapse
 
theodesp profile image
Theofanis Despoudis

I have this list for start - but I may tweak it later.

1 - Implement a Beanstalkd server in Go
2 - Implement a MongoDB driver in Go
3 - Implement a resource Pool in Go
4 - Continue writing my book about Computer Networking in Go
5 - Write at least 10 articles for sweetcode.io/
6 - Write at least 20 articles referencing my book about Computer Networking in Go.
7 - Try to finish some Courses in Cloud Computing and from MongoDB University.
8 - Start writing more Scala code.
9 - Revisit my repos and update the ones I need to update.
10 - Write more applications in Mesos Framework.
11 - Contribute to some Open source projects I like.

Collapse
 
ghayoub profile image
Ayoub Gharbi

A big list but doable with dedication and hard work, good luck!

Collapse
 
kbariotis profile image
Kostas Bariotis

For what particular reason do you use Mesos? Great list btw!

Collapse
 
theodesp profile image
Theofanis Despoudis

I find Mesos a better abstraction for developing Distributed Applications. I would like to develop some frameworks in Go and integrate some existing libraries there.