The most useful 25 lines of code I ever writtenI like to use the Action pattern in my Laravel projects. It keeps the business logic contained and easily reusable.Feb 19Feb 19
Per folder aliases in DOS command promptHere we go, a simple registry file that allows to setup custom command aliases on a per folder basis in DOS.Feb 19Feb 19
Embrace the Laravel backend (with Livewire)In his presentation at Laracon US 2018, Caleb Porzio described a new approach to using Vue.js that favored Laravel for business logic.Nov 22, 2023Nov 22, 2023
Intercept OpenAI tokens count in LlamaIndex and LangChain applicationsIn the last week, I have been working on a knowledge base solution that uses LlamaIndex and LangChain to implement a Q&A workflow of custom…Jul 23, 2023Jul 23, 2023
ChatGPT in your Laravel apps (the easy way)OpenAI just released its API to programmatically access ChatGPT (text generation), Dall-E (image generation), and Whisper (speech…Mar 2, 2023Mar 2, 2023
Registrate le chiamate con doctorTIMTLDR: se la vostra linea ADSL/Fibra di TIM Business non funziona e vi propongono di usare il servizio a pagamento doctorTIM, prima di farvi…Jan 30, 2023Jan 30, 2023
(Fix) CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected (on Windows)So, you have just bought the latest Nvidia GPU, and you are ready to wheel all that power, but you keep getting the infamous error:Sep 2, 2022Sep 2, 2022
Domain Driven Development with Laravel and LivewireLivewire is a cool tool to build Laravel applications keeping all the interaction logic on the server side. It uses a different paradigm…Mar 21, 2022Mar 21, 2022
URLs manipulation in PHP (the easy way)If you need to change an URL, this is the way!Mar 13, 2022Mar 13, 2022
How to open/edit big files on WindowsSometimes I need to open relatively big text files, something around a couple of gigabytes. Usually, they are SQL dumps I need to edit to…Nov 11, 2021Nov 11, 2021