From f3c53107ba5ddc4fbe6dcb5b325175b9ac9aec7e Mon Sep 17 00:00:00 2001 From: Zavaar Shah Date: Sat, 7 Dec 2024 15:38:24 -0500 Subject: [PATCH 01/15] hms instead of hmp? --- src/sections/WanyeHacksWebsite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sections/WanyeHacksWebsite.js b/src/sections/WanyeHacksWebsite.js index ecfe855..067832c 100644 --- a/src/sections/WanyeHacksWebsite.js +++ b/src/sections/WanyeHacksWebsite.js @@ -9,7 +9,7 @@ import Markdown from '../components/Markdown' export default { meta: { title: 'WayneHacks.com', - description: `[www.waynehacks.com](https://waynehacks.com/) is a purpose-built **Hackathon Management Platform** + description: `[www.waynehacks.com](https://waynehacks.com/) is a purpose-built **Hackathon Management System** developed for [WayneHacks 2](/#/experience?expand=WayneHacks+2+Hackathon). It's built with TypeScript, [Next.js](https://nextjs.org), [Supabase](https://supabase.com/), deployed with [Vercel](https://vercel.com), and styled with [Tailwind](https://tailwindcss.com/). The platform provides an admin dashboard to manage relevant data with real-time synchronization, applicant check-in, From 99c73f81a4a8d1ee5b54067e7b0d55bf831f2609 Mon Sep 17 00:00:00 2001 From: Zavaar Shah Date: Sat, 7 Dec 2024 16:30:56 -0500 Subject: [PATCH 02/15] rename team names and aws comps --- src/sections/PFG.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sections/PFG.js b/src/sections/PFG.js index 927e84e..11287ad 100644 --- a/src/sections/PFG.js +++ b/src/sections/PFG.js @@ -34,15 +34,15 @@ Powershell,Bash,Ansible,GitHub,CI/CD,Agile,SCRUM,DevOps,LCM,Internship,PFG,Princ ], [ 'July 13, 2023', - 'Joined full-stack web development company-wide developer portal team. Tools used: TypeScript/JavaScript, React, Spotify Backstage, Python, AWS (IaC), Docker, GraphQL, GitHub.' + 'Joined full-stack web development company-wide developer portal team. Tools used: TypeScript/JavaScript, React, Spotify Backstage, Python, AWS (CDK, Lambda, S3, SQS), Docker, GraphQL, GitHub.' ], [ 'May 7, 2024', - 'Joined Integrated Finance Solutions (IFS) team for actuarial modernization efforts. Tools used: Java, Spring Boot, TypeScript/JavaScript, React, AWS, SQL, Docker, Excel add-in API.' + 'Joined financial solutions project team for actuarial modernization efforts. Tools used: Java, Spring Boot, TypeScript/JavaScript, React, AWS (Lambda, API Gateway, S3, CDK), SQL, Docker, Excel add-in API.' ], [ 'September 2024', - 'Joined IFS Data team for building and maintaining internal company-wide data lake and respective infrastructure. Tools used: Python, AWS, CDK, IaC, Docker.' + 'Joined financial solutions data team for building and maintaining internal company-wide data lake and respective infrastructure. Tools used: Python, AWS (Glue, S3, Athena, CloudFormation), Docker.' ] ] }, From 37a83544f7452df9b6130f4abe5bf725cf07ae2a Mon Sep 17 00:00:00 2001 From: Zavaar Shah Date: Sat, 7 Dec 2024 16:59:54 -0500 Subject: [PATCH 03/15] added pfg data team deliverable --- src/sections/PFG.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sections/PFG.js b/src/sections/PFG.js index 11287ad..a7df8e2 100644 --- a/src/sections/PFG.js +++ b/src/sections/PFG.js @@ -24,6 +24,7 @@ Powershell,Bash,Ansible,GitHub,CI/CD,Agile,SCRUM,DevOps,LCM,Internship,PFG,Princ |Collaborated with UX/UI designers and backend developers to ensure a cohesive and user-friendly experience. |Managed on-call responsibilities, proactively resolving hot technical issues and minimizing downtime for critical systems, ensuring quality service delivery. |Contributed to internal actuarial/auditing tool using Java/Spring Boot, SQL, Docker, AWS and JavaScript/React. + |Utilized PySpark, AWS Glue, and Athena to create pipelines for ingesting and transforming raw data into data lake. |Improved product performance with asynchronous programming and run-time analysis in Java/SQL. |Leveraged Docker for containerization, ensuring consistent deployment environments and faster development cycles. |Designed and developed REST API endpoints for seamless integration with existing financial systems.`, From cc40d81b5d85b96a1fc9088748f2ddaceeaf5640 Mon Sep 17 00:00:00 2001 From: Zavaar Shah Date: Sat, 7 Dec 2024 19:06:03 -0500 Subject: [PATCH 04/15] updated fivem --- src/sections/FiveM.js | 52 +++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/sections/FiveM.js b/src/sections/FiveM.js index 51f2739..6e118bd 100644 --- a/src/sections/FiveM.js +++ b/src/sections/FiveM.js @@ -1,25 +1,25 @@ import { Button, Grid } from '@material-ui/core' import YouTubeEmbed from '../components/YouTubeEmbed' -import Status from '../components/Status' import SocialMedia from '../components/SocialMedia' -const getDate = () => { - let d = new Date() - return d.getFullYear() + '-' + (d.getMonth() + 1) + '-' + d.getDate() -} +// const getDate = () => { +// let d = new Date() +// return d.getFullYear() + '-' + (d.getMonth() + 1) + '-' + d.getDate() +// } /** @type {import("../types/section").Section} */ export default { meta: { title: 'FiveM Bot', banner: '/pics/FiveM.png', complete: false, - tags: 'JavaScript,NodeJS,Deployment Pipelines,MongoDB,Chat Bot,Agile,React,Docker,Version Control,Server Management,Database Migration & Management', + tags: 'JavaScript,NodeJS,Deployment Pipelines,MongoDB,Discord,Chat Bot,Docker,Version Control,Server Management,Database Migration & Management', description: `FiveM Bot is a Discord chat bot that makes monitoring game servers for server administrators easy. Users can view game server metadata such as player count, player retention, server status, and more through Discord. This automation suite is used by tens of thousands of people every day, while maintaining a 99.7% service uptime.`, objectives: `Built monitoring process using custom-built API and database infrastructure |Integrated Patreon REST API to process monetary subscription purchases. - |Encrypted and stored user-data with AES encryption to secure user data in database.`, + |Encrypted and stored user-data with AES encryption to secure user data in database. + |Developed failover service to deploy FiveM Bot on Railway (PaaS) when primary server goes down to ensure uptime.`, timeline: [ ['August 2018', 'FiveM Bot project begins early-developmental stages.'], ['Early-September 2018', 'FiveM Bot releases beta program for testing.'], @@ -48,10 +48,16 @@ export default { 'October 28, 2021', "FiveM Bot obtains partnership with Snowside Hosting. Use code 'Zua' for 25% off recurring." ], + [ + 'December 2022', + 'Containerized FiveM Bot with Docker for easier deployment and management.' + ], [ 'January 2022', 'FiveM Bot is apart of 14K servers and has served over 5M users.' - ] + ], + ['May 2024', 'Integrated failover service with Railway (PaaS).'], + ['December 2024', 'FiveM Bot is apart of 26K servers.'] ] }, components: { statistics, links } @@ -60,13 +66,6 @@ export default { function statistics() { return ( - - - FiveM Chat Bot - - -