DEV Community

Cover image for Redesigning my portfolio ... with Angular? 🤔
Pablo Herrero
Pablo Herrero

Posted on

Redesigning my portfolio ... with Angular? 🤔

Hey!!

I need your advice. I'm thinking of redesigning my portfolio. Two options:

  • JavaScript + BootStrap: This is basically what my portfolio is based on today. It would just be an image wash.
  • Angular + BootStrap: For me it would be to go one step further. Maybe this way I can show the last thing I've been learning. Besides, I love that there are no loads between pages, but... is it too much for a portfolio?

What do you advise me?

Latest comments (7)

Collapse
 
akhtargul profile image
AkhtarGul

Hi Pablo!
Can you please share github repo

Collapse
 
vikramkadiam profile image
Vikram Kadiam

Lot of recommendation from not using Angular. But honest opinion you can easily build your portfolio using just Angular framework and its own libraries. You don't even need Bootstrap for that matter, I saw your portfolio and every element can be replaced with Angular material (UI components). If you are looking for inspiration you can look at my portfolio vikramkadiam.netlify.app which I've built solely using Angular and here is a write up on how I did that dev.to/vikramkadiam/how-i-built-my...
Hope this gives you some fresh thoughts.

Collapse
 
pablohs1986 profile image
Pablo Herrero

Oh thank you Vikram !! I have already embarked on redesigning it without Angular, but after seeing your portfolio, the next version I will do with it.

Your portfolio is amazing. I have to take a look at it calmly, but do not doubt that it will be very inspiring :)

Collapse
 
developerkaren profile image
Karen Efereyan

I just saw your portfolio about a minute ago in another article and I think It looks great. I don't know a lot about Angular but I do think its a little too much. Try out react and maybe instead of using bootstrap, check out tailwind CSS. It' s really cool

Collapse
 
pablohs1986 profile image
Pablo Herrero

Thanks, Karen! I'll take a look at React + tailwind :)

Collapse
 
jura_aka_gosha profile image
Yurii • Edited

Hi, you have a great portfolio. As for me, I think angular is a bit overweight for this. its need when you use a lot of async logic and multipage. You can add some pages with demo simple apps if you want to add angular or create different applications in GitHub and add a link in your portfolio on them. But it's IMHO. Wish you luck

Collapse
 
pablohs1986 profile image
Pablo Herrero

Yes, Angular is too much, maybe as you say it is better to create a sample project apart from the portfolio. Thanks, man!!!