I have to upload an array of image files to database, therefore, I stumbled upon Apple's background execution guide to make sure the app still uploads the data
I'm making a custom task to run Perl unit tests with yath. The output of that command contains details about failed tests, which I would like to filter and disp
How can I cache api requests with Typhoeus gem in Rails? I gave up trying to do it by myself after 2 horus trying. I have the following code: hydra
I have a pair of tables i need to join. This query return 1164 records SELECT name FROM tableA WHERE reportDay = '2022-Apr-05' And this one return 3339 record
I want to create a new table if I query a table that ends up being non existent. I thought to do this via catching the exception generated, but I can unable to
i am using laravel-nova for my pages and laravel is the backend for development. public function actions(){ return [new DownloadExcel]; } in my project nova