-
Notifications
You must be signed in to change notification settings - Fork 2
/
db.json
137 lines (137 loc) · 4.17 KB
/
db.json
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"notifications": [
{
"type": "SDConf",
"title": "大模型时代企业如何打造专属 AI 原生 IDE",
"date": "2024.07.04 - 2024.07.05",
"link": "http://sdcon.com.cn/",
"lang": "zh"
},
{
"type": "SECon",
"title": "AI 浪潮下,IDE 还能这么玩?",
"date": "2024.06.28 - 2024.06.28",
"link": "https://www.secon.vip/DQD4",
"lang": "zh"
},
{
"type": "SECon",
"title": "大模型时代企业如何打造专属 AI 原生 IDE",
"date": "2024.06.28 - 2024.06.28",
"link": "https://www.secon.com.cn/AI",
"lang": "zh"
},
{
"type": "开放原子开发者大会",
"title": "纯前端 IDE 基础框架 CodeBlitz 架构与应用",
"date": "2023.12.17 - 2023.12.17",
"link": "https://openatomcon.openatom.cn/agenda",
"lang": "zh"
},
{
"type": "外滩大会",
"title": "极速版 IDE 框架 CodeBlitz 正式开源",
"date": "2023.09.09 - 2022.09.11",
"link": "https://www.inclusionconf.com/prev/2023",
"lang": "zh"
},
{
"type": "开放原子",
"title": "OpenSumi X AtomGit:WebIDE 与代码托管的合作实践",
"date": "2023.06.11 - 2022.06.13",
"link": "https://openatom.org/summit/2023/index/main",
"lang": "zh"
},
{
"type": "QCon",
"title": "云原生 CloudIDE 技术与架构",
"date": "2022.11.25 - 2022.11.26",
"link": "https://qcon.infoq.cn/2022/shanghai/presentation/5136",
"lang": "zh"
},
{
"type": "QCon",
"title": "OpenSumi 演进之路",
"date": "2023.2.5 - 2023.2.7",
"link": "https://qcon.infoq.cn/202302/beijing/presentation/4503",
"lang": "zh"
},
{
"type": "QCon",
"title": "淘系云研发体系实践",
"date": "2023.2.6 - 2023.2.7",
"link": "https://qcon.infoq.cn/202302/beijing/presentation/5159",
"lang": "zh"
},
{
"type": "QCon",
"title": "淘系云研发体系实践",
"date": "2023.2.6 - 2023.2.7",
"link": "https://qcon.infoq.cn/202302/beijing/presentation/5159",
"lang": "zh"
},
{
"type": "InclusionConf",
"title": "CodeBlitz, Web IDE framework, is officially open source",
"date": "2023.09.09 - 2022.09.11",
"link": "https://www.inclusionconf.com/prev/2023",
"lang": "zh"
},
{
"type": "OepnAtom",
"title": "OpenSumi X AtomGit: Collaborative Practice between WebIDE and Code Hosting",
"date": "2023.06.11 - 2022.06.13",
"link": "https://openatom.org/summit/2023/index/main",
"lang": "zh"
},
{
"type": "SDConf",
"title": "How Enterprises Build Exclusive AI Native IDEs in the Era of Large Models",
"date": "2024.07.04 - 2024.07.05",
"link": "http://sdcon.com.cn/",
"lang": "en"
},
{
"type": "SECon",
"title": "How to Play with IDEs in the Wave of AI?",
"date": "2024.06.28 - 2024.06.28",
"link": "https://www.secon.vip/DQD4",
"lang": "en"
},
{
"type": "SECon",
"title": "How Enterprises Build Exclusive AI Native IDEs in the Era of Large Models",
"date": "2024.06.28 - 2024.06.28",
"link": "https://www.secon.com.cn/AI",
"lang": "en"
},
{
"type": "Open Atom Developer Conference",
"title": "Architecture and Applications of Pure Front-end IDE Framework CodeBlitz",
"date": "2023.12.17 - 2023.12.17",
"link": "https://openatomcon.openatom.cn/agenda",
"lang": "en"
},
{
"type": "Forum",
"title": "Global Software Development Conference",
"date": "2022.11.25 - 2022.11.26",
"link": "https://qcon.infoq.cn/2022/shanghai/presentation/5136",
"lang": "en"
},
{
"type": "Forum",
"title": "Global Software Development Conference",
"date": "2023.2.5 - 2023.2.7",
"link": "https://qcon.infoq.cn/202302/beijing/presentation/4503",
"lang": "en"
},
{
"type": "Forum",
"title": "Global Software Development Conference",
"date": "2023.2.6 - 2023.2.7",
"link": "https://qcon.infoq.cn/202302/beijing/presentation/5159",
"lang": "en"
}
]
}