https://github.com/ahmadasjad/ahmadasjad
https://github.com/ahmadasjad/ahmadasjad
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmadasjad/ahmadasjad
- Owner: ahmadasjad
- Created: 2020-07-12T01:47:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T22:32:05.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T00:11:32.967Z (about 1 month ago)
- Language: HTML
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ahmad Asjad
### 📫 Reach out to me: [fill the form](https://docs.google.com/forms/d/e/1FAIpQLScJB0EfbGW-xseFPxX3tSN1jslN8abvePLZTi74Y60ZywPQ5w/viewform)
### Hi there 👋
```python3
from developers import Ahmad, Asjad
from about import first_name, last_name
class AhmadAsjad(Me):
def __init__(self):
self.first_name = first_name.Ahmad
self.last_name = last_name.Asjad
def what_do_you_know(self):
return self.get_language_db() + self.get_tools_framework()
def get_tools_framework(self):
return [ "GIT", "Linux", "Yii", "Yii2", "React", "dJango", "Spring", "Laravel", "DesignPattern"]
def get_language_db(self):
return ["PHP", "Python", "JavaScript","Java", "MySql", ]
def is_in_progress(self):
return True
```