... | ... | @@ -21,10 +21,6 @@ Most of my free time is spent writing Python 3 *and Rust* code, tweaking my Vim |
|
|
configuration, or learning a new (programming) language. My current language of
|
|
|
interest is Rust (at the time of writing).
|
|
|
|
|
|
Sometimes I find time to play a videogame or two (usually Minecraft). Sometimes
|
|
|
I tell jokes. These jokes are not guaranteed to be humorous--unlike my Morris
|
|
|
stories.
|
|
|
|
|
|
|
|
|
# Referenced Courses & Materials
|
|
|
|
... | ... | @@ -47,10 +43,9 @@ reference a few other concepts... |
|
|
- *S.O.L.I.D*
|
|
|
- Iterators - *(CS 330)*
|
|
|
- Modern Language Constructs
|
|
|
|
|
|
- **Tools of the Trade**
|
|
|
- **Vim (the only editor anyone ever needs)**
|
|
|
- [Git for Version Control](versionControl)
|
|
|
- Readme.md & User Guides *(CS 411W Lab 4 User Manual)*
|
|
|
- Configuration Management
|
|
|
- External Libaries
|
|
|
- Cross-compilation
|
... | ... | @@ -61,14 +56,20 @@ reference a few other concepts... |
|
|
- [Azure Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/)
|
|
|
- [AWS CodePipeline](https://aws.amazon.com/codepipeline/)
|
|
|
- Documentation
|
|
|
- Javadoc
|
|
|
- Pydoc
|
|
|
- Doxygen
|
|
|
- Rustdoc
|
|
|
- Code Style
|
|
|
- Static Code Analysis
|
|
|
- Code Linters
|
|
|
- Style Checkers
|
|
|
- **Tests & Development**
|
|
|
|
|
|
- **Testing & Development**
|
|
|
- Test Driven Development
|
|
|
- Unit Testing
|
|
|
- Hamcrest Matchers
|
|
|
- [Unit Testing & Integration Testing](https://doc.rust-lang.org/book/ch11-03-test-organization.html)
|
|
|
- [Hamcrest Matchers](http://hamcrest.org/)
|
|
|
|
|
|
|
|
|
---
|
|
|
|
... | ... | |