General
PromptBeginner5 minmarkdown
| Screen | `*Screen`
`export function *Screen` | rn-screen |
0
Explore
114,111 skills indexed with the new KISS metadata standard.
`export function *Screen` | rn-screen |
`app/`
`static/` (if web)
`ios/` directories
scripts)
`pytest`
`app/`
`migrations/`
CI
Django migrations
`conftest.py` | pytest-fixture |
`def test_*():`
SQLAlchemy
`typer.Typer` | cli-command |
`class *Service` | service-layer |
`Column(`
`op.create_table` | alembic-migration |
`class *Repository` | data-repository |
`Blueprint` | flask-route |
`Field(`
`ModelSerializer` | drf-serializer |
`APIView`
`class Meta:` | django-model |
`def get_*():` | fastapi-dependency |