-
Notifications
You must be signed in to change notification settings - Fork 1
/
content.py
68 lines (68 loc) · 1.51 KB
/
content.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
data = {
'title': 'pwnd',
'name': 'Ilia Soltanov',
'job_title': 'Technical Lead / Senior Software Engineer',
'email': '[email protected]',
'start_experience': '2016-02-01',
'main_lang': 'Python',
'secondary_lang': 'Go',
'basic_tools': [
'Python: asyncio, BlackSheep, FastAPI, Django (+DRF)',
'Go: Fiber, GORM, squirrel, sync, retry-go'
],
'row_databases': [
'MySQL',
'PostgreSQL'
],
'column_databases': [
'Cassandra',
'ClickHouse'
],
'document_stores': [
'MongoDB',
'CouchDB'
],
'kv_databases': [
'Redis',
'KeyDB',
'DynamoDB'
],
'brokers': [
'Apache Kafka',
'RabbitMQ'
],
'web_servers': [
'Nginx',
'Apache'
],
'monitoring': [
'Zabbix',
'Prometheus'
],
'dashboards': [
'Kibana',
'Grafana'
],
'virtualization': [
'Docker',
'Podman'
],
'social_links': {
'github': {
'source': 'https://github.com/soltanoff',
'label': '@soltanoff'
},
'linkedin': {
'source': 'https://www.linkedin.com/in/soltanoff',
'label': '@soltanoff'
},
'telegram': {
'source': 'https://t.me/etozhepirozhok',
'label': '@etozhepirozhok'
},
'instagram': {
'source': 'https://www.instagram.com/etozhepirozhok',
'label': '@etozhepirozhok'
}
}
}