Writing

Articles & Notes

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

Articles

Redirect from www to non-www

Do you want your website to automatically redirect from www to non-www? Add the following code to your…

Sep 12, 2022 1 min read
Articles

PhpStorm not recognizing a php file

I came across this problem multiple times as I made a new PHP file but the Phpstorm couldn’t…

Sep 1, 2022 1 min read
Articles

Force redirect your website to HTTPS using .htaccess

There are many ways to redirect your website from HTTP to HTTPS, but I found this as the…

Aug 31, 2022 1 min read
Articles

Add animations to your websites with these five CSS libraries

Animista Animate Motion UI Infinite Micron

Aug 1, 2022 1 min read
Programming

How to disable double-click on an element using Jquery?

While searching the internet for the solution to this problem, there were many solutions with different approaches. I…

Jun 30, 2022 1 min read
Articles

How to vertically align text next to an image?

Although this seems an easy job for a developer, there are times when we actually search how to…

May 30, 2022 1 min read
Laravel

How to check if the result is empty for eloquent collection in Laravel?

A lot of times when coding we might encounter a problem where we have to check if the…

May 25, 2022 1 min read
Articles

10 Famous Fonts that you need to know as a Designer

10 Famous Fonts that you need to know as a Designer

May 16, 2022 1 min read
Laravel

Altering Table Through Migrations Laravel

It is a very difficult job to change the column name or type once it is migrated and…

Apr 29, 2022 2 min read