<?php
class ITEngineer {
private $name;
private $role;
private $language_spoken;
public function __construct() {
$this->name = "Alireza Shafi'i";
$this->role = "IT Engineer";
$this->language_spoken = ["fa_IR", "en_US"];
}
public function say_hi() {
echo "Thanks for dropping by, hope you find some of my work interesting.";
}
}
$me = new ITEngineer();
$me->say_hi();
?>
- Tehran, Iran
-
06:52
(UTC +03:30) - linktr.ee/shafii
- @alirezashafii
Pinned Loading
-
-
search-filter
search-filter PublicImplementing search and filter products received through API.
SCSS 2
-
shopping-cart
shopping-cart PublicJavaScript shopping cart project Based on object oriented programming.
JavaScript 2
-
calculator
calculator PublicIt's a simple Calculator app that implemented using the JavaScript language.
JavaScript 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


