Nico Devs's Avatar

Nico Devs

@nicodevs.bsky.social

Senior Software Engineer | Vue + Nuxt + Laravel + Tailwind | D&D player in spare time | http://nicodevs.com

13 Followers  |  72 Following  |  4 Posts  |  Joined: 08.01.2025  |  1.4806

Latest posts by nicodevs.bsky.social on Bluesky

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

05.05.2025 14:08 β€” πŸ‘ 1    πŸ” 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!

14.03.2025 18:38 β€” πŸ‘ 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-...

13.03.2025 15:48 β€” πŸ‘ 20    πŸ” 7    πŸ’¬ 0    πŸ“Œ 1

My new article is live!

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

13.02.2025 13:28 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Hello, BlueSky!

08.01.2025 17:32 β€” πŸ‘ 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...

08.01.2025 17:30 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

@nicodevs is following 18 prominent accounts