-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgatsby-config.js
739 lines (733 loc) · 21.4 KB
/
gatsby-config.js
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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
const activeEnv =
process.env.GATSBY_ACTIVE_ENV || process.env.NODE_ENV || 'development'
console.log(`Using environment config: '${activeEnv}'`)
require('dotenv').config({
path: `.env.${activeEnv}`,
})
module.exports = {
siteMetadata: {
title: `Welcome`,
titleTemplate: `nrs.`,
description: `Full-Stack Developer specialized in the Front-End.`,
siteUrl: `https://narinsun.com`,
lang: `en`,
author: {
name: 'Narin Sundarabhaya',
url: 'https://twitter.com/ricopella',
email: '[email protected]',
handle: `@ricopella`,
},
contactItems: [
{ title: 'Github', href: `https://github.com/ricopella` },
{ title: 'Twitter', href: `https://twitter.com/ricopella` },
{ title: 'LinkedIn', href: `https://www.linkedin.com/in/nsundara/` },
{ title: 'E-Mail', href: `mailto:[email protected]` },
],
resume: {
contact: [
{
key: 'Location',
value: 'Los Angeles, CA',
},
{
key: 'Phone',
value: '424-240-5016',
href: `tel:+14242405016`,
},
{
key: 'Email',
value: '[email protected]',
href: 'mailto:[email protected]',
},
{
key: 'Website',
value: 'narinsun.com',
},
{
key: 'Github',
value: '@ricopella',
href: 'https://github.com/ricopella',
},
{
key: 'LinkedIn',
value: '@nsundara',
href: 'https://www.linkedin.com/in/nsundara/',
},
],
education: [
{
title: 'UCLA Extension',
subTitle: 'Full-Stack Web Development Certification',
date: '2017',
},
{
title: 'Johnson & Wales University',
subTitle: 'Bachelor of Arts',
note: 'GPA 3.8 of 4.0',
date: `2005 - 2009`,
},
{
title: `Scrum Alliance`,
subTitle: `Certified ScrumMaster`,
date: `2018`,
},
],
experience: [
{
title: 'Software Engineer II',
company: 'UserAcquisition.com',
href: 'https://useracquisition.com/',
date: `June 2020 - Present`,
items: [],
},
{
title: 'Front-End Developer II',
company: 'FanAI Inc.',
href: 'https://fanai.io/',
date: `Dec 2019 - June 2020`,
items: [
`Created data visualizations and dashboards built with Redux &
Highcharts. Examples: social following & interactions (twitter &
twitch), demographics, purchase behaviors, and cookie tracking
analytics`,
`Converted desktop only application to mobile friendly and fully
responsive using React-Responsive and CSS Grid, added animations for
page changes and user interactions using Framer-Motion`,
`Improved UX by reducing network calls by 80% with in-browser caching`,
`Removed 10k lines of code by refactoring class-based components to
functional components and creating custom react-hooks`,
],
},
{
title: `Front-End Developer I`,
company: 'FanAI Inc.',
href: 'https://fanai.io/',
date: `Dec 2017 - Dec 2019`,
items: [
`One of two Front-End contributors towards the full-cycle of new
feature development with React & TypeScript, designed for scale with consideration of UI/UX technical feasibility`,
`Developed internal tooling such as account management (firebase),
database management GUI, and tracking custom google analytics
behaviors`,
`Added Storybook to document atomically-designed components &
standardize custom design system`,
],
},
{
title: `Software Engineer`,
company: `iMationSoft`,
href: `https://imationsoft.com`,
date: `Oct 2017 - Dec 2017`,
items: [
`Created an API service with Node.JS and Express.JS that automated
inventory and sales management with Jet.com, Amazon, Ebay, and Etsy`,
],
},
{
title: `Teacher Assistant`,
company: `UCLA Extension`,
href: `https://bootcamp.uclaextension.edu/coding/`,
date: `Sept 2017 - Dec 2017`,
items: [
`Mentored 30 students to develop critical thinking and problem
solving skills`,
],
},
{
title: 'Freelance Web Developer',
href: `/`,
company: `narinsun.com`,
date: `2017 - Present`,
items: [
`Develop consumer-facing mobile first web applications`,
`Create robust databases with server languages for CRUD functionality`,
`Integration of third party APIs to ensure technical feasibility of
UI/UX`,
`Identify the best framework or tools to fit client needs. Examples:
Shopify, Wix, Squarespace, WordPress, etc.`,
],
},
{
title: `Sr. Client Manager`,
href: `https://kforce.com`,
company: `Kforce, Inc.`,
date: `Aug 2015 - Oct 2017`,
},
{
title: 'Vice President, Sales & Project Management',
href: `https://pseagency.com`,
company: 'PSE Agency',
date: `July 2009 - Aug 2015`,
},
],
skills: [
{
title: 'React',
value: 5,
},
{
title: 'TypeScript',
value: 4,
},
{
title: 'JavaScript',
value: 4,
},
{
title: 'CSS',
value: 4,
},
{
title: 'Highcharts',
value: 4,
},
{
title: 'Redux',
value: 3,
},
{
title: 'Node.JS',
value: 3,
},
{
title: `Express.JS`,
value: 3,
},
{
title: `Jest`,
value: 3,
},
{
title: `Testing-Library`,
value: 3,
},
],
},
headerItems: [
`home`,
`about me`,
// `technical skills`,
`portfolio`,
`contact`,
`resume`,
],
portfolioItems: [
{
title: 'Experience',
items: [
{
alt: 'Portfolio - UserAcquisition.com',
description:
'UserAcquisition.com focuses on implementing advanced mar-tech and custom automation to make existing orgs more efficient. We work as an extension of your team, creating a growth machine that enables UA groups to spend more with fewer people.',
href: 'https://useracquisition.com',
fileName: 'alpha.png',
title: 'UA',
year: `2020 - Present`,
myTitle: 'Software Engineer II',
tech: ['React', 'TypeScript', 'GraphQL', 'Apollo', 'Node'],
},
{
alt: 'Portfolio - AlyVR',
description: 'Mobile-Friendly Architectural Visualization Platform',
href: 'https://AlyVR.com',
fileName: 'alyvr.png',
title: 'AlyVR',
year: `2020 - 2021`,
myTitle: 'Front-End Developer (Freelance)',
tech: ['React', 'GraphQL', 'Bootstrap'],
},
{
alt: 'Portfolio - FanAI Inc.',
description:
'Audience Monetization Platform for FanAI clients to get Data Visualizations to show breakdowns of social followings, demographics of fan base, purchase behaviors, and other various data sources',
fileName: 'fanai.png',
href: 'https://fanai.io',
title: 'FanAI',
year: `2017 - 2020`,
myTitle: 'Front-End Developer II',
tech: [
'React',
'TypeScript',
'Redux',
'Jest',
'CSSNext',
'Framer-Motion',
'Highcharts',
'Firebase',
'Storybook',
],
},
{
alt: `Portfolio - iMationSoft`,
description: `Lead team of 6 developers and contributed towards the creation of a prototype API that centralized a merchants inventory and orders with Jet.com, Amazon, Ebay, and Etsy store`,
title: `iMationSoft`,
year: `2017`,
myTitle: 'Freelance Software Engineer',
tech: ['Node', 'Express', 'MySQL', 'Chai', 'Mocha'],
},
{
alt: 'Portfolio - Love Nesh Skin',
description: 'A customized Shopify store for an e-commerce client.',
fileName: 'lovenesh.png',
href: 'https://loveneshskin.com',
title: 'Love Nesh Skin',
myTitle: 'Freelance Developer',
year: `2020`,
},
{
alt: `Portfolio - Matt Denny's Ale House Restaurant`,
description: `A custom Wix site with social integrations, custom input forms, shopping cart, and event calendars`,
fileName: 'md.png',
href: 'https://mattdennys.com',
title: `Matt Denny's`,
myTitle: 'Freelance Developer',
year: `2019`,
},
{
alt: 'Portfolio - Base Roots Shop',
description: 'A customized Shopify store for an e-commerce client.',
fileName: 'br.png',
href: 'https://baserootsshop.com',
title: 'Base Roots',
myTitle: 'Freelance Developer',
year: `2019`,
},
{
alt: 'Portfolio - Metta Healing Arts and Wellness',
description: 'A client site built with Squarespace.',
fileName: 'meta.png',
href: 'https://mettavt.com/',
title: 'Metta Healing Arts and Wellness',
myTitle: 'Freelance Developer',
year: `2017`,
},
],
},
{
title: 'Projects',
items: [
{
alt: 'Portfolio - Narin Sundarabhaya Portfolio',
description:
'SEO Optimized and fast professional portfolio built with React & TypeScript and hosted with Netlify',
fileName: 'portfolio.png',
href: 'https://github.com/ricopella/portfolio_v3',
githubId: `MDEwOlJlcG9zaXRvcnkxNjY0MjU5NjI=`,
title: 'Personal Portfolio',
tech: [
'React',
'TypeScript',
'Gatsby',
'GraphQL',
'emotion',
'Framer-Motion',
'Jest',
'Testing-Library/React',
'Netlify',
],
year: '2020',
},
{
alt: 'Portfolio - The Music Please',
description:
'Website with an shopify integration, netlify forms, cloudinary cdn for image hosting, integration with twitch API, and more.',
href: 'https://github.com/ricopella/Music-Please',
fileName: 'mp.png',
githubId: `MDEwOlJlcG9zaXRvcnk4MTc4OTMyOQ==`,
title: 'The Music Please',
tech: [
'React',
'TypeScript',
'Gatsby',
'GraphQL',
'emotion',
'Framer-Motion',
'Netlify',
'Shopify',
'Cloudinary',
'Twitch API',
],
year: '2020',
},
{
alt: 'Portfolio - Nike Trivia',
description:
'A Nike themed trivia game originally built in 2017 with vanilla javascript. I wanted to re-do the game with React & TypeScript',
fileName: 'nike.png',
href: 'https://github.com/ricopella/nike-trivia-react',
githubId: `MDEwOlJlcG9zaXRvcnkxOTc5OTc0ODE=`,
title: 'Nike Trivia',
tech: [
'React',
'TypeScript',
'Framer-Motion',
'Jest',
'Testing-Library/React',
],
year: '2020',
},
{
alt: 'Portfolio - RPi_Temperature',
description:
'Full-Stack Home Automation app that reads temperature of a room from Raspberry Pi every 5 minutes, stores the data in database. And hosts the data on a web app',
href: 'https://github.com/ricopella/RPi_temperature',
githubId: `MDEwOlJlcG9zaXRvcnkxNDEwMDQ0Mjg=`,
title: 'Temperature App',
tech: [
'Node',
'Express',
'MongoDB',
'React',
'TypeScript',
'Jest',
'Enzyme',
'Axios',
],
year: `2018`,
},
{
alt: 'Portfolio - Splitzease',
description:
'A React-Native mobile application for splitting bills using OCR to extract text from a picture of a receipt.',
fileName: 'splitzease.jpg',
href: 'https://github.com/ricopella/splitzease',
githubId: `MDEwOlJlcG9zaXRvcnkxMDQ4MzM0OTA=`,
title: 'Splitz Ease',
tech: [
'React-Nate',
'Redux',
'Firebase',
'Axios',
'React-Native-Tesseract-OCR',
],
year: `2017`,
},
{
alt: 'Portfolio - Patient Stack',
description:
'Full-Stack Patient management system for general practice doctors to communicated with their patients with a custom authentication system.',
fileName: 'Patientstack.png',
href: 'https://patientstack.herokuapp.com/',
title: 'Patient Stack',
githubId: `MDEwOlJlcG9zaXRvcnkxMDAzMzUzNDI=`,
tech: [
'Node',
'Express',
'MySQL',
'Bcrypt',
'Passport',
'Socket.IO',
'jQuery',
'Chart.JS',
],
year: `2017`,
},
{
alt: 'Portfolio - Reacting To The Times',
description:
'A NY Times Scrapper built with React NodeJS and Express.',
fileName: 'reacting.png',
href: 'https://reacting-to-the-times.herokuapp.com/',
githubId: `MDEwOlJlcG9zaXRvcnkxMDM2ODU3MzA=`,
title: 'Reacting To The Times',
tech: ['React', 'Node', 'Express', 'MongoDB'],
year: `2017`,
},
{
alt: 'Portfolio - A cup of hacker noon',
description:
'A web scrapper to pull articles from Hacker Noon and save them in MongoDB',
fileName: 'hack.png',
href: 'https://cup-of-hackernoon.herokuapp.com/#results',
githubId: `MDEwOlJlcG9zaXRvcnkxMDI1NDYyNTI=`,
title: 'A Cup of Hacker Noon',
tech: ['Node', 'Express', 'MongoDB', 'Handlebars', 'Cheerio'],
year: `2017`,
},
],
},
],
terminalCommands: [
{
answer: '"Los Angeles, CA"',
question: 'current_location',
},
{
answer: '[email protected]',
href: 'mailto:[email protected]',
question: 'contact_information',
},
{
answer:
'["Front-End Web Developer", "Freelancer", "Certified Scrum Master"]',
question: 'roles',
},
{
answer:
'["Complex web-apps", "Data visualizations in the browser", "Small business websites", "Shopify customizations", "Mobile apps"]',
question: 'types_of_work',
},
{
answer:
'["TypeScript", "React", "Highcharts", "PostCSS", "Jest/Enzyme"]',
question: 'most_recent_tech_stack',
},
{
answer:
'["Turntablism", "Record Collecting", "Music Production", Olde English Bulldog owner", "Photography", "Boston Sports - Bruins, Red Sox, Patriots, Celtics", "Eating at new places", "Coffee", "Tacos"]',
question: 'interests || hobbies',
},
],
skills: [
{
title: 'Languages',
items: [
{
title: `TypeScript`,
percent: 80,
},
{
title: `JavaScript (ES6+)`,
percent: 75,
},
{
title: `Python`,
percent: 30,
},
{
title: 'PHP',
percent: 20,
},
],
},
{
title: 'Front-End',
items: [
{
title: `React`,
percent: 80,
},
{
title: `Redux`,
percent: 80,
},
{
title: `GraphQL`,
percent: 60,
},
{
title: `CSSNext`,
percent: 75,
},
{
title: `Styled-Components`,
percent: 75,
},
{
title: `Highcharts`,
percent: 70,
},
{
title: 'Framer-Motion',
percent: 65,
},
{
title: 'Sass',
percent: 65,
},
{
title: `Storybook`,
percent: 65,
},
{
title: `GatsbyJS`,
percent: 65,
},
{
title: `React-Native`,
percent: 60,
},
{
title: `D3.js`,
percent: 50,
},
{
title: `Liquid`,
percent: 50,
},
],
},
{
title: 'Back-End / Operations',
items: [
{
title: 'Node.JS',
percent: 60,
},
{
title: 'Express.JS',
percent: 60,
},
{
title: `Netlify`,
percent: 60,
},
{
title: `Heroku`,
percent: 60,
},
{
title: `Flask`,
percent: 50,
},
{
title: `Django`,
percent: 50,
},
{
title: `Socket.io`,
percent: 50,
},
{
title: `Google Cloud`,
percent: 50,
},
],
},
{
title: 'Database',
items: [
{
title: 'Firebase',
percent: 80,
},
{
title: `MySQL`,
percent: 60,
},
{
title: `SQLite`,
percent: 60,
},
{
title: `MongoDB`,
percent: 60,
},
],
},
{
title: 'Testing',
items: [
{
title: 'Jest',
percent: 80,
},
{
title: 'Enzyme',
percent: 80,
},
{
title: 'Testing-Library',
percent: 80,
},
{
title: 'Chai',
percent: 70,
},
{
title: 'Mocha',
percent: 70,
},
{
title: 'Cypress',
percent: 50,
},
{
title: 'Mabl',
percent: 50,
},
],
},
],
},
plugins: [
`gatsby-plugin-react-helmet`,
{
resolve: `gatsby-source-filesystem`,
options: {
name: `images`,
path: `${__dirname}/src/images`,
},
},
`gatsby-transformer-sharp`,
`gatsby-plugin-sharp`,
{
resolve: `gatsby-plugin-manifest`,
options: {
name: `Narin Sundarabhaya | Portfolio`,
short_name: `nrs. | Portfolio`,
start_url: `/`,
background_color: `#666385`,
theme_color: `#666385`,
display: `minimal-ui`,
icon: `src/images/favicon/favicon.ico`,
},
},
'gatsby-plugin-offline',
'gatsby-plugin-emotion',
`gatsby-plugin-typescript`,
{
resolve: `gatsby-plugin-scroll-reveal`,
options: {
threshold: 0.05,
once: true,
},
},
'gatsby-plugin-anchor-links',
{
resolve: `gatsby-plugin-google-analytics`,
options: {
trackingId: process.env.GA_TRACKING_ID || '',
anonymize: true,
respectDNT: true,
},
},
{
resolve: `gatsby-source-spotify`,
options: {
clientId: process.env.SPOTIFY_CLIENT_ID,
clientSecret: process.env.SPOTIFY_CLIENT_SECRET,
refreshToken: process.env.SPOTIFY_REFRESH_TOKEN,
fetchRecent: true,
timeRanges: ['short_term', 'medium_term', 'long_term'],
},
},
`gatsby-plugin-sitemap`,
{
resolve: 'gatsby-plugin-robots-txt',
options: {
host: 'https://www.narinsun.com',
sitemap: 'https://www.narinsun.com/sitemap.xml',
env: {
development: {
policy: [{ userAgent: '*', disallow: ['/'] }],
},
production: {
policy: [{ userAgent: '*', allow: '/' }],
},
},
},
},
{
resolve: 'gatsby-source-graphql',
options: {
typeName: 'GitHub',
fieldName: 'github',
url: 'https://api.github.com/graphql',
headers: {
Authorization: `Bearer ${process.env.GITHUB_TOKEN}`,
},
},
},
],
}