forked from nus-cs2103-AY2223S2/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
/
internbuddy.json
52 lines (52 loc) · 1.47 KB
/
internbuddy.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
{
"internships" : [ {
"companyName" : "Apple",
"role" : "iOS Developer",
"status" : "applied",
"date" : "2023-03-20",
"comment" : "Yay! My dream company!",
"tagged" : [ "iOS" ]
}, {
"companyName" : "Amazon",
"role" : "Cloud Architect",
"status" : "new",
"date" : "2023-03-28",
"comment" : "Need to research more on cloud services.",
"tagged" : [ "Cloud Services", "AWS" ]
}, {
"companyName" : "Google",
"role" : "Software Engineer",
"status" : "assessment",
"date" : "2023-04-02",
"comment" : "Good company culture and environment.",
"tagged" : [ "Golang", "Back-end" ]
}, {
"companyName" : "Samsung",
"role" : "Android Developer",
"status" : "interview",
"date" : "2023-04-10",
"comment" : "To compare with Apple's offer again.",
"tagged" : [ "Mobile", "Android" ]
}, {
"companyName" : "Grab",
"role" : "Frontend Designer",
"status" : "offered",
"date" : "2023-03-27",
"comment" : "Good benefits. Can consider.",
"tagged" : [ "CSS", "React" ]
}, {
"companyName" : "Paypal",
"role" : "Product Designer",
"status" : "accepted",
"date" : "2023-03-26",
"comment" : "Starting work on 1 May. Excited!",
"tagged" : [ "UX", "UI" ]
}, {
"companyName" : "Facebook",
"role" : "Backend Developer",
"status" : "rejected",
"date" : "2023-03-15",
"comment" : "Rejected since I lack proficiency in SQL.",
"tagged" : [ "SQL" ]
} ]
}