DEV Community

Cover image for I built my Portfolio as a Computer Engineer. Roast my design! 🚀
İbrahim SEZER
İbrahim SEZER

Posted on

I built my Portfolio as a Computer Engineer. Roast my design! 🚀

A look into my personal portfolio hosted on GitHub Pages, showcasing my work in AI, Flutter, and Web Development.

Hi everyone! 👋

I'm Ibrahim Sezer, a Computer Engineering graduate and entrepreneur passionate about Generative AI, Mobile Development (Flutter), and Web Technologies.

After working on various projects ranging from chess visualization tools to file transfer interfaces, I decided to develop my portfolio to showcase my journey. I wanted something fast, clean, and easy to maintain without dealing with complex server setups.

Here is the result: https://ibrahimsezer.github.io/

🛠️ The Tech Stack (Simplicity is Key)

I decided to go with a "Static First" approach.

  • Hosting: GitHub Pages (Free, reliable, and integrated with my workflow).
  • Frontend: HTML5, CSS3, and Vanilla JavaScript.
  • Version Control: Git (obviously).

Why this stack?
As an engineer, I love over-engineering things, but for a portfolio, content is king. Hosting it on GitHub Pages allows for automatic deployment. Every time I push a change to the main branch, the site updates instantly. No DevOps headaches!

📂 What's Inside?

My portfolio is designed to be a gateway to my technical world. It includes:

  1. About Me: My background in Computer Engineering and my entrepreneurial goals.
  2. Project Showcase:
    • AI & RAG Projects: Such as my "Chat with Docs" LLM implementation.
    • Flutter Apps: Like "Seezme", a voice/chat messaging app.
    • Web Tools: Including my open-source Chess Vision trainer.
  3. Social Links: Direct access to my GitHub, LinkedIn, and Medium articles.

🤝 I Need Your Feedback!

I am constantly looking to improve the UX and the content strategy.

  • Does the design feel professional enough for an entrepreneur?
  • Is the navigation intuitive?
  • Should I add a blog section directly to the site or keep linking to Medium?

Feel free to check out the code and star ⭐ the repo if you like it:

https://www.github.com/ibrahimsezer/ibrahimsezer.github.io

Thanks for stopping by! 🚀

Top comments (7)

Collapse
 
waynerocha profile image
Wayne Rocha

Came to roast it, but it's actually very good in many aspects, congrats! It's a good page
I'll take for inspiration also

Collapse
 
ibrahimsezer profile image
İbrahim SEZER

Feel free to check out the code and star the repo if you like it 💫💫💫

Collapse
 
_8e53f5a373f36d636ffa9 profile image
원영식

Hi there, my name is Young-sik. I've been following your blog and found it very impressive. I'm curious to know more about the idea or motivation behind this project

Collapse
 
ibrahimsezer profile image
İbrahim SEZER • Edited

Hello Young-sik, the reason I created this blog was actually because I wanted to interact more easily with the people around me. I realized that this way, I could easily keep track of people working in the same industry. I also integrated Google Analytics into the project. This allows me to easily track who is viewing my portfolio and from which countries. It's quite enjoyable. It has also made it much easier for me to expand my network. If you'd like to explore the details, I've included the GitHub link here for your reference. Additionally, if there's anything else you'd like to learn about, feel free to reach out to me.

github.com/ibrahimsezer/ibrahimsez...

Collapse
 
pimenton profile image
pimenton

Did you use vercel v0 or simething like that?

Collapse
 
ibrahimsezer profile image
İbrahim SEZER

I published this website on github with the github.io extension. I did not use any other deploy site, directly via github. You can check this site for publish docs.github.com/en/pages

Some comments may only be visible to logged-in visitors. Sign in to view all comments.