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

https://github.com/casantosmu/code-notes

A personal collection of insights and practical tips on various programming topics.
https://github.com/casantosmu/code-notes

aws best-practices css devops docker dynamodb golang html mognodb nodejs patterns react resources sql testing tips typescript

Last synced: 9 months ago
JSON representation

A personal collection of insights and practical tips on various programming topics.

Awesome Lists containing this project

README

          

# Code Notes

Welcome to **Code Notes**, a personal collection of insights and practical tips on various programming topics.

👉 **Explore the Docs**: [Code Notes](https://code-notes.casantosmu.com)

## Run Locally

To view the documentation on your local machine:

1. **Start the development server**:

```sh
make dev
```

2. **Build the documentation**:

```sh
make build
```

## Built with MkDocs

This documentation is created using [MkDocs](https://www.mkdocs.org) with the Material theme.

## Contributing

This is a personal project, but suggestions and improvements are welcome. Feel free to submit issues or pull requests.

Happy coding! 🚀