An open API service indexing awesome lists of open source software.

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.

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).