-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.11tydata.json
149 lines (149 loc) · 4.44 KB
/
work.11tydata.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
138
139
140
141
142
143
144
145
146
147
148
149
{
"work": {
"experience": {
"type": "experience",
"title": "Experience",
"items": [
{
"id": "hsbc",
"title": "HSBC Technology India, Pune",
"roles": [
{
"position": "Software Engineer",
"tech": ["react", "java", "javascript"],
"description": "Worked as a Software Engineer in the Core Banking department at HSBC, Pune. Built 'Hawkeye' which is an internal tool to manage databases and provides an elegant UI in the browser. It was built with React and Java.",
"dateRange": "August, 2017 - April, 2018"
}
]
},
{
"id": "ttt",
"title": "Terribly Tiny Tales, Mumbai",
"roles": [
{
"position": "Software Engineer",
"tech": [
"react",
"node",
"react native",
"sql",
"redis"
],
"description": "Fullstack engineer at Terribly Tiny Tales (TTT). I built 'Tribe' at TTT, which is a writer submissions collection and curation platform. It uses Node, React, React Native as its tech. Worked on social networking platform for writers built in Nodejs. Other singular projects like an automated chat video maker, developed using HTML5 Canvas.",
"dateRange": "May, 2018 - April, 2019"
}
]
},
{
"id": "upgrad",
"title": "upGrad, Mumbai",
"roles": [
{
"position": "Senior Software Engineer",
"tech": [
"javascript",
"react",
"node",
"vue",
"mongodb"
],
"description": "",
"dateRange": "April, 2021 - present"
},
{
"position": "Software Engineer II",
"tech": [
"javascript",
"react",
"node",
"vue",
"mongodb"
],
"description": "At upGrad, I work as a full-stack JavaScript engineer, majorly handling our marketing platform. This includes the upgrad.com website and its underlying CMS - Apollo. Technologies include Nodejs, Vue, and React being used across multiple platforms along with MongoDB and various AWS services backing the architecture.",
"dateRange": "April, 2019 - April, 2021"
}
]
},
{
"id": "zalando",
"link": "https://twitter.com/zalandotech",
"title": "Zalando, Berlin, Germany",
"roles": [
{
"position": "Senior Software Engineer",
"tech": [
"typescript",
"node",
"react",
"kubernetes",
"SSR"
],
"description": "Part of team rendering-engine that maintains Zalando's core web framework",
"dateRange": "October, 2021 - present"
}
]
}
]
},
"projects": {
"type": "open-projects",
"title": "Personal projects",
"items": [
{
"title": "unipipe",
"description": "A tool to build and save JS flows",
"link": "https://github.com/mohitk05/unipipe",
"active": true
},
{
"title": "Aboard",
"description": "A simulation game engine which builds up on travel in an alternate world.",
"link": "",
"active": true
},
{
"title": "Evolve",
"description": "A tiny world simulator plus game that works on levels of insanity in a city",
"link": "http://evolve-game.surge.sh"
},
{
"title": "Shaai",
"description": "A highly customizable, open-source blogging framework",
"link": "https://github.com/shaaijs/core",
"active": true
},
{
"title": "react-insta-stories",
"description": "A React component for Instagram/Snapchat like stories",
"link": "https://github.com/mohitk05/react-insta-stories",
"active": true
},
{
"title": "Play This",
"description": "Multi-member music playlist platform",
"link": "https://playthis.netlify.com"
},
{
"title": "Sync",
"description": "A webapp to share your content across multiple devices instantly",
"link": "https://syncapp.xyz"
},
{
"title": "TicToe",
"description": "A mobile game which is an alternate version of Tic Tac Toe",
"link": "https://play.google.com/store/apps/details?id=com.tictactoe.tictoe"
},
{
"title": "html-element-to-react",
"description": "A module to generate React elements from HTMLElement objects",
"link": "https://github.com/shaaijs/html-element-to-react"
},
{
"title": "react-router-fuzzy",
"description": "A React component for fuzzy route matching",
"link": "https://github.com/mohitk05/react-router-fuzzy"
}
]
}
}
}