Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

1w ago

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

1mo ago

Customizing Filament For User-Facing Apps : Ep 3, Make It Yours with Branding and Themes

The addition of an abstract 'BasePanelProvider' is of great value in code maintainability! Thanks for sharing that great tip!

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

2mos ago

Customizing Filament For User-Facing Apps : Ep 14, Customize the Login Page with Render Hooks

Hi Shruti,

Thank you for the amazing dose of knowledge on Filament. As a beginner and an enthusiast, I really appreciate it. The information in the course was amazing and very helpful to learn about the extensive flexibility that Filament has to offer.

I wanted to know if you have the source code of the course in a Github repository. That would be very helpful to me and I am sure to many others who would like to take the knowledge that you imparted and build more customizations and in the process learn more about Filament.

Please let me know if there is a way I can download source code from the course.

Thanks in advance.

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

2mos ago

Customizing Filament For User-Facing Apps : Ep 11, Refine the Sidebar Navigation

With regards to ordering the navigation items: I'm developing software for almost 40 years, and I learned one important thing when you want to order anything:

Never order with increments of 1... like 1, 2, 3 etc.

Take steps of at least 10, so 10, 20, 30 etc.

Because there always is a customer who thinks a new item should be added between 1 and 2... So you'll have to change the index of each item.

When you order in higher increments, you can work with 'values' in between.

So the 'item in between' would become 15... if the base index would have increments of 10, 150 when increments of 100 etc.

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

2mos ago

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

2mos ago

The TALL Developer : Ep 16, Wrapping Up

@wemersonrv Thank you so much for the detailed comment! Really happy to know that the course was helpful :)

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

2mos ago

The TALL Developer : Ep 16, Wrapping Up

Amazing course. You are so calm, clearn and easy to understand, even for a non english native student like me listeing to another non english person. The accents on the two sides can be tricky, but it was so smooth, amazing!

Already used Livewire some years ago in version 2, and this course was amazing to remember some stuffs and start to known v3 and prepare for v4.

Thank you so much!

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

4mos ago

Everything New in Livewire 4: Ep 8, Loading States with data-loading

Caleb, is there a way to add a delay while using data-loading similar to wire:loading.delay?

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

4mos ago

The TALL Developer : Ep 16, Wrapping Up

@Sadama That's amazing! Good luck with whatever you plan to build with TALL stack next

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

4mos ago

The TALL Developer : Ep 16, Wrapping Up

Awesome tutorial, easy to follow allong! Made some additional changes allong the way (for example, added a closing date component, etc). This helped me to explore further, and not just type along.

Well done!

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

4mos ago

The TALL Developer : Ep 16, Wrapping Up

@carcoresc I'm happy to hear that :) Good luck!

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

4mos ago

The TALL Developer : Ep 16, Wrapping Up

This was a really awesome introduction to TALL I'm super excited to start using Laravel in the new year, thanks Shruti!

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

4mos ago

The TALL Developer : Ep 16, Wrapping Up

It's so good to know that @lelobo! Thank you

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

4mos ago

The TALL Developer : Ep 16, Wrapping Up

I didn't know what TALL meant, your tutorial is amazing!

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

4mos ago

The TALL Developer : Ep 3, Using Tailwind CSS to Style the App

love the series!! simple way of explaining

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

4mos ago

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

4mos ago

The TALL Developer : Ep 11, Build the App With Blade and Controllers

awesome that you are showing the Laravel way before showing the Livewire way!!

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

5mos ago

The TALL Developer : Ep 16, Wrapping Up

@sean2025 I'm so glad this series was helpful to you. Thanks for leaving this review!

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

5mos ago

The TALL Developer : Ep 16, Wrapping Up

This is a perfect introduction to the TALL stack for me.

I'm planning on having a basic prototype of my first Laravel/Livewire application running in the coming weeks. While I will go back and do some of the more in-depth series later, this series is ideal for getting up and running quickly with the different parts of the stack.

Thanks for putting together a great series!

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

5mos ago

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

5mos ago

The TALL Developer : Ep 16, Wrapping Up

Great serie on TALL stack!

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

5mos ago

The TALL Developer : Ep 16, Wrapping Up

Thank you for this series! I've never used livewire at all before this but i will use it in future projects now!

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

5mos ago

The TALL Developer : Ep 6, Make Our App Interactive Using Alpine

@daxter Hi, yes. Using one button and showing it in the same position is actually the best in terms of UX. This demo is just simpler to understand.

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

5mos ago

The TALL Developer : Ep 1, Become a TALL Developer

Currently developing a student project showcase app with the VILT stack, but let me try out Alpine and Livewire with you ^^