"Nextjs" Blog Posts
- January 7, 2026Memory-efficient streaming of large archives with Laravel and Next.js
API
Laravel
Backend
Nextjs
Frontend
Performance
Stream
The streaming approach avoids loading the entire file into memory on either the server or client, which is critical for large files.
- 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.
- May 16, 2025The joy of running a blog in one's favourite technology
Frontend
UI
Nextjs
SSG
MDX
Markdown
React
Running a blog is fun. There are two kinds of activities - writing blog articles and improving the blog engine.
- January 8, 2025Slim down your Next.js app with Bundle Analyzer
Frontend
Performance
Nextjs
When it comes to getting rid of unnecessary or heavy dependencies we need a handy tool to track them down. Bundle Analyzer turns out to do the job.




