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: Web Stack for Side Projects?

2 pointsby anoojbover 2 years ago
I’m a PM. Most of my day is spent writing prose and meeting with customers.<p>However, I miss writing code and I have a few ideas for web apps that I want to try building this winter break.<p>Most of my time as a developer was spent writing backend C#, but I have enough familiarity with Python and JS to be dangerous.<p>What kind of tools should I try out to make these web apps? My goals are: pickup marketable skills, scratch an itch, have as much fun as possible in the limited time I have to code.

5 comments

jacobobryantover 2 years ago
Highly recommend <a href="https:&#x2F;&#x2F;htmx.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;htmx.org&#x2F;</a>. Makes it easy to create &quot;good enough&quot; UIs with minimal effort, and while spending most of your time writing backend code. Pair it with whatever the recommended C# web framework is. I&#x27;m using it for my own solo dev projects&#x2F;startup and enjoying it a lot.
评论 #33790793 未加载
_448over 2 years ago
&gt; Most of my time as a developer was spent writing backend C#, but I have enough familiarity with Python and JS to be dangerous.<p>&gt; My goals are: pickup marketable skills, scratch an itch, have as much fun as possible in the limited time I have to code.<p>Then try Wt: <a href="https:&#x2F;&#x2F;webtoolkit.eu" rel="nofollow">https:&#x2F;&#x2F;webtoolkit.eu</a><p>Here is what it is capable of: <a href="https:&#x2F;&#x2F;webtoolkit.eu&#x2F;widgets" rel="nofollow">https:&#x2F;&#x2F;webtoolkit.eu&#x2F;widgets</a>
deepsyover 2 years ago
If you&#x27;re familiar with the javascript ecosystem, I&#x27;d recommend looking at Remix or NextJS.
renaissance_teaover 2 years ago
NextJS, tailwind and cloudflare workers
jklein11over 2 years ago
I &lt;3 Django