diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f2d0a7b..341b5af 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,3 +1,65 @@ +name: Deploy to EC2 (Production) + +on: + push: + branches: [ main ] + +jobs: + deploy: + runs-on: ubuntu-latest + environment: production + + steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Create .env file from secrets + run: | + cat > .env < /dev/null; then + if [ -f ecosystem.config.js ]; then + pm2 reload ecosystem.config.js || pm2 start ecosystem.config.js + else + pm2 restart all || pm2 start npm --name "aiarchives" -- start + fi + fi + EOF + + name: Deploy AI Archives to EC2 on: diff --git a/README.md b/README.md index e215bc4..2a4d2a2 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,24 @@ -This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). - -## Getting Started - -First, run the development server: - -```bash -npm run dev -# or -yarn dev -# or -pnpm dev -# or -bun dev -``` - -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. - -You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. - -This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel. - -## Learn More - -To learn more about Next.js, take a look at the following resources: - -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. - -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome! - -## Deploy on Vercel - -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. - -Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details. +πŸ’» Software Engineering Internship (TechX Labs, Inc.) +πŸ“… Duration: September 08, 2025 – November 07, 2025 +πŸ–₯️ Location: Remote (Boston, MA) + +πŸ“ Internship Overview +Participated in the Software Engineering Intern program at TechX Labs, gaining hands-on experience with real-world projects focused on large-scale web architecture and distributed systems. Developed technical skills under the guidance of experienced engineers while contributing to enterprise-grade solutions. + +βš™οΈ Key Activities +πŸ§ͺ Assisted in building and optimizing cloud-native infrastructure +πŸ•΅οΈβ€β™‚οΈ Contributed to high-availability system design and performance improvements +πŸ” Applied security best practices and worked with monitoring/logging systems +🧬 Collaborated with mentors and peers on real-world engineering projects +πŸ› οΈ Gained practical experience with technologies such as VMSS, load balancers, and Redis caching + +πŸ’‘ Skills Demonstrated +πŸ›‘οΈ Cloud and Distributed Systems +🚨 Performance Optimization & High-Availability Design +πŸ“Š Enterprise-Grade Software Development +🌐 Security Best Practices Implementation +πŸ“ Technical Documentation & Collaboration +🧠 Critical Thinking in Software Engineering + +🏁 Conclusion +This internship provided me with valuable practical experience in software engineering, particularly in large-scale web architecture and distributed systems. It strengthened my technical and problem-solving skills while giving me confidence to contribute effectively to professional engineering teams. I look forward to applying these skills in future projects and advancing my knowledge in software development and cloud technologies.