-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompany_blogs.json
74 lines (74 loc) · 1.97 KB
/
company_blogs.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
{
"Apple": [
"https://security.apple.com/blog/",
"https://machinelearning.apple.com/"
],
"Microsoft": [
"https://devblogs.microsoft.com/",
"https://blogs.microsoft.com/",
"https://www.microsoft.com/en-us/research/blog/",
"https://techcommunity.microsoft.com/t5/"
],
"Nvidia": [
"https://developer.nvidia.com/blog/",
"https://blogs.nvidia.com/"
],
"Google": [
"https://developers.googleblog.com/en/",
"https://blog.google/",
"https://cloud.google.com/blog/",
"https://research.google/blog/",
"https://deepmind.google/discover/blog/"
],
"Amazon": [
"https://aws.amazon.com/blogs/",
"https://www.amazon.science/blog"
],
"Meta": [
"https://engineering.fb.com/",
"https://research.facebook.com/blog/",
"https://tech.facebook.com/engineering/"
],
"Oracle": [
"https://blogs.oracle.com/"
],
"Salesforce": [
"https://engineering.salesforce.com/blog/",
"https://www.salesforce.com/blog/",
"https://blog.salesforceairesearch.com/"
],
"SAP": [
"https://community.sap.com/t5/technology-blogs-by-sap"
],
"Adobe": [
"https://blog.adobe.com/",
"https://blog.developer.adobe.com/"
],
"AMD": [
"https://community.amd.com/t5/ai/"
],
"Qualcom": [
"https://www.qualcomm.com/developer/blog"
],
"IBM": [
"https://www.ibm.com/blog/",
"https://developer.ibm.com/blogs/",
"https://research.ibm.com/blog"
],
"Accenture": [
"https://www.accenture.com/us-en/insights/"
],
"CISCO": [
"https://blog.talosintelligence.com/",
"https://blogs.cisco.com/"
],
"Uber": [
"https://www.uber.com/blog/"
],
"Tencent": [
"https://www.tencentcloud.com/dynamic/blogs/"
],
"Alibaba": [
"https://www.alibabacloud.com/blog/"
]
}