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.
- Host: GitHub
- URL: https://github.com/casantosmu/code-notes
- Owner: casantosmu
- Created: 2023-09-27T14:23:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T01:42:54.000Z (12 months ago)
- Last Synced: 2025-03-31T04:13:06.999Z (10 months ago)
- Topics: aws, best-practices, css, devops, docker, dynamodb, golang, html, mognodb, nodejs, patterns, react, resources, sql, testing, tips, typescript
- Language: Makefile
- Homepage: https://code-notes.casantosmu.com
- Size: 74.2 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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! 🚀