Mobile-responsive personal website, generated using Hugo. https://kevin-mok.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

2.2 KiB

ME Sniper

write me a resume section similar to this (just a bit longer) for a web dev resume based on the points after with made up statistics

Old

  • 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 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 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%.

New

  • Developed a full-stack web application to generate rarity rankings for NFT’s integrated with leading NFT marketplace’s (Magic Eden) API, enabling users to quickly identify rare NFT’s and check their listing status, improving market research efficiency by 80%.
  • fetch metadata from either IPFS or website in parallel processes to create rarity rankings as soon as metadata revealed
  • reverse engineered algorithm for rarity rankings for NFT's based on article from marketplace about their in-house statistical rarity ranking
  • created Prisma schema for PostgreSQL for database to store NFT data
  • Node.js backend with API endpoints to return NFT's based on max rank/price along with rarest traits
    • lowest prices for rarity percentile to see if good deal
  • fetch all listings from leading marketplace (Magic Eden) to be able to identify which rare NFT's are on sale and be able to filter based on max price/filter
  • store previous sales data to check whether a buy at rarity percentile is a good deal
  • React FE to dynamically load NFT's based on rarity rank/price filter with ability to hide seen ones
  • Discord bot to notify you when customizable profitable resale opportunity comes up based on rarity level/price