DEV Community

Cover image for 10k+ curated dev bookmarks collection
Adrian Matei
Adrian Matei

Posted on

10k+ curated dev bookmarks collection

We have recently reached a second major milestone on www.bookmarks.dev. There are now more than 10k curated public dev bookmarks available. To be more precise there are exactly 11869 public dev bookmarks at the time of this writing. You can find there programming resources for languages like java, javascript, go, python to query languages sql, graphql, to free-programming-books but also "exotic" stuff like genetic-algorithms and astronomy.

All of these dev resources are personally curated or by the users who submitted them - thank you very much for your contributions.
The rest are imported from the Awesome
collections.

Most used tags

On www.bookmarks.dev tagging plays a major role. Below you can find listed the most used tags at the moment:

[Free-Programing-Books] - 2726 public bookmarks

Collection of free programming books

You can freely combine the search elements to find free programming books related to a specific topic like

[Go] - 1803 public bookmarks

Go is an open source programming language. It is statically-typed, with a syntax loosely derived from C, adding automatic memory management,
type safety, some dynamic typing capabilities, additional built-in types such as variable-length arrays and key-value maps, and a large standard library.

[Ruby] - 978 public bookmarks

Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.

[Java] - 949 public bookmarks

Java is a high-level, platform-independent, object-oriented, functional programming language and runtime environment.

[Javascript] - 927 public bookmarks

JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions.
While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat.
JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles. Read more about JavaScript.

[Python] - 894 public bookmarks

Python is a multi-paradigm, dynamically typed, multipurpose programming language, designed to be quick (to learn, to use, and to understand), and to enforce a clean and uniform syntax.

[NodeJs] - 755 public bookmarks

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

[Kubernetes] - 651 public bookmarks

Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications.

[Rust] - 611 public bookmarks

Rust is a language designed for writing highly reliable and fast software in a simple way. It can be used from high-level code down to hardware-specific code, and from big irons to tiny devices

[ReactJS] - 491 public bookmarks

React (also known as React.js or ReactJS) is a JavaScript library for building user interfaces. It uses a declarative paradigm and aims to be both efficient and flexible.

[Awesome List] - 485 public bookmarks

😎 Awesome lists about all kinds of interesting topics

As you might have realised by now these public bookmarks are published on Github at https://github.com/CodepediaOrg/bookmarks

Next goal - 100k public dev bookmarks

The next target is to reach 100k public dev bookmarks in a year from now. I know it is an ambitious goal, for which I dependent on your contributions. Otherwise I would have to spend my next 27.39 years adding public bookmarks at a rate of around 10 curated articles / videos per day... So thank you in advance.

This post was originally posted at Discover a collection of more than 10k curated dev bookmarks

Top comments (0)