Skip to content

Instantly share code, notes, and snippets.

View MajorLift's full-sized avatar
🛗
"It goes like this: the IV, the V, ..."

Jongsun Suh MajorLift

🛗
"It goes like this: the IV, the V, ..."
View GitHub Profile
@MajorLift
MajorLift / python_intro_for_js_devs.md
Last active May 20, 2024 22:25
Python Intro for JavaScript devs

I. Basics

Types

  • Type keywords are also constructors.
@MajorLift
MajorLift / Ideation.md
Last active January 1, 2022 16:19
Tips

Some tips for project phase.

Planning: start with these three. UI Diagram(s) Visual Layout Component Hierarchy Data Flow (props, actions, etc.) (Site Map (if not SPA)) DB Model Tables, Entities

@MajorLift
MajorLift / .eslintignore
Last active January 3, 2022 07:09
Typescript Config
/node_modules
/dist
/package-lock.json