From 05e4e0c4d3eb1bf027f7491e1d0a92b31d6113a6 Mon Sep 17 00:00:00 2001 From: Shaman <142025829+shamanshetty@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:45:01 +0530 Subject: [PATCH] Rearrange links in Computer Books section --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d84abe4c8..79e5c95b5 100644 --- a/README.md +++ b/README.md @@ -755,13 +755,14 @@ When learning CS, there are some useful sites you must know to get always inform - [Become a Programmer, Motherfucker (list of books)](http://programming-motherfucker.com/become.html) : Exhaustive list of books from Zed A. Shaw. - [Best books for GATE CSE](http://gatecse.in/best-books-for-gatecse/) - [cses.fi/book.html](https://cses.fi/book.html) -- [github.com/vhf/free-programming-books](https://github.com/EbookFoundation/free-programming-books/blob/master/README.md) : More than 500 free ebooks on almost any language you can think of -- [GitBook](https://www.gitbook.com) : GitBook helps your team write, collaborate, and publish content online. - [Data Science course](https://jakevdp.github.io/PythonDataScienceHandbook/) : Python Data Science Handbook -- [Goal Kicker](https://goalkicker.com) : Programming Notes for Professionals books -- [The GraphQL Guide](https://graphql.guide) : The complete guide to GraphQL, the new REST ✨ - [Eloquent JavaScript](https://eloquentjavascript.net/) : A book about JavaScript, programming, and the wonders of the digital. +- [GitBook](https://www.gitbook.com) : GitBook helps your team write, collaborate, and publish content online. +- [github.com/vhf/free-programming-books](https://github.com/EbookFoundation/free-programming-books/blob/master/README.md) : More than 500 free ebooks on almost any language you can think of +- [Goal Kicker](https://goalkicker.com) : Programming Notes for Professionals books - [programmingbooks.dev](https://www.programmingbooks.dev) : An Ordered and Curated Reading List for Software Craftsmanship Growth. +- [The GraphQL Guide](https://graphql.guide) : The complete guide to GraphQL, the new REST ✨ +
↥ Back To Top