Skip to content

Instantly share code, notes, and snippets.

View hphuocthanh's full-sized avatar
🐟
Hi

Tom Thanh hphuocthanh

🐟
Hi
View GitHub Profile
@hphuocthanh
hphuocthanh / amplify.yml
Created January 7, 2024 09:32
AWS Amplify React Vite
version: 1
backend:
phases:
build:
commands:
- ln -fs /usr/local/bin/pip3.8 /usr/bin/pip3
- ln -fs /usr/local/bin/python3.8 /usr/bin/python3
- pip3 install --user pipenv
- amplifyPush --simple
frontend:
@hphuocthanh
hphuocthanh / InterviewRoadmap.md
Last active February 25, 2023 13:56 — forked from khannasarthak/InterviewRoadmap.md
My Interview Study roadmap

Coding Interview University

I originally created this as a short to-do list of study topics for becoming a software engineer, but it grew to the large list you see today. After going through this study plan, I got hired as a Software Development Engineer at Amazon! You probably won't have to study as much as I did. Anyway, everything you need is here.

The items listed here will prepare you well for in an interview at just about any software company, including the giants: Amazon, Facebook, Google or Microsoft. >