Skip to content

Commit

Permalink
new books
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle authored Nov 5, 2023
1 parent 7144609 commit e3886b1
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions ui/public/resource/book.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
{
"name": "Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People",
"category": "Algorithms",
"subCategory": "https://www.amazon.com/Grokking-Algorithms-illustrated-programmers-curious/dp/1617292230/",
"subCategory": "Programming",
"url": "https://www.amazon.com/Solve-Computer-Prentice-Hall-International-Science/dp/0134340019",
"socials": [
{
Expand All @@ -108,7 +108,7 @@
{
"name": "40 Algorithms Every Programmer Should Know: Hone your problem-solving skills by learning different algorithms and their implementation in Python",
"category": "Algorithms",
"subCategory": "https://www.amazon.com/Grokking-Algorithms-illustrated-programmers-curious/dp/1617292230/",
"subCategory": "Programming",
"url": "https://www.amazon.com/Algorithms-Every-Programmer-Should-Know-ebook/dp/B085P1GT72",
"socials": [
{
Expand All @@ -120,13 +120,37 @@
{
"name": "The Art of Computer Programming (Volume 1 - 7)",
"category": "Algorithms",
"subCategory": "https://www.amazon.com/Grokking-Algorithms-illustrated-programmers-curious/dp/1617292230/",
"subCategory": "Programming",
"url": "https://www.amazon.com/Algorithms-Every-Programmer-Should-Know-ebook/dp/B085P1GT72",
"socials": [
{
"url": "",
"name": ""
}
]
},
{
"name": "Dive Into Design Patterns",
"category": "Design Patterns",
"subCategory": "Programming",
"url": "https://refactoring.guru/design-patterns/book",
"socials": [
{
"url": "",
"name": ""
}
]
},
{
"name": "Dive Into Refactoring",
"category": "Code Quality",
"subCategory": "Programming",
"url": "https://refactoring.guru/refactoring/course",
"socials": [
{
"url": "",
"name": ""
}
]
}
]

0 comments on commit e3886b1

Please sign in to comment.