Things I face daily in my development adventure and want to remember, and things I belive is interesting, collected in chronological order.

FilamentPHP & Driver.js Integration

These days, I am trying to integrate Driver.js into a FilamentPHP panel for a project of mine. It took a bit of time to make the adjustments exactly like I wanted. Therefore, I want to document this process with this blog post.

Linux Ubuntu kswapd0 High CPU Usage

This morning I noticed that a website on our test server hosted on Digital Ocean is not accessible. After a short investigation, I saw that the 50% - 60% of the cpu was used by a process called kswapd0.

Simple ASCII Asteroid Game in Python

In this article, I will share the steps I followed in my homework of creating a simple asteroid game in python.