Author: md.monir.khan707

Career Guides

Web Developer Career: How to Get Started in 2023

January 4, 2023 1:24 am

Web development is a growing field that involves building and maintaining websites and web applications. You will use programming languages
Continue reading

WordPress

How to Create a Custom Contact Form in WordPress

January 3, 2023 2:30 am

Are you looking for a way to allow visitors to your WordPress site to contact you? A contact form is
Continue reading

AWS | Life

2022 – A Year of Growth and Learning: My Journey to Success in the Tech Industry

January 2, 2023 2:21 am

Last year was a year of growth and learning for me as I worked towards my goals and pursued new
Continue reading

PHP

I think I don’t need to write code anymore!

December 31, 2022 1:22 am

The first time, a week ago, I heard about the chatgpt from New York Times’s technology podcast. I haven’t got
Continue reading

PHP

How to parse a list of URLs using PHP?

December 8, 2022 3:16 am

I recently searched how PHP parse_url() function works and found an example on Stackoverflow that caught my eye. Here is
Continue reading

PHP

How to swap PHP variables?

December 6, 2022 4:19 am

Sometimes we need to swap the PHP variables to achieve a specific result. In an old-school way, we define a
Continue reading

AWS | Bash

How to create files automatically with the bash script?

December 4, 2022 2:17 am

In this article, learn how to create a simple bash script to automate the creation of n number of files.
Continue reading

PHP

PHP array_filter() function with example

November 30, 2022 3:56 am

The array_filter() function is a PHP built-in function introduced in PHP 4. This PHP function is handy for filtering the
Continue reading

PHP

PHP array_combine() function

November 26, 2022 2:10 am

The array_combine() is a PHP built-in function that combines two arrays. It combines the keys of one array with the
Continue reading

PHP

PHP array_chunk() function

November 22, 2022 2:55 am

PHP’s array_chunk() function divides an array into chunks depending on the parameters passed to it, according to the size and
Continue reading