Free Programming Books are now on Bookmarks.dev


Codever Logo

(P) Codever is an open source bookmarks and snippets manager for developers & co. See our How To guides to help you get started. Public bookmarks repos on Github ⭐🙏


I am really happy to announce that we’ve reached and surpassed our goal of 1Mb of #DevBookmarks. This was possible by importing the free programming books from the Free-Programming-Books project, which is one of the most starred repository on GitHub.

You can look for all imported free books by typing [free-programming-books] (tag filtering) in the search bar, or by provide it as query parameter: https://www.codever.dev/search?q=Bfree-programming-books%5D. Either way you should get a result similar to the following:

Results when search for free-programming-books tag

Of course you might want to filter more, and not scroll through 2700+ results, so you can either add another search term nodejs, for example:

Results when search for free-programming-books tag plus nodejs term

Or use Filter by language functionality and select Spanish for example:

Results when search for free-programming-books tag in Spanish

Or you can combine both - you get the idea… You can see this in action by watching the following videeo:

Octocat If you wonder how I've done this, weill I have written a simple Java importer, to help me with the import.

Subscribe to our newsletter for more code resources and news

Adrian Matei (aka adixchen)

Adrian Matei (aka adixchen)
Life force expressing itself as a coding capable human being

routerLink with query params in Angular html template

routerLink with query params in Angular html template code snippet Continue reading