ScalableCode

How to export large datasets to CSV in Laravel?

Exporting large datasets in Laravel & Laravel Livewire can be challenging, as you need to be mindful of memory limits and processing time.

The Importance of Code Quality for Business Success

Every company relies on software to function effectively, whether a traditional business or a technology company. Code quality becomes increasingly crucial for a company's success as software continues to shape our world.

If you don’t understand why accessibility is so important, please watch!

If you don’t understand (yet) why accessibility is so important, please watch this video of a blind person navigating through a website using a screen reader, it will change the way you write and structure HTML.

Testing Laravel apps with multiple domains

When testing Laravel applications that use multiple domains tests get tricky. Imagine an application with the following structure: * API: api.domain.com * Backend: manage.domain.com * Client domains: client1domain.com,client2domain.com, etc.. Route::domain(config('app.domains.api'))->group(function() { Route::get('/', 'Api\ApiIndexController@index')->

ScalableCode © 2026