TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

8 点作者 guu大约 1 年前
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

ttymck大约 1 年前
<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.