Yusuf

Navigation

Writing on web development, experience, and other things.

On the web software development side, the articles I have experienced mainly on the back-end side.

Minify HTML in Laravel

If you've ever used a javascript framework with SSR support, you've seen that HTML is compressed when you build. How would you set up this output in Laravel?

Triggering table actions via url in Filament

Filament is a Laravel package that allows you to build beautiful admin panels and TALL stack applications. In this post, we will look at how to trigger table actions via URL in Filament.

Shine Text Effect in CSS and Tailwind CSS

You may have come across a floating shine effect on some websites or applications. With these types of effects, you can give your application a nice feel with a little touch. Let's take a look at examples of how you can apply a floating shine effect to your texts using flat CSS or Tailwind CSS.