https://github.com/morgankryze/learningmaterial
Learning material that I redacted to help people do new stuff. Feel free to use it and share it.
https://github.com/morgankryze/learningmaterial
docs learning resources
Last synced: 7 months ago
JSON representation
Learning material that I redacted to help people do new stuff. Feel free to use it and share it.
- Host: GitHub
- URL: https://github.com/morgankryze/learningmaterial
- Owner: MorganKryze
- License: mit
- Created: 2024-04-30T21:22:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T10:42:21.000Z (over 1 year ago)
- Last Synced: 2025-01-16T15:34:19.171Z (9 months ago)
- Topics: docs, learning, resources
- Homepage:
- Size: 520 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning Materials
> This repository contains all the learning materials that I redacted to help people do new stuff. Feel free to use it and share it.
## Table of Contents
- [PostrgeSQL using docker](docs/postgres-docker.md): setup a PostgreSQL database using Docker.
- [C# on Visual Studio Code](docs/csharp-on-vscode.md): setup your development environment for C# using Visual Studio Code.
- [C# docs](docs/csharp-docs.md): create and host your documentation for your C# projects using DocFX.
- [C# to PostgreSQL](docs/csharp-to-postgres.md): connect your C# application to a PostgreSQL database.## Contributing
If you want to contribute to this repository, feel free to open an issue or a pull request.
## License
This repository is under the [MIT License](LICENSE).