Blog Posts

Install Cursor

Install Cursor

Ubuntu 24.04LTS Noble Numbat

Ubuntu Tips & Tricks

First install fuse

Fuse is a library that allows us to mount the AppImage as a file system.

sudo apt install libfuse2t64

Download Cursor IDE

Got to [The official website](https://w...

2024-12-07
Read more →
Build your first web application using Laravel

Build your first web application using Laravel

Laravel

Laravel is a popular PHP framework that makes it easier to build web applications by providing a clean, elegant syntax and rich set of tools. In this guide, we will go through t...

2024-11-21
Read more →
Switch PHP Versions

Switch PHP Versions

PHP Tips & Tricks Ubuntu

I found myself in a situation where I needed to switch my PHP veresion from 8.3 to 8.0 on Ubuntu. After doing some research, I found the terminal commands to switch PHP versions. Initially, I faced a ...

2024-11-15
Read more →