Laravel Tip 💡

Repeating the same audit fields across migrations? Define them once with a custom Blueprint macro, then reuse them with $table->auditFields().

One place to maintain common migration fields, instead of repeating them everywhere.
image

GitHub Actions Tip 💡

Need to trigger a workflow in another repository?

We use repository_dispatch to automatically update mrpunyapal.dev/tips whenever the tips repo changes.

One repo can trigger another repo's workflow with a custom event. 👀
image

My site was flickering a lot, and I thought it was just normal with Vite or the setup I have, but then one of my friends pointed out that it wasn't normal and explained why it was flickering. I took it seriously, found some issues, and here is how I solved them.
mrpunyapal.dev/tips/css-prevent-navigation-layout-shift-flicker