Hacker News new | ask | show | jobs
Ask HN: Reference applications to idiomatically learn languages/frameworks?
8 points by guu 812 days ago
I'm interested in seeing any languages, frameworks, and domains. Ideally these would be production applications and not tutorial apps. Here are some examples to get you thinking:

- A rails/spring/phoenix web application to learn how to structure code, handle authentication, front-end code, and common dependencies used

- A GIS application that uses an open source mapping library such as Leaflet, MapLibre, or OpenLayers and how that interacts with a frontend framework or state management library

- A Rust CLI application that demonstrates reading in parameters, error handling, and text processing

1 comments

https://github.com/gothinkster/realworld

It's just for web app (a Todo app). Your GIS and CLI ideas are interesting, I haven't seen anything similar to realworld for those.