Skip to content
View haejinjo's full-sized avatar
  • New York, NY
Block or Report

Block or report haejinjo

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

👋 Hi there, I'm Haejin (think like, "hedgin' your bets").

About Me

I'm a software engineer with a passion for fullstack web development and making life easier.

Recently worked on creating a better developer experience with Reactime (a DevTool for time-travel debugging Redux-less* React apps). So, if you want to chat, I encourage you to reach out.

Always interested in new tech to make for more extensible, maintainable projects and contributions.
Below are my personal favorites.

Stack

Languages

  • Javascript - quirky, lovable, prolific, very poorly named
  • Typescript - a superset of Javascript and (to me) a welcome shift to static typing for the web

Frameworks

Frontend

  • React.js - Lightweight, extensible UI component library for Javascript lovers
  • Apollo Client - If you give a mouse a GraphQL API...at least give them this too

Backend

  • Node.js - Asynchronous Javascript-based server runtime environment
  • Express.js - A thin layer to apply over Node for modular routing and more succinctly "express"ed server logic

Testing

  • Jest - Delightfully readable and feature-rich assertion framework to create unit tests in pure isolation

Additional Recommendations (interesting?)

Below are things I've used in my own projects and whose value I can attest to.

  • Redux - Structured wrapper around your app to "connect" any component to a global state (Note: use wisely)
  • Redux Toolkit - Organize verbose boilerplate and reducers into neat "slices" and more!
  • immer - Skip the functional ceremony, and just mutate state directly! (but not really)
  • Webpack - Module bundler
  • axios - Clean interface for making HTTP client requests
  • Lodash - Neat utility to boost your ability to write clean, effective JS operations

Popular repositories

  1. graphql-pg-mongo graphql-pg-mongo Public

    Sandbox for me

    JavaScript 13

  2. FNART FNART Public

    JavaScript 7

  3. CS_35L16 CS_35L16 Public

    C 1

  4. HotH2 HotH2 Public

    Forked from akxue/MoodForThought

    JavaScript 1

  5. haejinjo haejinjo Public

    1

  6. LAHACKS17 LAHACKS17 Public

    Eidos

    PHP