TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Reference applications to idiomatically learn languages/frameworks?

8 pointsby guuabout 1 year ago
I&#x27;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:<p>- A rails&#x2F;spring&#x2F;phoenix web application to learn how to structure code, handle authentication, front-end code, and common dependencies used<p>- 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<p>- A Rust CLI application that demonstrates reading in parameters, error handling, and text processing

1 comment

ttymckabout 1 year ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;gothinkster&#x2F;realworld">https:&#x2F;&#x2F;github.com&#x2F;gothinkster&#x2F;realworld</a><p>It&#x27;s just for web app (a Todo app). Your GIS and CLI ideas are interesting, I haven&#x27;t seen anything similar to realworld for those.