Sometimes I write things about programming

I rarely write an article, usually when I have something to share or when I want to document something for myself I go for github gist. But here are some of the articles I wrote.

Deploy Next.js with PM2

You can deploy Next.js with PM2 to keep your application running in the background. PM2 is a process manager for Node.js applications that will help you manage your Next.js application.

Laravel Mix Code Splitting

Learn how to use code splitting in Laravel Mix to improve the performance of your web application.