-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstack.html
73 lines (63 loc) · 2.44 KB
/
stack.html
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
69
70
71
72
73
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description"
content="Конкретно о нашем стеке на frontend, backend, infrastructure, mobile и continuous integration.">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="keywords" content="работа в додо, dodo is, додо ис, додоис, dodois, додо пицца ит, разработчик в додо, додо пицца программисты, работа для разработчика, работа дотнет">
<!--OG-->
<meta property="vk:image" content="/og-vk.png" />
<meta property="og:image" content="/og-fb.png" />
<meta property="og:type" content="images" />
<meta property="og:title" content="О стеке IT в Додо Пицце" />
<meta property="og:description"
content="Конкретно о нашем стеке на frontend, backend, infrastructure, mobile и continuous integration." />
<meta property="og:url" content="https://www.dodopizza.dev/stack" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<title>О стеке IT в Додо Пицце</title>
</head>
<body>
<script>
const SITE_ROOT = '/';
const href = window.location.href
const href_parts = /(^\w+\:\/\/[\w\.]+)(\/.+)/i.exec(href);
const root = href_parts[1];
const route = href_parts[2].substr(SITE_ROOT.length);
window.location.href = root + SITE_ROOT;
localStorage.setItem('path', route);
</script>
<noscript>
<h1>О стеке IT в Додо Пицце</h1>
<p>
Frontend:
• React
• TypeScript
Backend:
• ASP.NET Core
• ASP.NET MVC
• .NET Core
Infrastructure:
• Cosmos DB
• MySQL
• Docker
• Kubernetes
• Redis
• Kusto
• Jaeger
• RabbitMQ
• Kafka
• Azure
Mobile:
• Kotlin
• Swift
Continuous integration:
• TeamCity
• Drone.io
• Helm
</p>
</noscript>
</body>
</html>