Awesome Cursor Rules Collection
Filter by:
Showing 1177-1188 of 2626 matches
Python
when doing MREs or scripts, use inline script dependencies, like so `uv run some/file.py` where
```python
# /// script
# dependencies = ["prefect-aws>=0.1.0"]
# ///
from prefect_aws import AwsCredentials, AwsS3Bucket
bucket = AwsS3Bucket(
bucket_name="n80n8flowstorage",
credentials=AwsCredentials(),
).save("s3-bucket", overwrite=True)
```
aws
dockerfile
python
First seen in:
Used in 1 repository
TypeScript
Dashboard for a spotify like project. Using nextjs, typescript, tailwindcss and shadcn. the goal is to create the most professional dashboard, with a perfect code quality and design.css
golang
javascript
next.js
plpgsql
shadcn/ui
tailwindcss
typescript
First seen in:
Used in 1 repository