Writing

Articles & Notes

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

Laravel

Check if the data is JSON encoded or not.

Previously I had gone through the function to create a slug from the given string. Today, I came…

Jan 18, 2022 2 min read
Laravel

How to add a column to an already existing table in Laravel using Migrations

First, you need to create the migration. While creating the migration file we need to make sure the…

Jan 17, 2022 2 min read
php
Laravel

A function to create slug from the given data in Laravel

Today, I needed to turn my title of the gallery I was making into url slug. So I…

Jan 12, 2022 1 min read
Articles

Checkboxes and the logic behind updating them

My task for the day was to build checkboxes of all the categories available for the posts. One…

Jan 10, 2022 3 min read
Laravel

Silly mistakes you can make while uploading images or files in Laravel

There are many ways to upload files and images in Laravel. One of them is uploading the images/files…

Jan 8, 2022 2 min read
GIT

Best GIT practice when you are just starting up.

This article is for beginners who have just started using GIT. Today, I have come up with the…

Jan 8, 2022 2 min read
Articles

Dynamic Wallpapers on Mac

Wallpapers don’t have to look the same all day. No, I am not talking about changing the wallpaper…

Dec 14, 2021 1 min read
Articles

Free Admin Dashboards Created on Bootstrap 5

Here are some free admin dashboards that are created on Bootstrap 5 to use on your next project.…

Dec 13, 2021 1 min read
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