Replace Vercel with Docker + VPS.
Replace Netlify with Docker + VPS.
Replace PlanetScale with PostgreSQL on a VPS.
Replace Neon with PostgreSQL on a VPS.
Replace Upstash with Redis on a VPS.
Replace Meilisearch Cloud with Meilisearch on a VPS.
Replace Algolia with Meilisearch on a VPS.
Replace Supabase with Postgres + Auth + Storage on a VPS.
Replace Railway with Docker + VPS.
Replace Render with Docker + VPS.
Replace https://t.co/bDggwAeMTJ with Docker + VPS.
All you really need:
• Docker
• A cheap VPS
• PostgreSQL
• Redis
• SMTP
@TosinOlugbenga I’m full-stack engineer with experience building scalable financial platforms, APIs, and SaaS products using React/Node.js, FastAPI, and cloud infrastructure. This aligns with my background and I’d love to learn more about the product and explore a potential co-founder fit.
PHP tip.
If you want to validate if the string is a valid clickable URL, you can use `filter_var()` method with `FILTER_VALIDATE_URL` parameter.
One simplified example is adding the "https://" prefix if the user forgot it.
When our APIs need to return a big JSON and pagination is not an option, we can stream the JSON while it gets generated 🏄
This technique alleviates the server load and lets the client handle the stream instead of the whole response 🍃
Milestone: useful Laravel packages list on Laravel Daily reached 200 packages!
With pretty strict criteria and filtering, those are literally BEST packages.
Latest two additions are by @Sairahcaz2k:
- Date Scopes: https://t.co/YHmCcHeicb
- XHProf https://t.co/b0c7Qx0zVc
Hey #Laravel devs, did you know you can instruct Laravel to send a notification to multiple email addresses for one user?
Imagine your users can add multiple emails for their billing notifications.
When the notification is sent, all of the emails will be in the "to" address. 👇