How I Built My Developer Portfolio
2 months ago1 Min Read0 Likes0 Comments

In this post I share how I built my personal developer portfolio using FastAPI for the backend and React for the frontend.
Building a developer portfolio is an important step for every programmer. It helps you show your skills, projects, and experience to other developers and companies. In this project, I built my portfolio using FastAPI for the backend and React for the frontend. First, I created a backend API with FastAPI. The backend handles profile information, projects, skills, experience, and blog posts. I used PostgreSQL as the database and Docker to run the project on a server. After finishing the backend, I developed the frontend using React. The frontend communicates with the backend API and displays my projects, skills, and information in a modern user interface. Finally, I deployed the project to a server and connected it to my domain. This portfolio helps me present my work and share my learning journey as a backend developer.