├── .all-contributorsrc ├── .github └── PULL_REQUEST_TEMPLATE │ └── project_ideas_template.md ├── README.md └── content └── links.md /.all-contributorsrc: -------------------------------------------------------------------------------- 1 | { 2 | "files": [ 3 | "README.md" 4 | ], 5 | "imageSize": 100, 6 | "commit": false, 7 | "contributors": [ 8 | { 9 | "login": "davidnguyen179", 10 | "name": "David Nguyen", 11 | "avatar_url": "https://avatars.githubusercontent.com/u/6290720?v=4", 12 | "profile": "http://dzungnguyen.dev", 13 | "contributions": [ 14 | "doc" 15 | ] 16 | } 17 | ], 18 | "contributorsPerLine": 7, 19 | "projectName": "viettech-links", 20 | "projectOwner": "viettech0", 21 | "repoType": "github", 22 | "repoHost": "https://github.com", 23 | "skipCi": true 24 | } 25 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE/project_ideas_template.md: -------------------------------------------------------------------------------- 1 | Hi Viettech! I want to suggest the following resources and/or project ideas: 2 | 1. _link_; tags: beginner, python, newtag; prereqs: python 3 | 2. _another-link_; tags: immediate, webdev; prereqs: None 4 | 5 | Cc @chauvm 6 | 7 | ### Guidelines 8 | 1. Free resources preferred 9 | 2. Duration tags: 10 | - `short`: couple of hours 11 | - `long`: couple of days 12 | 3. Difficulty tags: 13 | - `beginner`: for those who have taken 1-2 intro to programming courses 14 | - `intermediate`: for those who have taken >= 3 programming courses 15 | - `advanced`: for those who want to drill into a specific topic 16 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # [Viet Tech](https://www.facebook.com/groups/1177470863076165) links 2 | 3 | 4 | [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) 5 | 6 | 7 | Viet Tech is a community for Vietnamese people interested in Tech. The goal of Viet Tech is to share and pay it forward, to help the next generation have an easier time joining the tech industry and advance in their career. Everyone has a chance to share their experiences/ask questions about topics that they don’t know with absolutely no judgment, no disrespect. 8 | 9 | This project aims for unify all of high quality articles which help users can navigate. 10 | 11 | ## Want to contribute? 12 | 13 | 1. Just simply creating the PR add the links which have high quality to `/content/links.md`. 14 | 2. We will review it 15 | 3. If your PR is ok => We'll merge that 16 | 4. Otherwise => Sorry! next time 17 | 18 | Every PR is merged, we'll add your profile to the `README.md`. 19 | 20 | **Note**: Before opening the PR, please check whether or not your links are existing in the current content 21 | 22 | ## Contributors ✨ 23 | 24 | Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |

David Nguyen

📖
34 | 35 | 36 | 37 | 38 | 39 | 40 | This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! 41 | -------------------------------------------------------------------------------- /content/links.md: -------------------------------------------------------------------------------- 1 | [AMA - FROM EX-FELON TO A MILLIONAIRE ENGINEER](https://www.facebook.com/groups/1177470863076165/posts/1222857878537463/) 2 | 3 | [Con đi mẫu giáo, mẹ cắp sách tới trường](https://www.facebook.com/groups/1177470863076165/posts/1191898968300021/) 4 | 5 | [Chuyển từ các ngành khác sang data](https://www.facebook.com/groups/1177470863076165/posts/1185770648912853) 6 | 7 | [Từ kế toán sang SWE, sau tuổi 30+](https://www.facebook.com/groups/1177470863076165/posts/1240760343413883/) 8 | 9 | [Front End infrastructure at scale](https://www.facebook.com/groups/1177470863076165/posts/1221740735315844/) 10 | 11 | [Interview process + study plan for Senior Software Engineer](https://www.facebook.com/groups/1177470863076165/posts/1188095518680366) 12 | 13 | [Bằng đại học trái ngành ở VN, không Bootcamp, không kinh nghiệm và hành trình xin việc ở Silicon valley](https://www.facebook.com/groups/1177470863076165/posts/1229335237889727/) 14 | 15 | [Hành trình build Spotify extension](https://www.facebook.com/groups/1177470863076165/posts/1239821366841114/) 16 | 17 | [Career Switch to Data Science – How to Break Into Tech](https://www.facebook.com/groups/1177470863076165/posts/1187384712084780) 18 | 19 | [Làm về AI / ML thì có cần phải học graduate school hay không?](https://www.facebook.com/groups/1177470863076165/posts/1190475581775693) 20 | 21 | [Start training model và đưa vào online serving trong vòng 1 ngày tại Google](https://www.facebook.com/groups/1177470863076165/posts/1228246291331955/) 22 | 23 | [Some tips on navigating Data Science Interviews](https://www.facebook.com/groups/1177470863076165/posts/1189007571922494) 24 | 25 | [Leetcode or no leetcode?](https://www.facebook.com/groups/1177470863076165/posts/1223311041825480/) 26 | 27 | [Review Interview cho SWE Intern ở Snap Inc. 2022](https://www.facebook.com/groups/1177470863076165/posts/1190826518407266) 28 | 29 | [Rebuild & Optimize npm scripts of Monorepo](https://www.facebook.com/groups/1177470863076165/posts/1227159764773941/) 30 | 31 | [Journey to Tech Episode 0](https://www.facebook.com/groups/1177470863076165/posts/1192152888274629/) 32 | 33 | [Review Meta New Grad SWE Interview](https://www.facebook.com/groups/1177470863076165/posts/1191201565036428) 34 | 35 | [Chia sẻ kinh nghiệm phỏng vấn ML design](https://www.facebook.com/groups/1177470863076165/posts/1206432130180038) 36 | 37 | [Real estate agent switching to software engineer](https://www.facebook.com/groups/1177470863076165/posts/1191651884991396/) 38 | 39 | [Review Bloomberg LP New Grad SWE Interview](https://www.facebook.com/groups/1177470863076165/posts/1192477731575478) 40 | 41 | [Du học sinh muốn thử làm ở startup tạm thời?](https://www.facebook.com/groups/1177470863076165/posts/1179907499499168/) 42 | 43 | [AMA - I’m an ex-Amazon Bar Raiser](https://www.facebook.com/groups/1177470863076165/posts/1230365761120008/) 44 | 45 | [Review Coinbase New Grad SWE Interview](https://www.facebook.com/groups/1177470863076165/posts/1192232418266676) 46 | 47 | [Đọc tech news, technical discussion, hay new products in tech ở trang nào?](https://www.facebook.com/groups/1177470863076165/posts/1225327438290507/) 48 | 49 | [Vì sao xây dựng data model trở thành một kỹ năng quan trọng nhất nhì cho những người mới bước chân làm data analyst/scientist?](https://www.facebook.com/groups/1177470863076165/posts/1225681024921815/) 50 | 51 | [The Importance of Storytelling in your career](https://www.facebook.com/groups/1177470863076165/permalink/1194701151353136) 52 | 53 | [Senior to Staff: How to get there?](https://www.facebook.com/groups/1177470863076165/permalink/1203492603807324/) 54 | 55 | [Growing technically as an engineer](https://www.facebook.com/groups/1177470863076165/permalink/1198228474333737/) 56 | 57 | [Quá trình build resume](https://www.facebook.com/groups/1177470863076165/permalink/1201257950697456/) 58 | 59 | [We are all human](https://www.facebook.com/groups/1177470863076165/permalink/1188814395275145) --------------------------------------------------------------------------------