AGENGA:
- Một vài lưu ý chung
- Ôn tập kiến thức JS/ReactJS
- Cày thuật toán, giải thuật
- Tìm hiểu về công ty mà mình xin ứng tuyển
#!/bin/python3 | |
import httpx | |
import trio | |
from ghunt.helpers.gmail import is_email_registered | |
def gen_email(): | |
email_list = [] | |
for dd in range(1, 32): |
. | |
├── app | |
│ ├── module.ts | |
│ ├── page.css | |
│ ├── page.html | |
│ ├── page.spec.ts | |
│ ├── page.ts | |
│ ├── routing.ts | |
│ ├── core | |
│ │ ├── about |