Skip to content

Commit

Permalink
docs: 러스트 프로그래밍 책 링크 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
saseungmin committed May 17, 2024
1 parent ff78871 commit 5f05bba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
|[**실용주의 프로그래머**](https://saseungmin.github.io/summary_of_technical_books/docs/etc/pragmatic-programmer/table-of-contents)|[**인스파이어드**](https://saseungmin.github.io/summary_of_technical_books/docs/etc/inspired/table-of-contents)|[**테스트 주도 개발**](https://saseungmin.github.io/summary_of_technical_books/docs/test/test-driven-development/table-of-contents)|
|<a href="https://saseungmin.github.io/summary_of_technical_books/docs/etc/pragmatic-programmer/table-of-contents"><img src="images/pragmatic-programmer.jpeg" width="400px" height="300px"/></a>|<a href="https://saseungmin.github.io/summary_of_technical_books/docs/etc/inspired/table-of-contents"><img src="images/inspired.jpeg" width="400px" height="300px"/></a>|<a href="https://saseungmin.github.io/summary_of_technical_books/docs/test/test-driven-development/table-of-contents"><img src="images/tdd.jpeg" width="400px" height="300px"/></a>|
|[**단위 테스트**](https://saseungmin.github.io/summary_of_technical_books/docs/test/unit-test/table-of-contents)|[**이펙티브 타입스크립트**](https://saseungmin.github.io/summary_of_technical_books/docs/typescript/effective-typescript/table-of-contents)|**러스트 프로그래밍**|
|<a href="https://saseungmin.github.io/summary_of_technical_books/docs/test/unit-test/table-of-contents"><img src="images/unit-test.jpeg" width="400px" height="300px"/></a>|<a href="https://saseungmin.github.io/summary_of_technical_books/docs/typescript/effective-typescript/table-of-contents"><img src="images/effective-typescript.jpeg" width="400px" height="300px"/></a>|<a href="#"><img src="images/rust-programing.jpeg" width="400px" height="300px"/></a>|
|<a href="https://saseungmin.github.io/summary_of_technical_books/docs/test/unit-test/table-of-contents"><img src="images/unit-test.jpeg" width="400px" height="300px"/></a>|<a href="https://saseungmin.github.io/summary_of_technical_books/docs/typescript/effective-typescript/table-of-contents"><img src="images/effective-typescript.jpeg" width="400px" height="300px"/></a>|<a href="https://github.com/saseungmin/learning_rust"><img src="images/rust-programming.jpeg" width="400px" height="300px"/></a>|

## 🎯 읽을 책 목록
- You Don’t Know JS this와 객체 프로토타입, 비동기와 성능
Expand Down
File renamed without changes
5 changes: 5 additions & 0 deletions src/data/books.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ const books: Book[][] = [
bookName: '이펙티브 타입스크립트',
imgName: 'effective-typescript.jpeg',
},
{
link: 'https://github.com/saseungmin/learning_rust',
bookName: '러스트 프로그래밍',
imgName: 'rust-programming.jpeg',
},
],
];

Expand Down
Binary file added static/img/books/rust-programming.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f05bba

Please sign in to comment.