DEV Community

Discussion on: Learning Go by examples: part 6 - Create a gRPC app in Go

Collapse
 
aurelievache profile image
Aurélie Vache

Thanks!

Have you some idea of others episodes?

Thread Thread
 
burneyhoel profile image
Burney Hoel

@aurelievache What I love about your series is that the projects are fun. You are not just exploring the language but what can be done with it. I think the topics below are neat and could fit your series.

• Grpc-web, and or the improbable implementation (improbable-eng/grpc-web)
• Go and web assembly
• Fuzz testing is new and could be neat.
• Not out yet but in go 1.18, generics

Thread Thread
 
aurelievache profile image
Aurélie Vache

Thanks for your ideas! 🙂
I will explore other kind of apps, web assembly is on my list too ^^