Programming Tutorials

Curated development tutorials from top sources. Filter by language.

All python javascript php go ruby java rust typescript general sql
dev.to realpython freecodecamp

Returning JSON Responses in Go

In the previous tutorial, we built a simple HTTP server in Go that returned plain text responses. While that works, most modern applications communic

go dev.to May 15, 2026

JSON to Zod, Go and Pydantic

🛠️ A new free tool on CodeHelper! Convert JSON into a Zod schema, a Go struct, or a Pydantic model with automatic type inference, nested types, and

go dev.to May 15, 2026

New KouShare-dl Plugin for SuperCLI

New KouShare-dl Plugin for SuperCLI A command-line downloader for KouShare. Download files and resources from KouShare platform directly fr

go dev.to May 15, 2026

Middleware in Go

If you've built any web application in Go, you've probably heard about middlewares. But what exactly are they? A middleware is just a function that s

go dev.to May 14, 2026
« Prev Page 11 of 47 Next »