PortfolioWebsite/future.md

11 lines
778 B
Markdown

# 🚀 Future Plans
I am constantly looking to evolve the Personal Portfolio. Here is what is currently on my development roadmap:
### Core Application
- **Externalize Resume Data**: Move the hardcoded resume data from `ResumeController` into a YAML or JSON file for easier updates without requiring a full rebuild and deployment.
- **Add a Blog**: Integrate a blogging engine or a simple Markdown-based blog to share articles and tutorials.
### DevOps & Operations
- **CI/CD Pipeline**: Set up a continuous integration and deployment pipeline using GitHub Actions or a similar tool to automate testing and deployments.
- **Containerization**: Dockerize the application for consistent development and production environments, and to prepare for orchestration with Kubernetes.