DEV Community

Discussion on: How is your portfolio built?

Collapse
 
chilupa profile image
Pavan Chilukuri

I’ve revamped by portfolio using Gatsby recently and deployed to AWS S3/CloudFront. Initially, it was developed using Angular 6.

Here’s my simple black and white portfolio - chilupa.com

Looking forward to bring in more features in the coming releases.

Collapse
 
iam_timsmith profile image
Tim Smith

Nice! Very easy to navigate. How do you like gatsby/react compared to angular 6?

Collapse
 
chilupa profile image
Pavan Chilukuri

React made it simple to have my app split into multiple smaller components and re use wherever needed. Deployment was also made easy with Gatsby plugins.

Thread Thread
 
iam_timsmith profile image
Tim Smith

Gatsby plugins are 🔥🔥🔥 They definitely change the game for the better.