What technologies do you use?
I choose technology based on the problem, but I have a core stack I use in most projects because I know it well, it is stable and many developers can maintain it later.
Back end
PHP and Laravel for web systems, APIs, queues and scheduled jobs. Filament for admin panels and Livewire for interactive screens without the overhead of a separate front end.
Databases
MySQL and PostgreSQL, with Redis for caching and queues when the load calls for it.
Front end and apps
Websites and interfaces in different languages and frameworks, such as React, Next.js and Vue, chosen to fit the project, and Flutter for Android and iOS apps.
Infrastructure
Docker, Linux servers and automated deployment, so shipping a new version is routine rather than a risk.
Before PHP I worked with C, C++, C#, Java, Rust, Python and Lua, which helps when a project calls for something outside the usual.