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: Best Tech Stack for portfolio website

6 pointsby 2bor-2nabout 4 years ago
I am a Frontend developer. What tech stack should I use for my portfolio website. The portfolio website would be very simple with a couple of pages like about, work, contact, a page for curating the resources I use daily, and probably a blog page for posts.<p>For the frontend, I am not sure either to go with React or next. Would firebase be a good option to update the contents of my website from the backend or is there a better option? I am thinking of firebase because I will add blog post there.

6 comments

approxim8ionabout 4 years ago
If you are specializing in a particular stack, building your portfolio site on the stack can make it a good project to showcase. Otherwise, can&#x27;t beat HTML, CSS and (if you absolutely must) JS.
mstipeticabout 4 years ago
I&#x27;m just building mine at <a href="https:&#x2F;&#x2F;cocky-hamilton-69af62.netlify.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cocky-hamilton-69af62.netlify.app&#x2F;</a> and am using netlify+hugo+vue+tailwind. Hugo can get a bit unwieldy when there are lots of posts, so I&#x27;m looking for a basic cms for it. Ideally I&#x27;d have some cms work on a sqlite db, and have hugo generate from it. I&#x27;m not so sure that solution exists, but even without it hugo is not a bad option
bigbassrollerabout 4 years ago
After building my site in multiple stacks, I’ve come back to WordPress because my portfolio site is also my self marketing site and WordPress is the best for marketing IMO. You get blog post, pages, menus and contact forms. Add advanced custom fields and custom post types and WPGraphQL and some Next.js and you got yourself a JAMStack with complete “no-code” backend.
kirakliabout 4 years ago
HTML, CSS, JS
评论 #26664384 未加载
speedgooseabout 4 years ago
I would also consider using a static website generator like Hugo or Jekyll. But you should avoid to over complicate things too much unless you want to play with a specific technology. React and firebase for a portfolio is not necessary in my opinion.
评论 #26657664 未加载
adithyasrinabout 4 years ago
It&#x27;s the one which works best for you. I&#x27;d also recommend using a solution that already exists and then building on it (if you want to)