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
- Host: GitHub
- URL: https://github.com/yoannfleurydev/links
- Owner: yoannfleurydev
- Created: 2019-05-17T07:56:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T10:17:29.000Z (about 6 years ago)
- Last Synced: 2025-01-26T08:45:52.274Z (4 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/