https://github.com/robwillup/mithrandir
Notes and studies on software development, architecture, and engineering.
https://github.com/robwillup/mithrandir
Last synced: about 1 year ago
JSON representation
Notes and studies on software development, architecture, and engineering.
- Host: GitHub
- URL: https://github.com/robwillup/mithrandir
- Owner: robwillup
- License: mit
- Created: 2018-12-27T19:44:56.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T13:14:18.000Z (over 1 year ago)
- Last Synced: 2025-03-05T07:37:00.413Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 89.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Software Engineering & Computer Science Notebook
Computer science, software engineering and other technology study notes.
## Best Practices
Best practices applied to software development in general.
[Best Practices](docs/Best_Practices/README.md)
## Programming Languages and Frameworks
Notes, tips, best practices, conventions for different programming languages.
[.NET](docs/Languages_And_Frameworks/.NET/README.md)
[Go](docs/Languages_And_Frameworks/Go/README.md)
[Rust](docs/Languages_And_Frameworks/Rust/README.md)
[Elixir](docs/Languages_And_Frameworks/Elixir/README.md)
[C](docs/Languages_And_Frameworks/C/README.md)
## Version Control
[VCSs](docs/VCSs/README.md)
## Math
[Math](docs/Math/README.md)