https://github.com/adalbertobrant/study-list
List of libraries, frameworks, technologies and articles for studying many technologies.
https://github.com/adalbertobrant/study-list
Last synced: 4 months ago
JSON representation
List of libraries, frameworks, technologies and articles for studying many technologies.
- Host: GitHub
- URL: https://github.com/adalbertobrant/study-list
- Owner: adalbertobrant
- License: mit
- Created: 2023-02-09T17:08:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T17:57:47.000Z (over 3 years ago)
- Last Synced: 2025-11-12T04:32:31.375Z (7 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# study-list
List of libraries, frameworks, technologies and articles for studying many technologies.
## [Assembly](https://en.wikipedia.org/wiki/Assembly_language)
### Architectures
* [AMD® Developer Guides, Manuals & ISA Documents](https://developer.amd.com/resources/developer-guides-manuals/)
* [ARM® A-profile A32/T32 Instruction Set Architecture](https://developer.arm.com/documentation/ddi0597/2022-12/?lang=en)
* [ARM® A-profile A64 Instruction Set Architecture](https://developer.arm.com/documentation/ddi0602/2022-12/?lang=en)
* [Intel® 64 and IA-32 Architectures Software Developer Manuals](https://www.intel.com/content/www/us/en/developer/articles/technical/intel-sdm.html)
* [MIPS® MIPS32 Architecture](https://www.mips.com/products/architectures/mips32-2/)
* [MIPS® MIPS64 Architecture](https://www.mips.com/products/architectures/mips64/)
### Tools
* [GNU® Binutils Assembler](https://sourceware.org/binutils/docs/as/index.html)
* [Microsoft® Macro Assembler](https://learn.microsoft.com/en-us/cpp/assembler/masm/microsoft-macro-assembler-reference?view=msvc-170)
* [Netwide® Assembler](https://nasm.us/docs.php)
## [C - ISO/IEC 9899](https://en.wikipedia.org/wiki/C_%28programming_language%29)
### Learning
* [GNU® C Reference Manual](https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html)
* [ISO/IEC 9899:2018](https://www.iso.org/standard/74528.html)
* [Microsoft® C Language Reference](https://learn.microsoft.com/en-us/cpp/c-language/c-language-reference?view=msvc-170)
### Tools
* [GNU® Compiler Collection](https://gcc.gnu.org/onlinedocs/)
## [C++ - ISO/IEC 14882](https://en.wikipedia.org/wiki/C%2B%2B)
### Learning
* [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)
* [C++Now Conference](https://www.youtube.com/@BoostCon)
* [CppCon Conference](https://www.youtube.com/@CppCon)
* [GNU® C++ Library Manual](https://gcc.gnu.org/onlinedocs/libstdc++/manual/index.html)
* [ISO/IEC 14882:2020](https://www.iso.org/standard/79358.html)
### Libraries/Frameworks
* [Electronic Arts® implementation of STL](https://github.com/electronicarts/EASTL)
* [LLVM Source Code](https://github.com/llvm/llvm-project)
* [Microsoft® implementation of STL](https://github.com/microsoft/STL)
### Tools
* [C++ Build Benchmarks](https://build-bench.com/)
* [C++ Insights](https://cppinsights.io/)
* [Compiler Explorer](https://godbolt.org/)
* [Quick C++ Benchmarks](https://quick-bench.com/)
## [Java](https://en.wikipedia.org/wiki/Java_%28programming_language%29)
* [Dev.java](https://dev.java/)
* [Devoxx Conference](https://www.youtube.com/@DevoxxForever)
## [Elixir](https://en.wikipedia.org/wiki/Elixir_%28programming_language%29
* [Interview with José Valim - 02-09-2023](https://www.youtube.com/watch?v=LknqlTouTKg)