ME sniper

This commit is contained in:
2025-03-05 14:59:51 -05:00
parent 4d5d25af15
commit b4eaa5db7f
2 changed files with 50 additions and 38 deletions

View File

@@ -8,23 +8,31 @@ draft: false
<!--- Rarity Surf {{{ --> <!--- Rarity Surf {{{ -->
{{% resume/project name="Rarity Surf" {{% resume/project name="Rarity Surf"
languages="Python, JavaScript, React, Django" languages="TypeScript, Node.js, React"
date="" show="true" %}} date="March 2025" show="true" %}}
- **Developed a full-stack web application** to generate rarity
rankings for NFT's integrated with leading NFT
marketplace's (OpenSea) API,
enabling users to **quickly identify rare NFT's** and check
their listing status, **improving market research efficiency by 80%**.
- **Architected a robust Django (Python) [backend](https://github.com/Kevin-Mok/rarity-surf)** to fetch and process
NFT metadata from IPFS, store rarity rankings in
**PostgreSQL**, and serve the data via GraphQL API, **ensuring low-latency access and scaling to handle 2,000+ concurrent requests**.
- **Developed a dynamic React (Javascript)
[frontend](https://github.com/Kevin-Mok/rarity-surf-frontend)** using hooks to load
rarity data in real-time, styled with Tailwind for
mobile responsiveness, **improving user experience
and reducing frontend load times by 70%**.
- **Developed a full-stack web application** to generate
rarity rankings for NFT's, integrating with **leading
marketplaces API** to enable users to quickly identify
rare NFT's and check their listing status, **improving
market research efficiency by 80%**.
- **Built a scalable Node.js backend** with REST API
endpoints to return NFTs based on customizable filters
such as max rank, price, and rarest traits. **Optimized
performance** to handle **3,000+ concurrent requests** by
implementing efficient data fetching and caching
mechanisms using **PostgreSQL** , ensuring low-latency
access to NFT data.
- **Developed a dynamic React frontend** to load and display
NFT's in real-time based on user-defined filters to
streamline browsing. Styled the interface using a modern,
responsive library, **reducing frontend load times by
50%**.
- **Developed a Discord bot** to notify users of profitable
resale opportunities by leveraging historical sales data
to assess deal quality. This feature **increased user
engagement by 80%** and provided a seamless way for users
to stay updated on market opportunities.
{{% /resume/project %}} {{% /resume/project %}}
@@ -33,7 +41,8 @@ date="" show="true" %}}
<!--- Astronofty {{{ --> <!--- Astronofty {{{ -->
{{% resume/project name="Astronofty" {{% resume/project name="Astronofty"
url="https://github.com/Kevin-Mok/astronofty" languages="JavaScript, React, Solidity" date="" url="https://github.com/Kevin-Mok/astronofty"
languages="JavaScript, React, Solidity" date="Jan 2023"
show="true" %}} show="true" %}}
- **Secured [2nd place](https://devpost.com/software/astronofty) overall out of 150+ teams** at UofTHacks - **Secured [2nd place](https://devpost.com/software/astronofty) overall out of 150+ teams** at UofTHacks
@@ -85,7 +94,6 @@ title="Cloud/Software Engineer Intern" languages="Kubernetes, GoLang, Jenkins" d
{{% /resume/section %}}<!--- }}} --> {{% /resume/section %}}<!--- }}} -->
{{% /resume/section %}}<!--- }}} --> {{% /resume/section %}}<!--- }}} -->
{{% resume/section skills %}}<!--- {{{ --> {{% resume/section skills %}}<!--- {{{ -->

View File

@@ -58,26 +58,30 @@ date="Oct 2021" show="true" %}}
languages="Typescript, Node.js, React" languages="Typescript, Node.js, React"
date="" show="true" %}} date="" show="true" %}}
- Developed a full-stack web application to generate rarity rankings for NFTs integrated with leading NFT marketplaces (Magic - **Developed a full-stack web application** to generate
Eden) API, enabling users to quickly identify rare NFTs and check their listing status, improving market research efficiency by 80%. rarity rankings for NFT's, integrating with **leading
- fetch metadata from either IPFS or website in parallel processes to create rarity marketplaces API** to enable users to quickly identify
rankings as soon as metadata revealed rare NFT's and check their listing status, **improving
- reverse engineered algorithm for rarity rankings for NFT's based on article from market research efficiency by 80%**.
marketplace about their in-house statistical rarity - **Built a scalable Node.js backend** with REST API
ranking endpoints to return NFTs based on customizable filters
- created Prisma schema for PostgreSQL for database to store NFT data such as max rank, price, and rarest traits. **Optimized
- Node.js backend with API endpoints to return NFT's based performance** to handle **3,000+ concurrent requests** by
on max rank/price along with rarest traits implementing efficient data fetching and caching
- lowest prices for rarity percentile to see if good deal mechanisms, ensuring low-latency access to NFT data.
- fetch all listings from leading marketplace (Magic Eden) to be - **Developed a dynamic React frontend** to load and display
able to identify which rare NFT's are on sale and be able NFT's in real-time based on user-defined filters to
to filter based on max price/filter streamline browsing. Styled the interface using **Tailwind
- store previous sales data to check whether a buy at rarity CSS** for a responsive and modern design, **reducing
percentile is a good deal frontend load times by 50%**.
- React FE to dynamically load NFT's based on rarity - **Developed a Discord bot** to notify users of profitable
rank/price filter with ability to hide seen ones resale opportunities by leveraging historical sales data
- Discord bot to notify you when customizable profitable resale to assess deal quality. This feature **increased user
opportunity comes up based on rarity level/price engagement by 80%** and provided a seamless way for users
to stay updated on market opportunities.
- Designed and implemented a **PostgreSQL schema** for to
efficiently store NFT data, including metadata, rarity
scores, and historical sales data.
{{% /resume/project %}} {{% /resume/project %}}