flipboard.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Welcome to Flipboard on Mastodon. A place for our community of curators and enthusiasts to inform and inspire each other. If you'd like to join please request an invitation via the sign-up page.

Administered by:

Server stats:

1.2K
active users

#Golang

92 posts54 participants6 posts today

Today I used the reflect-package for the first time (#golang). I avoided it for 7 years! It solved select-ing on an array of channels for receiving sensor-values. reflect.Select is quite the workhorse.

Had a go at rewriting a small #DotNet Blazor app into a #GoLang web app with #HTMX yesterday so I could learn.

Had to rethink some of the way it’s put together to make it a bit smoother an experience, but it went really well and works really nicely. Going to keep on it so I have it feature complete with logging and auth