Yusuf

Navigation

Laravel engineer, full-stack developer.

I'm Yusuf, a software engineer based in Istanbul, Turkey. For many years, I have realized and developed web projects for our customers under a company. I enjoy building things that live on the internet, whether that be websites, applications, or anything in between.

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.