Skip to content
View jordansbenjamin's full-sized avatar

Highlights

  • Pro

Block or report jordansbenjamin

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
jordansbenjamin/README.md

Hello πŸ‘‹πŸ½ I'm Jordan

Junior Web Developer from Sydney πŸ’»

jordansbenjamin

πŸ§‘πŸ½β€πŸ’» A little about me...

const jordan = {
  pronouns: "he" | "him",
  location: "Sydney, Australia",
  languages: {
    human: ["english", "indonesian"],
    program: ["javascript", "typescript", "Python"]
  },
  fieldsOfInterests: ["web development", "app development", "UX/UI"],
  technologies: {
    frontEnd: {
      js: ["React", "Next.js"]
    },
    backEnd: {
        js: ["Node", "Express"],
        python: ["Flask"]
    },
    databases: ["MongoDB", "PostgreSQL", "Prisma"],
    misc: ["Supabase"]
  },
  personalInterests: {
    sports: ["formula 1", "football", "skiing", "swimming"],
    cuisines: ["indonesian", "italian", "japanese", "korean", "turkish"],
    arts: {
      films: ["inception", "lord of the rings", "whiplash"],
      artists: ["daniel arsham", "pablo piccasso", "edward hopper"],
      literature: ["1984", "frankenstein", "a farewell to arms"],
      music: ["life of pablo", "kind of blue", "to pimp a butterfly"]
    }
  }
}

πŸ’‘ What I'm up to now

I'm working on:

I’m currently learning:

  • TypeScript
  • Next.js
  • Express
  • MongoDB

πŸ“‘ Connect with me

I love connecting and learning from others' experiences, whether they are coding-related or random chats about life, I'm more than happy to meet you all. So reach out! ✌🏽

πŸ“« Email: [email protected]


⬇️ Check out my pinned projects below! ⬇️

Pinned Loading

  1. Space-Saver-Bookings/space-saver-client Space-Saver-Bookings/space-saver-client Public

    MERN Space Saver Application Client

    JavaScript 1 2

  2. Cinematica_API Cinematica_API Public

    Cinematica is a RESTful API developed as my third major project for Coder Academy, developed with Flask with the help of SQLAlchemy as the ORM and PostgreSQL as the RDBMS.

    Python

  3. Kazoot_PyProject Kazoot_PyProject Public

    A quiz app (Kahoot style) built on Python using the Tkinter module, one of my first GUI programs but most importantly used it as a study aid, so solved a problem I was having!

    Python

  4. simple-cal simple-cal Public

    A simple calorie tracker application to practice React patterns.

    JavaScript

  5. Blackjack_terminal-app Blackjack_terminal-app Public

    Blackjack terminal game built on Python, my second major assignment at CoderAcademy.

    Python

  6. Portfolio_T1A2 Portfolio_T1A2 Public

    My first portfolio website built entirely on HTML and SCSS (vanilla CSS) with a tiny touch of JS, and my first major assignment for CoderAcademy.

    CSS