Skip to content

Commit

Permalink
Cập nhật thêm một số bài viết mới
Browse files Browse the repository at this point in the history
  • Loading branch information
duy103zxc committed Jan 7, 2025
1 parent d3b6b2b commit de52d2c
Show file tree
Hide file tree
Showing 6 changed files with 257 additions and 10 deletions.
27 changes: 27 additions & 0 deletions docs/code-diary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Nhật ký code
Nhật ký code hay code diary là chỉ việc mình sưu tầm các code snippets vào để sử dụng lại.

Mình lấy ý tưởng từ [bài viết này](https://www.semicolonandsons.com/code_diary)

- [Video hướng dẫn](https://www.youtube.com/watch?v=kshXDo8psj8)
- [Code Diary: How and Why to Keep One](https://www.youtube.com/watch?v=tarmCEHfGa0)

### Một số trang sưu tầm

- https://quicksnip.dev/
- https://rust-lang-nursery.github.io/rust-cookbook/
- https://css-tricks.com/snippets/
- https://snipplr.com/
- https://masscode.io/snippets/
- https://www.creative-tim.com/bits/
- https://gravitywiz.com/snippet-library/
- https://www.w3schools.com/jsref/default.asp
- https://codepen.io/

### Bạn có thể đọc thêm

Đọc hai bài khác:

- https://www.semicolonandsons.com/articles/janki-method
- https://www.semicolonandsons.com/articles/janki-method-refined
- https://www.semicolonandsons.com/series/learn-system-design-for-web
3 changes: 3 additions & 0 deletions docs/database.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Cơ sở dữ liệu

Chưa có gì
2 changes: 1 addition & 1 deletion docs/fullstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ Thêm thắt chỉnh sửa đôi chút cho dự án tốt nghiệp
### Sau khi hoàn thành
Sau khi bạn hoàn thành xong 26 tuần này, sẽ còn rất nhiều thứ nữa bạn (cần) nên học để có thể cải thiện hơn nữa sản phẩm của bạn. Dưới đây là một số gợi ý (Chưa được cập nhật hết):

- Học hết chương trình [Khoa học máy tính](khoa-hoc-may-tinh.md)
- Học hết chương trình [Khoa học máy tính](khmt.md)
- Học Quy trình phát triển phần mềm - Khi đi làm thì sẽ thường dùng Agile/Scrum. Xem [Scrum cơ bản - Quy trình phát triển phần mềm](https://www.youtube.com/watch?v=KmOKQS9u-90)


Expand Down
17 changes: 12 additions & 5 deletions docs/khmt.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
hide:
- navigation
---

# Hướng dẫn bắt đầu học KHMT
Đây là các giáo trình tự học mà bạn có thể đọc, bài viết dưới đây sẽ là hướng dẫn của cá nhân mình cách bắt đầu tự học Khoa học máy tính dựa trên TeachYourselfCS. TeachYourselfCS ngắn hơn so với OSSU với đọc nhiều hơn nên đây sẽ là giáo trình mình lựa chọn (Tùy thuộc vào cách học của bạn mà có thể OSSU sẽ tốt hơn hoặc bạn muốn học hơn).

Expand Down Expand Up @@ -68,6 +63,18 @@ Cho những người muốn xem video bài giảng, thì đây là bài giảng
2. Chuyển qua học đại số tuyến tính (Linear Algebra): [Essence of linear algebra](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab).
3. For a more advanced treatment, we suggest *[Mathematics for Computer Science](https://courses.csail.mit.edu/6.042/spring18/mcs.pdf)*, the book-length lecture notes for the MIT course of the same name. That course's video lectures are also [freely available](https://ocw.mit.edu/courses/6-042j-mathematics-for-computer-science-fall-2010/video_galleries/video-lectures/), and are our recommended video lectures for discrete math.

Một số nội dung khác:

- [Essence of calculus](https://www.youtube.com/playlist?list=PLZHQObOWTQDMsr9K-rj53DwVRMYO3t5Yr)
- [MIT 18.01 Single Variable Calculus, Fall 2007](https://www.youtube.com/playlist?list=PLE2215608E2574180)
- [wmboyles/Math-Summaries](https://github.com/wmboyles/Math-summaries) - Medium length summaries of math subjects like multivariable calculus. Longer than a formula sheet, shorter than a textbook (Bao gồm: Single Variable Calculus, Differential Equations, Multivariable Calculus)

> Well, "calculus 1" and "calculus 3" may refer to particular courses at your school, but they're going to be meaningless to most people. Not every place organizes classes the same way your school does! I can't know how your particular college organizes its classes.
>
> That said, I'm going to interpret the question here as, "What's the difference betwen single-variable calculus and multivariable calculus?" or "What's so 'multivariable' about multivariable calculus? It sure seems like this 'single-variable calculus' I've learned often has more than one variable in it!"
>
> The answer is that single-variable calculus (mostly) studies functions of one real variable, while multivariable calculus studies functions of multiple real variables. So in single-variable calculus you might, say, integrate the function f(x)=x2 from x=0 to x=1, but in multivariable calculus you might integrate the function f(x,y)=xy from x=0 to x=1 and y=0 to y=1.
### 5. Hệ điều hành
Theo gợi ý từ TYCS:

Expand Down
Loading

0 comments on commit de52d2c

Please sign in to comment.