<?php function developer() { $name = "MD ALINUR AMIN"; return $name; } class Website { public function design() { echo "Website Design"; } } $website = new Website(); $website->design(); if ($website) { echo "Running..."; } while (true) { code(); design(); develop(); } ?>
const developer = { name: "MD ALINUR AMIN", role: "Web Developer", status: "Working" }; function createWebsite() { console.log( "Design Running..." ); } const website = { html: true, css: true, php: true, javascript: true }; if (website) { createWebsite(); } async function develop() { await design(); await coding(); await testing(); }
<html> <head> <title> Website </title> </head> <body> <div class="website"> Website Design </div> <script> console.log( "Running..." ); </script> </body> </html> /* Modern Website */ .container { display: flex; justify-content: center; }
SELECT * FROM developers WHERE status = 'active'; UPDATE website SET status = 'running'; CREATE TABLE projects ( id INT, name VARCHAR(100), developer VARCHAR(100) ); INSERT INTO projects VALUES ( 01, 'Website Design', 'MD ALINUR AMIN' ); SELECT * FROM projects;
function coding() { let idea = true; let design = true; let development = true; if ( idea && design && development ) { return "Amazing Website"; } } const developerName = "MD ALINUR AMIN"; console.log( developerName ); console.log( coding() );
{ "project": "Website", "status": "running", "developer": { "name": "MD ALINUR AMIN", "skills": [ "PHP", "JavaScript", "HTML", "CSS" ] } } { "server": "online", "design": "running" } <developer> MD ALINUR AMIN </developer>
</>
● DEVELOPMENT IN PROGRESS

Website Design
Running

We are currently working on the website.
Please stay tuned while we build something amazing for you.

Website Developer MD ALINUR AMIN Chat with Developer