Creating Your Portfolio Website

 Hello, fellow developers and aspiring developers all around the world. First of all, if you see this article, I hope you doing well. Let's dive into the main thing this blog is being written about. Having your own portfolio website can bring you as many clients to your work. The following is my portfolio website: Portfolio. The website is created using Next.js, a framework for React.js with Styled-Components for the CSS and hosted on Vercel. There is no backend used for the website. The link for the source code is Source Code.


                                            Figure: Image for My Portfolio Website


Also, I have a Blog website. Check this: Blog 




Suppose you want to create your own portfolio website with blog posts on the site. This is how I would have created my own Blog website with my skills:

  • FrontEnd: React.js or Next.js
  • Backend: Node.js with Express.js framework
  • Database: MongoDB
  • Tools: VSCode, NPM, GitHub
  • Hosting Platforms: Heroku, Netlify, Firebase, Hostinger(for both buying both domain name and hosting)

 

Comments

Popular posts from this blog

MongoDB shell version v4.4.4 connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed: SocketException: Error connecting to 127.0.0.1:27017 :: caused by :: No connection could be made because the target machine actively refused it. : connect@src/mongo/shell/mongo.js:374:17 @(connect):2:6 exception: connect failed exiting with code 1

First Backend Website