"Backend" Blog Posts
- September 2, 2025API Gateway - how to authenticate once and talk to many back-ends
Frontend
Nextjs
NextAuth
Backend
Laravel
Authentication
OAuth
Proxy
API
Microservices
When your microservices system grows there’s a need to have a common UI to manage many services in a smart way.
- June 18, 2025Aggregating API requests to improve application performance
API
Laravel
Backend
Nextjs
Frontend
Performance
In some cases it's possible to save up to 50% of the API-communication time during initial loading of the application.
- March 3, 2025Easy and secure authentication with magic links (and its quirks) 🔮
Frontend
Backend
Authentication
UI
Magic link is an easy and secure authentication method which doesn’t require creating accounts nor managing passwords.
- October 25, 2024Stripe Payments with React and headless Magento 🚀
Frontend
Backend
Payment
Magento
React
Stripe
Set up a front-end application to handle credit card payment with Stripe and achieve a seamless online shopping experience.
- July 1, 2024Cleaning up Laravel app database duplicates - part 2 - images
Backend
Laravel
Database
Cleanup
Images
Clean up image duplicates. Generate hash strings for our images and compare them only if other fields are equal.
- June 3, 2024Cleaning up Laravel app database duplicates - part 1
Backend
Laravel
Database
Cleanup
Create a handy migration script to find unwanted rows, remove them and replace foreign keys to point to correct places.