Hacker News new | ask | show | jobs
by dodyg 1411 days ago
>Start with the smallest working example —it doesn’t matter where this comes from, it could be a website, blog, the documentation for the technology, a friend or coworker, it could be from anywhere. This is your basic working example. It’s the baseline for building further knowledge.

This is the main idea behind over 400+ micro samples I created for ASP.NET Core https://github.com/dodyg/practical-aspnetcore

4 comments

Is there a similar resource for golang? One that goes over things you need when developing for a cloud native app, for example.

There's gobyexample.com, but it contains usually basic stuff to get started with the language.

Read the book Distributed Services in Go. You implement a complex micro service oriented commit log like Kafka. The code is beautiful and the author created Kafka.
That's a fantastic piece of work.
I don't even work nor have much interest in ASP.NET Core , but I just starred your repo and plan to read through it.

First time I've seen such a well put together list of code samples for a language. Would love this in other languages

Incredibly impressive work