Skip to content
View joeelmahallawy's full-sized avatar
😉
Cooking up the next blue chip
😉
Cooking up the next blue chip
Block or Report

Block or report joeelmahallawy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
joeelmahallawy/README.md

Hello fellow developers 👋

My name is Youssef

I'm a software engineer who likes to build cool projects in Typescript. Let's connect on LinkedIn!

Deployed projects:

Validator AI (Demo)

  • A website that validates startup ideas using AI to give constructive feedback and criticism
  • Built, sold, now holding equity and helping owner find PMF
  • Currently has over 220k users and has validated over 1M startup ideas
  • Techstack: Next.js + Typescript + OpenAI + PostgreSQL
  • Serve (Demo)

  • Platform for developers to generate dynamic APIs to connect to databases and speadsheets
  • Turn any SQL query or Spreadsheet into an API endpoint and run CRUD operations on it
  • Integrates with PostgreSQL, MySQL, Google Sheets, CSV, and JSON files
  • Tech stack: Typescript + Next.js + Fastify + GraphQL + PostgreSQL + Prisma + Twilio API
  • Repromptify (Demo)

  • AI tool that generates AI prompts for itself
  • Supports prompt generation for image and conversational models
  • Generate and test prompts super quickly all in real-time with Midjourney, DALLE2, or ChatGPT
  • Tech stack: Typescript + Next.js + Prisma + PostgreSQL + Replicate + ChatGPT + Midjourney + DALLE2
  • ModelTuner AI (Demo)

  • All-in-one dashboard for fine-tuning ChatGPT
  • ModelTuner AI lets you see your training datasets, custom models, and fine-tuning jobs.
  • Techstack: Next.js + Prisma + Typescript + OpenAI API
  • AI2API (Demo)

  • A reverse-engineered way to using Google’s Bard API (rated #1 Product of the day on ProductHunt).
  • Techstack: Next.js + Fastify + Typescript + Bard AI
  • Tiktokenizer (Demo)

  • API tool to help developers count their users' AI token usage and bill each user accordingly
  • Tiktokenizer forwards API requests to OpenAI and automatically counts token usage
  • Tracking, reading, and refreshing a users’ usage can be done via REST API.
  • Techstack: Next.js + Fastify + Typescript + Prisma + OpenAI + Tiktoken.js + PostgreSQL
  • MySecureNote (Demo)

  • A tool to save sensitive information to a pin-protected URL that you can access from anywhere
  • Built this with the intention of it being a place to go when your phone dies and you need to access your ID or a friend's phone number
  • Serves over 600 pin-protected pages
  • Techstack: Next.js + Typescript + Prisma + PostgreSQL + Firebase
  • CheckTheFloor (Demo)

  • Built simple subscriptions app where users can subscribe to NFT collections on Opensea and receive a text message When the floor price falls under a certain price
  • Used cron jobs to periodically monitor Opensea and send texts to subscribers using Twilio API
  • Deployed With 5+ DAOs registered on launch day
  • Techstack: Typescript + Node.js + PostgreSQL + Prisma + Twilio API
  • DaoJobz (Demo)

  • Job board for Decentralized Autonomous Organizations (DAO) to onboard contributors
  • Users were authenticated through discord to remain anonymous (preferred identity)
  • Deployed With 5+ DAOs registered on launch day
  • Techstack: Typescript + Next.js + GraphQL + PostgreSQL + Prisma
  • PairPro (Demo)

  • Match-making system to connect with developers of similar interest and experience to build projects together
  • Included Auth0 for GitHub access + gmail access to send emails to user when matched with another developer
  • Techstack: Next.js + MongoDB + Typescript + Recoil
  • TZCities (Demo)

  • One-page application for tracking timezones of several cities across the world simultaneously
  • Change your current location's time to see the other city's time change with respect to yours
  • Included Google Maps Autocomplete to search any city in the world
  • Techstack: Next.js + Typescript
  • Experience:

    Front-end:

    html5 css3 javascript react

    Back-end:

    nodejs typescript next.js prisma graphql fastify

    Databases:

    postgresql mongodb firebase firebase Solidity

    Pinned

    1. cron-api cron-api Public

      Fastify server for triggering cron jobs via API requests using Redis and Node.js timers.

      TypeScript