How Should Developers Create Their Portfolios?

0
5
Asked By CuriousCoder92 On

When it comes to applying for jobs, having a portfolio is often essential for developers. I'm curious about how developers actually put their portfolios together. Do they usually set up their own web hosting and build the whole thing from scratch, or do they prefer to use website builders? Any tips on the best approaches would be appreciated!

4 Answers

Answered By BeginnerBuilder99 On

From what I've seen, developers tend to choose different approaches based on their experience level. Beginners might use platforms like GitHub Pages or Notion, while intermediates often go for custom sites hosted on Netlify or Vercel. Advanced developers usually build everything fully customized with their own domain and backend. Either way, keeping it clean and focusing on quality projects is what matters most.

Answered By FrontendFreak On

I built my portfolio from scratch and hosted it on Vercel. If you lean towards frontend work, I'd suggest creating your own site. For those less inclined to code everything, low-code tools can also be a great solution.

Answered By WebDevWizard77 On

I typically use Firebase since it’s free and gives you a nice web.app domain. It's a pretty straightforward option for hosting.

Answered By CodeCrafter55 On

Many developers use GitHub and GitHub Pages for hosting their portfolios. Personally, I started with plain HTML, CSS, and Bootstrap with some vanilla JS. Nowadays, I mostly just keep my resume updated. GitHub is still a great option, but there are also plenty of low-code tools that can help you create a portfolio easily.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.