My Portfolio
Code With Sushil: v4.0.0
finally I am move to #Bootstrap 4 to #TailwindCSS with #Vite, #treejs, and #gsap
rebuild again #CodeWithSushil with new design pattern and animated everything.
Status: Dev mode

Sushil Kumar
@CodeWithSushil
A self-taught πΈοΈ Web Developer π¨π»βπ» || Linux π§ Lover || Open source π contributor π₯ || PHP/Laravel π and JS fanboyπ¦π» || Creator of πΏ Supabase-PHP Client π€
β’ β’ 168 Posts β’ 1K Views
Hello π PHP/Laravel developers, how often do you use the composer outdated command in your terminal?
$ composer outdated
Use php function filemtime(); for track your file changes
php test.php watcher
which one
document.addEventListener('DOMContentLoaded', function () {
'use strict';
});
// or
window.onload = function(){
'use strict';
}
in JavaScript
let html = `
<h1>Hello</h1>
`;
in PHP
echo <<<HTML
<h1>Hello</h1>
HTML;