-
Notifications
You must be signed in to change notification settings - Fork 977
/
resume-data.tsx
287 lines (286 loc) · 7.97 KB
/
resume-data.tsx
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
import {
AmbitLogo,
BarepapersLogo,
BimLogo,
CDGOLogo,
ClevertechLogo,
ConsultlyLogo,
EvercastLogo,
Howdy,
JarockiMeLogo,
JojoMobileLogo,
Minimal,
MobileVikingsLogo,
MonitoLogo,
NSNLogo,
ParabolLogo,
TastyCloudLogo,
YearProgressLogo,
} from "@/images/logos";
import { GitHubIcon, LinkedInIcon, XIcon } from "@/components/icons";
export const RESUME_DATA = {
name: "Bartosz Jarocki",
initials: "BJ",
location: "Wrocław, Poland, CET",
locationLink: "https://www.google.com/maps/place/Wrocław",
about:
"Detail-oriented Full Stack Engineer dedicated to building high-quality products.",
summary:
"As a Full Stack Engineer, I specialize in taking products from concept to launch. I excel in leading teams and creating environments where individuals perform at their best. Currently, I work mostly with TypeScript, React, Node.js, and GraphQL. I have over 8 years of experience working remotely with companies worldwide.",
avatarUrl: "https://avatars.githubusercontent.com/u/1017620?v=4",
personalWebsiteUrl: "https://jarocki.me",
contact: {
email: "[email protected]",
tel: "+48530213401",
social: [
{
name: "GitHub",
url: "https://github.com/BartoszJarocki",
icon: GitHubIcon,
},
{
name: "LinkedIn",
url: "https://www.linkedin.com/in/bjarocki/",
icon: LinkedInIcon,
},
{
name: "X",
url: "https://x.com/BartoszJarocki",
icon: XIcon,
},
],
},
education: [
{
school: "Wrocław University of Technology",
degree: "Bachelor's Degree in Control systems engineering and Robotics",
start: "2007",
end: "2010",
},
],
work: [
{
company: "Film.io",
link: "https://film.io",
badges: ["Remote"],
title: "Software Architect",
logo: ConsultlyLogo,
start: "2024",
end: null,
description:
"Leading the development of the Film.io platform. Technologies: React, TypeScript, Node.js",
},
{
company: "Parabol",
link: "https://parabol.co",
badges: ["Remote"],
title: "Senior Full Stack Developer",
logo: ParabolLogo,
start: "2021",
end: "2024",
description:
"Implemented new features, led a squad, improved code delivery process, and initiated migration from Emotion to Tailwind CSS. Technologies: React, TypeScript, GraphQL",
},
{
company: "Clevertech",
link: "https://clevertech.biz",
badges: ["Remote"],
title: "Lead Android Developer → Full Stack Developer",
logo: ClevertechLogo,
start: "2015",
end: "2021",
description:
"Created Android mobile apps and led teams for companies like Vision Media, DKMS, and AAA. Built a live streaming application for Evercast from scratch. Technologies: Android, Kotlin, React, TypeScript, GraphQL",
},
{
company: "Jojo Mobile",
link: "https://bsgroup.eu/",
badges: [],
title: "Android Developer → Lead Android Developer",
logo: JojoMobileLogo,
start: "2012",
end: "2015",
description:
"Led the Android team and developed apps for major Polish companies like LOT, Polskie Radio, Agora, and PolskaPress",
},
{
company: "Nokia Siemens Networks",
link: "https://www.nokia.com",
badges: [],
title: "C/C++ Developer",
logo: NSNLogo,
start: "2010",
end: "2012",
description: "Developed and tested software for LTE base stations",
},
],
skills: [
"JavaScript",
"TypeScript",
"React/Next.js/Remix",
"Node.js",
"GraphQL",
"Relay",
"WebRTC",
],
projects: [
{
title: "Parabol",
techStack: [
"Full Stack Developer",
"TypeScript",
"React",
"Node.js",
"GraphQL",
],
description:
"The Agile meeting co-pilot that delivers better meetings with less effort",
logo: ParabolLogo,
link: {
label: "github.com",
href: "https://parabol.co/",
},
},
{
title: "Evercast",
techStack: [
"Lead Frontend Developer",
"TypeScript",
"React",
"Node.js",
"GraphQL",
],
description:
"Creative collaboration platform that combines video conferencing and HD media streaming",
logo: EvercastLogo,
link: {
label: "evercast.us",
href: "https://www.evercast.us/",
},
},
{
title: "Consultly",
techStack: [
"Side Project",
"TypeScript",
"Next.js",
"Vite",
"GraphQL",
"WebRTC",
],
description: "A platform to build and grow your online business",
logo: ConsultlyLogo,
link: {
label: "consultly.com",
href: "https://consultly.com/",
},
},
{
title: "Monito",
techStack: ["Side Project", "TypeScript", "Next.js", "Browser Extension"],
description:
"Browser extension that records everything happening in a web application",
logo: MonitoLogo,
link: {
label: "monito.dev",
href: "https://monito.dev/",
},
},
{
title: "Jarocki.me",
techStack: ["Side Project", "Next.js", "MDX"],
description:
"Personal website and blog. Built with Next.js and Notion API",
logo: JarockiMeLogo,
link: {
label: "github.com",
href: "https://jarocki.me/",
},
},
{
title: "Minimal",
techStack: ["Side Project", "Next.js", "Puppeteer"],
description:
"Minimalist calendars, habit trackers, and planners generator",
logo: Minimal,
link: {
label: "useminimal.com",
href: "https://useminimal.com/",
},
},
{
title: "Barepapers",
techStack: ["Side Project", "Next.js", "Puppeteer"],
description:
"Generates beautiful wallpapers using random shapes and gradients",
logo: BarepapersLogo,
link: {
label: "barepapers.com",
href: "https://barepapers.com/",
},
},
{
title: "Year progress",
techStack: ["Side Project", "TypeScript", "Next.js"],
description: "Tracks current year progress and displays a countdown",
logo: YearProgressLogo,
link: {
label: "getyearprogress.com",
href: "https://getyearprogress.com/",
},
},
{
title: "Mobile Vikings",
techStack: ["Lead Android Developer", "Android", "Kotlin"],
description:
"Android application for leading virtual mobile operator in Poland",
logo: MobileVikingsLogo,
link: {
label: "mobilevikings.pl",
href: "https://mobilevikings.pl/",
},
},
{
title: "Howdy",
techStack: ["Lead Android Developer", "Android", "Kotlin"],
description: "Howdy is a place for joining communities you care about",
logo: Howdy,
link: {
label: "play.google.com",
href: "https://howdy.co/",
},
},
{
title: "Tastycloud",
techStack: ["Lead Android Developer", "Android", "Kotlin"],
description:
"Android application for managing and displaying restaurant menus in kiosk mode",
logo: TastyCloudLogo,
link: {
label: "tastycloud.fr",
href: "https://www.tastycloud.fr/",
},
},
{
title: "Ambit",
techStack: ["Lead Android Developer", "Android", "Kotlin"],
description:
"Android application that helps with sharing your contact details",
logo: AmbitLogo,
},
{
title: "Bim",
techStack: ["Lead Android Developer", "Android", "Kotlin"],
description:
"Android application that helps with booking a table in a restaurants",
logo: BimLogo,
},
{
title: "Canal Digital GO",
techStack: ["Lead Android Developer", "Android", "Kotlin"],
description:
"Video streaming mobile application for Canal Digital subscribers",
logo: CDGOLogo,
},
],
} as const;