Building Your Own Product Solo: The Looplio Experience
An honest journal from a developer running the API, web, and mobile single-handedly — the real trade-offs of solo product development.
Tag
Building applications with Laravel: Eloquent, queues, authentication and version upgrades. (Page 2/8)
There are 45 posts with this tag.
An honest journal from a developer running the API, web, and mobile single-handedly — the real trade-offs of solo product development.
The end-to-end workflow for delivering a single feature simultaneously across API, web, and mobile layers — lessons from building Looplio.
The practical decisions and lessons learned while consistently serving a single business logic to both React Native and web clients in Looplio.
A look at Laravel 11's leaner skeleton, the defaults that were removed, and the concrete impact on everyday development workflows.
How to set up asynchronous job queues in Laravel using the database driver, and keep workers running reliably in production with Supervisor.
Adding live updates with Laravel Broadcasting: event-driven publishing, Pusher integration, and listening on the client side.