Dynamically add a show/hide eye icon to all password fields using jQuery

This simple changes are highly demanded in current user interfaces. UI developers used to prefer to add separate class and scripts for all password field […]

How to create ics (iCalendar) file in PHP?

iCalendar files are standard format supported in all calendars. Generally these files contain information such as title, description, start time, end time, description  about an […]

A Neptune like planet with cool atmosphere Discovered

Recently NASA’s Exoplanet Exploration program has discovered a cool planet called TOI-1231 b orbiting M-dwarf star TOI-1231. It is approx 90 light years away from […]

What is JIT compiler in PHP 8?

JIT Compiler defines Just in Time Compiler which has been recently introduced in PHP version 8. As you know PHP is a interpreted language, which […]

How OTT platform taken over Software Market?

Now a days every individual using internet are watching video contents such as web series, movies, Game show, even due to covid situation and lock […]

Yii2 to run lengthy process in background using Console Controller

In general programming we often come across situations where our api/page has to perform a lengthy task, and which not matches the standard response time […]