Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryancheley/resources
A spot for various resources I find useful
https://github.com/ryancheley/resources
Last synced: 28 days ago
JSON representation
A spot for various resources I find useful
- Host: GitHub
- URL: https://github.com/ryancheley/resources
- Owner: ryancheley
- Created: 2021-01-02T19:59:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-25T13:11:23.000Z (over 3 years ago)
- Last Synced: 2024-12-08T08:43:28.958Z (about 1 month ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resources
A spot for various resources I find useful## Illustrations, and Images
* [DrawKit.io](https://www.drawkit.io)
* [Heroicons](https://heroicons.com)## Technical Resources
### Accessability
* [What Does My Site Cost](https://whatdoesmysitecost.com)
### AWS
* [AWS VPC Core Concepts in an Analogy and Guide](https://start.jcolemorrison.com/aws-vpc-core-concepts-analogy-guide/)
### CSS
* [CSS ProTtips](http://github.com/AllThingsSmitty/css-protips)
### Django, htmx, and Tailwind
* [Rapid Prototyping with Django, htmx, and Tailwind CSS](https://testdriven.io/blog/django-htmx-tailwind/)
A short tutorial on how to combine all three tools to develop a quick prototype of something
* [django-htmx-todo-list](https://github.com/OmenApps/django-htmx-todo-list)
A django example app for a To Do list using htmx
* [OctoEnergy Conventions for Python and Django](https://github.com/octoenergy/conventions/blob/master/python.md)
Conventions from OctoEnery where [PyDanny](https://twitter.com/pydanny) works
* [Classy Class-Based Views](https://ccbv.co.uk)
Detailed descriptions, with full methods and attributes, for each of Django's class-based generic views.
* [Classy Django Forms](https://cdf.9vo.lt)
Detailed descriptions, with full methods, properties and attributes, for each form class ... it's ccbv but for forms!
* [Database access optimization](https://docs.djangoproject.com/en/3.2/topics/db/optimization/)
Database optimizations with the Django ORM. Reminder ... the [Django Docs](https://docs.djangoproject.com/en/) are **really** good
### Github Actions CLI
* [Work with GitHub Actions in your terminal with GitHub CLI](https://github.blog/2021-04-15-work-with-github-actions-in-your-terminal-with-github-cli/?utm_campaign=Django%2BNewsletter&utm_medium=web&utm_source=Django_Newsletter_72)
### Nginx
* [nginxx-playground](https://nginx-playground.wizardzines.com)
### Philosophy
* [Choose Boring Technology](http://boringtechnology.club)
### Regular Expressions
* [Amit Chaudhary](https://amitness.com/regex/)
### Testing
* [Testing Python Applications with Pytest](https://stribny.name/blog/pytest/)