This was GoGraz in September

Last Monday we once again had our monthly meetup and this time we didn’t have to cancel it at the last minute 🙂 Due to Delta and the whole situation “outside” we opted to go 100%-remote again. To make up for that, I prepared a little presentation but we also had lots of other stuff to talk about:

  • The first topic was a quick introduction into GraphQL going through some elements of schema definitions and the type system but also how operations are processed. As an example, I provided a little sample application for querying meetup events and sessions associated with them written using gqlgen. I’ll try to find the time to clean up the slides in the next couple of days and then share them together with the source code of the demo application 🙂 Update: You can find the slides and source code of the demo application on GitLab.
  • Based on that, Stephan mentioned FieldMasks in Protobuf which cover at least some of the data-selection of aspects of GraphQL but for gRPC/Protobuf.
  • Since gqlgen does most of its work using code-generation, we also talked about some other use-cases for that approach. mockgen was mentioned as was the good old stringer generator.
  • Finally, we had a little demo of age for doing file-encryption and decryption. I just wish I could use that little tool more… anyway, I posted my thoughts about it here.

We nearly filled 2 whole hours this time around and I think everyone had lots of fun (at least I hope so) 😅 As for what we’ll do next month, I don’t know yet. Since Delta is probably not going away anytime soon, it’s at least very likely that the meetup will be done remotely again. Other than that… if you want to give a talk, ping me (Webmention, Mastodon, Twitter, Reddit, e-mail, meetup.com, …) 🙂

This post was inspired by...