An open API service indexing awesome lists of open source software.

https://github.com/yoannfleurydev/links

Repository to store cool links, to avoid multiple bookmarks
https://github.com/yoannfleurydev/links

Last synced: 2 months ago
JSON representation

Repository to store cool links, to avoid multiple bookmarks

Awesome Lists containing this project

README

        

# Links

Repository to store cool links, to avoid multiple bookmarks

## Computer Science

### Languages

#### Rust 🦀

* [Rust Book] - The Rust Programming Language Book
* [Rustlings] - Small exercises to get you used to reading and writing Rust code!

### Softwares

* [Keycloak] - Open Source Identity and Access Management
* [Awesome-Keycloak] - A curated list of resources for learning about [Keycloak]

### Methodology

* [Source Making] - Design Patterns & Refactoring

[Awesome-Keycloak]: https://github.com/thomasdarimont/awesome-keycloak
[Keycloak]: https://www.keycloak.org/
[Rust Book]: https://doc.rust-lang.org/book/
[Rustlings]: https://github.com/rust-lang/rustlings
[Source Making]: https://sourcemaking.com/