A modern personal website that combines a portfolio and a technical blog to showcase my work, share ideas, and document my journey as a software engineer.
This repository contains the source code for my personal website. It serves as a central place where I:
- 📝 Publish technical articles and personal insights.
- 💼 Showcase projects and case studies.
- 🚀 Share my experience in software engineering.
- 📚 Document lessons learned and best practices.
The goal is to build more than a portfolio—it's a knowledge hub that reflects my work, ideas, and continuous learning.
- Responsive modern design
- Personal portfolio
- Technical blog
- Project case studies
- About page
- Search articles
- Category and tag filtering
- Dark/Light mode
- SEO-friendly pages
- Fast loading and optimized performance
- 🏠 Home
- 📝 Articles
- 📖 Article Details
- 💼 Portfolio
- 👤 About
The project is built using modern web technologies.
- Frontend:
- Jekyll / HTML
- Styling
- Tailwind CSS
- Content
- Markdown / MDX
- Deployment
- GitHub Pages
.
├── _includes/
│ ├── assets/
│ ├── components/
│ ├── layouts/
├── _layouts/
├── _posts/
├── _sass/
├── assets/
├── .gitignore
├── 404.html
├── Gemfile
├── Gemfile.lock
├── LICENSE
├── README.md
├── _config.yml
├── about.markdown
└── index.html
Articles are written in Markdown/MDX and stored inside the _posts directory.
Each article includes:
- Title
- Description
- Date
- Tags
- Reading time
- Cover image
- Content
This website aims to:
- Share knowledge with the developer community.
- Build a strong personal brand.
- Document my engineering journey.
- Inspire others through technical writing.
- Newsletter
- Comments
- Search engine
- RSS feed
- AI-powered article recommendations
- Reading progress indicator
- Project timeline
- Multi-language support
- Analytics dashboard
Contributions, suggestions, and feedback are welcome.
If you'd like to improve the project:
- Fork the repository
- Create a feature branch
- Commit your changes
- Open a Pull Request
Feel free to reach out if you'd like to collaborate or discuss software engineering.
- Discord
This project is licensed under the MIT License.
See the LICENSE file for more information.
⭐ If you find this project interesting, consider giving it a star!