https://github.com/wolffshots/development_resources
https://github.com/wolffshots/development_resources
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wolffshots/development_resources
- Owner: wolffshots
- License: gpl-3.0
- Created: 2020-01-28T17:04:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T06:57:01.000Z (9 months ago)
- Last Synced: 2024-10-16T21:32:37.851Z (8 months ago)
- Language: CSS
- Homepage: https://jadonwolffs.github.io/development_resources/
- Size: 3.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Development Resources
### *A bunch of resources I found helpful in either learning new development skills or actual reference during development*
## General skills
- [Markdown](./markdown)
- [Git](./git)### [Stack Overflow](https://stackoverflow.com/)
Stack Overflow is a great forum style Q&A site which is a great place to call on others knowledge to solve a problem. It is always good practice to try search for an issue and someone else's solution to it rather than asking a new question or giving up.## Web apps
- [NodeJS](./node)
- [ReactJS](./react) - one of the main big frameworks for web dev
- [Preact](./preact) - compact react alternative
- [Django](./django)
- [TypeScript](./typescript)
- [CSS](./css)### Utilities
[XML sitemap](https://www.xml-sitemaps.com/) - a utility which scans for dead links and creates a map of a site
[Color scheme](https://www.rapidtables.com/web/color/color-scheme.html)## Local apps
### C++- [Rust](./rust)
- [Python](./python)
- [Java](./java)
## Servers
### LinuxJust choose a distro and learn it
## Deploying various apps
- [Heroku](./deployement/heroku)
- [Firebase](./deployement/firebase)