refactor(blog): move content gen code to its own package
This commit is contained in:
parent
c9c8cd35c1
commit
5ab6b93fa3
66 changed files with 460 additions and 380 deletions
61
packages/blog-content/markdown/unsearchable/goals.md
Normal file
61
packages/blog-content/markdown/unsearchable/goals.md
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
title: Goals
|
||||
---
|
||||
|
||||
## Programming
|
||||
|
||||
- Get a total of X stars on github (not counting mine)
|
||||
- [x] 10
|
||||
- [ ] 50
|
||||
- [ ] 100
|
||||
- [ ] 500
|
||||
- [ ] 1,000
|
||||
- Make X github contributions in a year (jan 1 ~ dec 31)
|
||||
- [x] 1000 ([2021](https://github.com/developomp?tab=overview&from=2021-12-01&to=2021-12-31))
|
||||
- [x] 2000 ([2022](https://github.com/developomp?tab=overview&from=2022-12-01&to=2022-12-31))
|
||||
- [ ] 3000
|
||||
- Algorithm problem solving ([solved.ac](https://solved.ac))
|
||||
- solve all X problems
|
||||
- [x] [Bronze V](https://solved.ac/problems/level/1)
|
||||
- [ ] [브론즈 IV](https://solved.ac/problems/level/2)
|
||||
- Reach X tier
|
||||
- [x] Bronze
|
||||
- [x] Silver
|
||||
- [x] Gold (Currently Gold IV)
|
||||
- [ ] Platinum
|
||||
- [ ] Diamond
|
||||
- ~~Ruby~~
|
||||
- Reach X digit global ranking
|
||||
- [ ] 4
|
||||
- [ ] 3
|
||||
|
||||
## Lean how to
|
||||
|
||||
- Type at least X letters per minute (rules: count the number of correct keystrokes made in one minute. Use [10fastfingers.com](https://10fastfingers.com/typing-test) for testing. The typing speed must be consistent and could be replicated on-demand.)
|
||||
- Korean
|
||||
- [x] 100
|
||||
- [x] 150
|
||||
- [x] 200
|
||||
- [ ] 250
|
||||
- [ ] 300
|
||||
- English
|
||||
- [x] 100
|
||||
- [x] 150
|
||||
- [x] 200
|
||||
- [x] 250
|
||||
- [ ] 300
|
||||
- [x] Type without looking at the keyboard
|
||||
|
||||
## Etc
|
||||
|
||||
- [ ] Make a high quality video that I'm proud of with at least 1M views on YouTube
|
||||
- [ ] Get a job
|
||||
- [ ] Get a job at FAANG (or some future equivalent of it)
|
||||
- [ ] Buy a house
|
||||
- [ ] Witness the technological singularity
|
||||
- [ ] Go to the moon
|
||||
- Celebrate my Xth birthday
|
||||
- [x] 15
|
||||
- [x] 20
|
||||
- [ ] 25
|
||||
- [ ] 30
|
Loading…
Add table
Add a link
Reference in a new issue