Advertisement Β· 728 Γ— 90

Posts by Nico Devs

Use Claude Code in your bash scripts with claude -p

Use Claude Code in your bash scripts with claude -p

Claude Code tip for you!πŸ’‘

Use claude -p to run Claude Code in non-interactive mode. Perfect for making Claude part of your bash scripts: Git hooks, CI/CD pipelines, etc.

Pre-commit example: if en.json changes, Claude translates what's missing to es.json and stages it.

1 month ago 12 3 0 1
Post image

Clean up your Vue templates with this tip πŸ’‘

If the variable you're passing to a prop matches its name:

:size="size"

... you can use the shorthand!

:size

11 months ago 2 0 0 0
Post image

Hey! Laravel tip for you πŸ’‘

SQLite CLI has a CSV mode to import CSVs directly into a table:

sqlite> .mode csv
sqlite> .import products.csv products

Use Laravel's Process to run this command in a seeder and quickly populate any table!

1 year ago 5 1 0 0
Preview
10 Efficient (and Fun) Ways to Seed Your Database Seeders allow us to quickly fill our database with records to test our application. Let's say that you need a couple of users to test your authentication systemβ€”you could create them manually using yo...

There's not just one way to seed your Laravel apps.

Check out our latest article to learn:

βœ… How to import thousands of records from CSV
βœ… How to use AI to seed realistic data
βœ… How to create interactive seeders

...and more!

tighten.com/insights/10-...

1 year ago 19 7 0 1

My new article is live!

Check it out if you want to make search awesome in your Laravel app πŸ˜‰

1 year ago 0 0 0 0

Hello, BlueSky!

1 year ago 0 0 0 0
Preview
Filament Crash-Course: Create a Customizable Admin Panel in Minutes In most applications, administrators need a way to manage data. Whether it's a blog's articles and comments, a store's products and orders, or a theater's events and tickets, admins need a place to li...

πŸš€ Filament helps you create a customizable admin panel in minutes.

Join @nicodevs.bsky.social to learn how to:

✨ Install Filament in Laravel
⚑ Generate admin panels from Models
πŸ’… Use rich text editors, tag inputs, & uploaders
πŸ” Add filters & actions

tighten.com/insights/fil...

1 year ago 2 1 0 0