/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

xdg.me
| | markphelps.me
2.3 parsecs away

Travel
| | Converting a library that used code generation to generics in Go 1.18
| | blog.gopheracademy.com
2.2 parsecs away

Travel
| | In this post, I will tell a story of how I had to build a custom JSON unmarshaler for the needs of a GraphQL client library in Go.
| | ukiahsmith.com
2.0 parsecs away

Travel
| | Use marshaling interfaces from the Go json package to control complex data types in JSON.
| | yasoob.me
22.4 parsecs away

Travel
| Hi there folks! Recently I was doing a task for fossasia which required me to make a Django web app which allowed users to submit their email addresses and receive a welcome email in return. I was able to complete the project in a couple of hours. Most of the time was spent in making the UI look good. I am going to show you how you can easily make a similar app.