Bikash

My name is Bikash Kr. Panda. I own and operate PHPCODER.TECH. I am a web Programmer by profession and working on more than 50 projects to date. Currently I am working on the web-based project and all the CMS and frameworks which are based on PHP.

199 stories by Bikash

How to Use the Git Stash Command with example

Git is a useful part for developers and in development. And Git Stash is one of the best features...

Jun 16 · 1 min read >

5 Most Effective Ways To Optimize PHP Code

To optimize PHP code, we have to understand PHP and its best practices. Optimization is a necessary part of...

Mar 11 · 2 min read >

Debugging in PHP: A Comprehensive Guide with Examples

Debugging in PHP, the term “bug” was first used by Thomas Edison and make it popularized by Grace Hopper...

Jan 13 · 1 min read >

Differences between Webhooks and APIs

Before starting with the main differences between webhooks and APIs, first, we need to know the definition of both....

Dec 29 · 1 min read >

How to Install the latest version of Laravel?

To install the latest version of Laravel on a Windows or Ubuntu OS, we will need to have the...

Dec 27 · 55 sec read >

3 popular ways to make HTTP requests in JavaScript

There are several ways to make an HTTP request in JavaScript. Here are 3 popular ways to make HTTP...

Dec 21 · 2 min read >

JavaScript Picture-in-Picture API (PiP In JS)

The JavaScript Picture-in-Picture (PiP) API is a browser API that allows users to view a video in a small...

Dec 19 · 1 min read >

How to Locate empty directories in Linux using Terminal ?

To locate empty directories in Linux using the terminal, we will use the find command with the -empty option....

Dec 18 · 31 sec read >