💻 rnstudio.hu
My personal website and portfolio is crafted with Next.js, React, TypeScript, and Tailwind CSS. It showcases my projects and details my journey in software development.
yarn dev
or
npm run dev
- App Router Implementation:
- Adopted the latest Next.js App Router for optimized routing.
- Enhanced page loading speeds and improved user experience with the new routing system.
- GitHub Cards Integration:
- Displayed the latest projects using Next.js's new streaming feature.
- Dynamically pulled and showcased GitHub repositories with real-time updates.
- Continuous Integration & Continuous Deployment (CI/CD):
- Implemented CI/CD pipelines for streamlined development.
- Automated testing, building, and deployment processes to ensure consistent and reliable updates.
- VPS Deployment:
- Deployed the portfolio to a VPS server, allowing full utilization of Next.js features.
- Improved performance and control over the hosting environment, ensuring robust and scalable deployment.