feat(README.md): added python-style description about me
This commit is contained in:
25
README.md
25
README.md
@@ -1,2 +1,25 @@
|
|||||||
# .profile
|
```python
|
||||||
|
class Me:
|
||||||
|
hobbys : list = ["tech stuff", "science", "languages"]
|
||||||
|
job_exp : str = "5+ years"
|
||||||
|
|
||||||
|
class Contacts(Me):
|
||||||
|
discord : str = ".kirssei"
|
||||||
|
telegram : str = "kirssei"
|
||||||
|
|
||||||
|
class Stack(BackEndDeveloper):
|
||||||
|
languages : list = ["Python", "JS"]
|
||||||
|
frameworks : dict = {
|
||||||
|
"Python": [
|
||||||
|
"Django",
|
||||||
|
"Django Rest Framework",
|
||||||
|
"Celery",
|
||||||
|
"FastAPI"
|
||||||
|
],
|
||||||
|
"JS": [
|
||||||
|
"React",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
database : list = ["MySQL", "PostgreSQL", "Redis", "SQLite", "RabbitMQ"]
|
||||||
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user