Skip to content
View ajohnson1031's full-sized avatar
😀
Coding...
😀
Coding...

Block or report ajohnson1031

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

Hi, I'm Aaron!

A dedicated software engineer who loves clean code.

const aboutMe = {
  pronouns: ["He", "Him"],
  skills: {
    Frontend Frameworks: "Next.js", "React.js",  
    API: "Node.js", "Python",
    State Mgmt: "Redux", "Context API", "Jotai",
    Authentication: "JWT", "Sessions", "Clerk",
    DB Mgmt: "Postgres", "SQLite", "Knex", "MySQL", "DBAdmin",
    Resource Mgmt: "AWS S3", "UploadThing",
    Styling: "Tailwind", "SASS", "LESS",
    Version Control: "Git",
    Testing: "Jest", "Enzyme",
    CI/CD: "Jenkins", "CircleCI",
    UX/UI: "PhotoShop", "Illustrator", "XD", "Figma",
    Component Libraries: "Storybook",
    Agile Program Mgmt: "Jira"
  },
  hobbies: ["Coding", "Working Out", "Reading", "Gaming", "Guitar"],
  funFact: "I've read the entire Wheel of Time series! #ThankYouRobertJordan";
}

Currently Employed At

JPMorgan Chase & Co., Software Engineer II

Currently Working On

  • Work: Internal processing tools.
  • Personal: ["A project that uses Blockchain technology (ask me for more information)", "Threads Clone"]

My Stats

Github stats


What I Will Do This Week

Continue working on personal projects.


Show 💖 by ⭐ ⭐ ⭐ 'ing my repos!



Pinned Loading

  1. aj-conway-game-of-life aj-conway-game-of-life Public

    Conway's game of life is a well-known algorithm that makes use of an easy-to-follow deterministic pattern moving cells on a grid through the life/death cycle via a preconfigured set of parameters. …

    JavaScript 1

  2. aj-covid-tracker-react-mapbox aj-covid-tracker-react-mapbox Public

    React Covid Tracker using ArcGIS Cases API, Twitter Search API and Mapbox JS

    JavaScript 1

  3. BFS-vs-DFS BFS-vs-DFS Public

    Python

  4. github-usercard github-usercard Public

    Forked from bloominstituteoftechnology/github-usercard

    Create a card based on the data coming back from the Github API.

    JavaScript