Writing

Articles & Notes

ICT management, web development, training insights, and lessons learned along the way.

Articles

XAMPP PHP not running on MAC problem?

Even if you install XAMPP on Mac, the mac still runs the PHP that it already has rather…

Dec 10, 2021 1 min read
Articles

Wanna start your career as a developer? Learn Git First.

If you want to start your career as a developer then the first thing you need to learn…

Dec 5, 2021 2 min read
Articles

How to take the Screenshot of the full website

Google Chrome actually has a hidden feature that can capture the screenshot of the full website (all the…

Dec 2, 2021 2 min read
Articles

Chrome shortcuts that can make your life easier.

I am writing this for mac users but if you swap commands with ctrl then it might help…

Dec 1, 2021 1 min read
Articles

Free Spotify

A Lot of don’t know this yet but Spotify is free if you are want to listen to…

Nov 17, 2021 1 min read
Articles

QR Code Generator of Current URL on Chrome

Chrome has included a QR Code generator for the website you are browsing. When you open a website…

Nov 9, 2021 1 min read
mysql
Macbook

How to import sql database using Terminal?

Uploading the database to your XAMPP phpmyadmin is faster using Terminal than doing it from phpmyadmin. For this…

Nov 1, 2021 1 min read
Programming

Allocation of JIT memory failed, PCRE JIT will be disabled.

So I cloned a new Laravel project but its version was higher than my PHP version i.e. 7.2.…

Nov 1, 2021 1 min read
Laravel

Laravel error: ob_end_flush(): failed to send buffer of zlib output compression (0)

If this type of error comes in Laravel then check your blade file for missing closing statements like…

Nov 1, 2021 1 min read
1 3 4 5