gaboesquivel 3.4.11 → 3.4.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -55,9 +55,9 @@ var projects = [
55
55
  "nuqs",
56
56
  "Supabase"
57
57
  ],
58
- type: ["web3", "oss"],
58
+ type: ["web3", "oss", "featured"],
59
59
  link: "https://github.com/blockmatic/basilic-evm",
60
- image: "https://gaboesquivel.com/images/work/basilic-evm.png",
60
+ image: "https://gaboesquivel.com/images/work/basilic-evm.webp",
61
61
  repo: "https://github.com/blockmatic/basilic-evm",
62
62
  achievements: [
63
63
  "Developed a modular architecture for EVM applications, improving scalability and maintainability.",
@@ -95,7 +95,7 @@ var projects = [
95
95
  "Zod",
96
96
  "nuqs"
97
97
  ],
98
- type: ["web3", "ai", "oss", "full-time", "lead", "defi"],
98
+ type: ["web3", "ai", "oss", "full-time", "lead", "defi", "featured"],
99
99
  link: "https://bitlauncher.ai",
100
100
  image: "https://gaboesquivel.com/images/work/bitlauncher.png",
101
101
  video: "https://www.youtube.com/watch?v=U6vn3KOEwcQ",
@@ -136,7 +136,7 @@ var projects = [
136
136
  "Zod",
137
137
  "nuqs"
138
138
  ],
139
- type: ["ai", "oss"],
139
+ type: ["ai", "oss", "featured"],
140
140
  link: "https://masterbots.ai",
141
141
  image: "https://gaboesquivel.com/images/work/masterbots.png",
142
142
  repo: "https://github.com/bitcashorg/masterbots",
@@ -168,7 +168,7 @@ var projects = [
168
168
  "Tailwind",
169
169
  "TypeScript"
170
170
  ],
171
- type: ["web3", "full-time"],
171
+ type: ["web3", "full-time", "featured"],
172
172
  link: "https://ztx.io",
173
173
  image: "https://gaboesquivel.com/images/work/ztx.png",
174
174
  video: "https://www.youtube.com/watch?v=h58y6UzZ7RA",
@@ -200,7 +200,7 @@ var projects = [
200
200
  "Docker",
201
201
  "Tailwind"
202
202
  ],
203
- type: ["web3", "full-time"],
203
+ type: ["web3", "full-time", "featured"],
204
204
  link: "https://raremint.com",
205
205
  image: "https://gaboesquivel.com/images/work/raremint.png",
206
206
  video: "https://www.youtube.com/watch?v=2wh32w7N9xg",
@@ -234,7 +234,7 @@ var projects = [
234
234
  "Stitches",
235
235
  "Zustand"
236
236
  ],
237
- type: ["web3", "contract", "lead"],
237
+ type: ["web3", "contract", "lead", "featured"],
238
238
  link: "https://bitcash.org",
239
239
  image: "https://gaboesquivel.com/images/work/bitcash-bank.png",
240
240
  video: "https://www.youtube.com/watch?v=2JuHy_w0Ct4",
@@ -255,7 +255,7 @@ var projects = [
255
255
  slug: "emanate",
256
256
  description: "Emanate is a Web3-powered network marketplace for the music industry, streamlining music creation, distribution, and monetization.\n At Emanate, I maintained the ReactJS web app streaming platform and the back office for artist revenue distribution.",
257
257
  tech: ["ReactJS", "TypeScript", "EOS", "AWS", "Tailwind"],
258
- type: ["web3", "contract"],
258
+ type: ["web3", "contract", "featured"],
259
259
  link: "https://emanate.live",
260
260
  image: "https://gaboesquivel.com/images/work/emanate.png",
261
261
  video: "https://www.youtube.com/watch?v=qjmn7M7YC9g",
@@ -275,7 +275,7 @@ var projects = [
275
275
  slug: "make-sense-labs",
276
276
  description: "Sense.chat, developed by Sense, a blockchain and DeFi company, is a secure chat and transaction app focusing on user data privacy.\n My role at Sense involved enhancing the React Native app's performance and integrating it with the EOS mainnet for token functionality.",
277
277
  tech: ["React Native", "TypeScript", "EOS"],
278
- type: ["web3", "contract"],
278
+ type: ["web3", "contract", "featured"],
279
279
  link: "https://www.youtube.com/watch?v=2DJxzYDaAz8",
280
280
  image: "https://gaboesquivel.com/images/work/sense-chat.png",
281
281
  video: "https://www.youtube.com/watch?v=2DJxzYDaAz8",
@@ -290,6 +290,36 @@ var projects = [
290
290
  "In addition to performance improvements, I enhanced the app's security and privacy features, reinforcing user protection. My contributions to Make Sense Labs reflect my dedication to developing secure and user-friendly blockchain applications."
291
291
  ]
292
292
  },
293
+ {
294
+ title: "ChainGraph",
295
+ slug: "chaingraph",
296
+ description: "This real-time GraphQL toolkit is designed for EOSIO/Antelope blockchain applications, offering features like data subscriptions and querying multiple blockchains.\n As a personal side project during my time at Bitcash, I was responsible for the architectural design, technology selection, and coding of the toolkit, including a real-time blockchain data streaming package.",
297
+ tech: [
298
+ "Antelope",
299
+ "NodeJS",
300
+ "Docker",
301
+ "GraphQL",
302
+ "GCP",
303
+ "RXJS",
304
+ "ReactJS",
305
+ "Docker",
306
+ "TypeScript"
307
+ ],
308
+ type: ["web3", "oss", "featured"],
309
+ link: "https://chaingraph.io",
310
+ image: "https://gaboesquivel.com/images/work/chaingraph.png",
311
+ repo: "https://github.com/chaingraph",
312
+ achievements: [
313
+ "Developed a real-time GraphQL subscription toolkit for EOSIO/Antelope blockchains.",
314
+ "Implemented blockchain data indexing and event streaming capabilities.",
315
+ "Designed an intuitive developer interface for querying multiple blockchain networks."
316
+ ],
317
+ story: [
318
+ "ChainGraph was developed as a real-time GraphQL toolkit for EOSIO/Antelope blockchain applications, providing developers with powerful tools for data subscriptions and querying across multiple blockchains.",
319
+ "As a personal side project during my time at Bitcash, I took on the responsibility of architectural design, technology selection, and coding of the toolkit. This included developing a real-time blockchain data streaming package that enhanced the platform's capabilities.",
320
+ "The project reflects my passion for blockchain technology and my commitment to creating open-source tools that empower developers. ChainGraph continues to serve as a valuable resource for those working with EOSIO/Antelope blockchains, showcasing my ability to innovate and deliver impactful solutions."
321
+ ]
322
+ },
293
323
  {
294
324
  title: "EOS Costa Rica",
295
325
  slug: "eos-costa-rica",
@@ -309,7 +339,7 @@ var projects = [
309
339
  "NodeJS",
310
340
  "TypeScript"
311
341
  ],
312
- type: ["web3", "full-time", "lead"],
342
+ type: ["web3", "full-time", "lead", "featured"],
313
343
  link: "https://eoscostarica.io",
314
344
  image: "https://gaboesquivel.com/images/work/eoscostarica.png",
315
345
  repo: "https://github.com/eoscostarica",
@@ -330,7 +360,7 @@ var projects = [
330
360
  slug: "eos-rate",
331
361
  description: "EOS Rate is a community-driven tool for rating EOS Block Producers, featuring a radial graph and community input stored on the blockchain.\n In this project, I was responsible for the technical architecture and selecting the appropriate technology.",
332
362
  tech: ["EOS", "C++", "GraphQL", "ReactJS", "GCP", "Docker", "TypeScript"],
333
- type: ["web3", "oss"],
363
+ type: ["web3", "oss", "featured"],
334
364
  link: "https://eosrate.io",
335
365
  image: "https://gaboesquivel.com/images/work/eosrate.png",
336
366
  repo: "https://github.com/eoscostarica/eos-rate",
@@ -347,72 +377,18 @@ var projects = [
347
377
  ]
348
378
  },
349
379
  {
350
- title: "Knowledge.io",
351
- slug: "knowledge-io",
352
- description: "Knowledge is a platform that rewards users for sharing information, recognized through a token system.\n My role at Knowledge included leading the architecture of the token and supporting systems for a successful ICO, and forming a skilled development team.",
353
- tech: [
354
- "TypeScript",
355
- "Ethereum",
356
- "Ethers",
357
- "Solidity",
358
- "AWS",
359
- "Serverless",
360
- "GraphQL",
361
- "React Native",
362
- "NodeJS",
363
- "EVM"
364
- ],
365
- type: ["web3", "contract", "oss"],
366
- link: "https://github.com/knowledge/ethereum-contracts",
367
- image: "https://gaboesquivel.com/images/work/knowledge.png",
368
- repo: "https://github.com/knowledge",
369
- achievements: [
370
- "Led the development and deployment of Knowledge.io's token system.",
371
- "Designed and implemented smart contracts for token rewards and transactions.",
372
- "Built a scalable serverless infrastructure to support the platform's growth."
373
- ],
374
- story: [
375
- "Knowledge.io is a platform that incentivizes users to share information by rewarding them with tokens. My role involved leading the architecture of the token and supporting systems, which were crucial for the platform's successful ICO.",
376
- "I designed and implemented smart contracts that facilitated token rewards and transactions, ensuring a secure and efficient system. Additionally, I built a scalable serverless infrastructure using AWS, which supported the platform's growth and adaptability.",
377
- "By forming a skilled development team, I ensured that Knowledge.io could continue to innovate and expand its offerings. My contributions reflect a commitment to leveraging blockchain technology to create rewarding and engaging user experiences."
378
- ]
379
- },
380
- {
381
- title: "ChainGraph",
382
- slug: "chaingraph",
383
- description: "This real-time GraphQL toolkit is designed for EOSIO/Antelope blockchain applications, offering features like data subscriptions and querying multiple blockchains.\n As a personal side project during my time at Bitcash, I was responsible for the architectural design, technology selection, and coding of the toolkit, including a real-time blockchain data streaming package.",
380
+ title: "Fantasy Top Shots",
381
+ slug: "fantasy-top-shots",
382
+ description: "The mobile app game based on NBA Top Shot NFTs was developed for the 2022 Flow Hackathon. It leverages the popularity of NBA Top Shot NFTs to create an engaging gaming experience.\n My contribution to this project was in the game's design and development, utilizing my skills in blockchain technology and mobile app development.",
384
383
  tech: [
385
- "Antelope",
386
- "NodeJS",
387
- "Docker",
388
- "GraphQL",
389
- "GCP",
390
- "RXJS",
384
+ "Flow",
385
+ "NFT",
391
386
  "ReactJS",
392
- "Docker",
387
+ "Expo",
388
+ "Tailwind",
393
389
  "TypeScript"
394
390
  ],
395
- type: ["web3", "oss"],
396
- link: "https://chaingraph.io",
397
- image: "https://gaboesquivel.com/images/work/chaingraph.png",
398
- repo: "https://github.com/chaingraph",
399
- achievements: [
400
- "Developed a real-time GraphQL subscription toolkit for EOSIO/Antelope blockchains.",
401
- "Implemented blockchain data indexing and event streaming capabilities.",
402
- "Designed an intuitive developer interface for querying multiple blockchain networks."
403
- ],
404
- story: [
405
- "ChainGraph was developed as a real-time GraphQL toolkit for EOSIO/Antelope blockchain applications, providing developers with powerful tools for data subscriptions and querying across multiple blockchains.",
406
- "As a personal side project during my time at Bitcash, I took on the responsibility of architectural design, technology selection, and coding of the toolkit. This included developing a real-time blockchain data streaming package that enhanced the platform's capabilities.",
407
- "The project reflects my passion for blockchain technology and my commitment to creating open-source tools that empower developers. ChainGraph continues to serve as a valuable resource for those working with EOSIO/Antelope blockchains, showcasing my ability to innovate and deliver impactful solutions."
408
- ]
409
- },
410
- {
411
- title: "Fantasy Top Shots",
412
- slug: "fantasy-top-shots",
413
- description: "The mobile app game based on NBA Top Shot NFTs was developed for the 2022 Flow Hackathon. It leverages the popularity of NBA Top Shot NFTs to create an engaging gaming experience.\n My contribution to this project was in the game's design and development, utilizing my skills in blockchain technology and mobile app development.",
414
- tech: ["Flow", "NFT", "ReactJS", "Expo", "Tailwind", "TypeScript"],
415
- type: ["web3", "hackathon"],
391
+ type: ["web3", "hackathon", "featured"],
416
392
  link: "https://fantasy-top-shot.vercel.app",
417
393
  image: "https://gaboesquivel.com/images/work/fantasy-top-shots.png",
418
394
  video: "https://www.youtube.com/watch?v=Il2aiKhy_ug",
@@ -433,7 +409,7 @@ var projects = [
433
409
  slug: "substrate-contracts-ui",
434
410
  description: "Substrate Contracts UI is a web application for deploying and interacting with WASM smart contracts on Substrate blockchains.\n I contributed to the project by enhancing code quality through multiple open-source contributions and gained experience in building dApps with Substrate.",
435
411
  tech: ["Polkadot", "Substrate", "ReactJS", "Tailwind", "TypeScript"],
436
- type: ["web3", "oss"],
412
+ type: ["web3", "oss", "featured"],
437
413
  link: "https://contracts-ui.substrate.io/",
438
414
  image: "https://gaboesquivel.com/images/work/contracts-ui.png",
439
415
  repo: "https://github.com/paritytech/contracts-ui",
@@ -462,7 +438,7 @@ var projects = [
462
438
  "NFT",
463
439
  "TypeScript"
464
440
  ],
465
- type: ["ai", "web3", "hackathon"],
441
+ type: ["ai", "web3", "hackathon", "featured"],
466
442
  link: "https://wizart.world",
467
443
  image: "https://gaboesquivel.com/images/work/wizart-world.png",
468
444
  video: "https://www.youtube.com/watch?v=I_vBUflXHFA",
@@ -483,7 +459,7 @@ var projects = [
483
459
  slug: "dboard",
484
460
  description: "dBoard is a DAO decision-making and community management tool. It allows stakeholders to strategize, debate, and vote on actions for organizational efficiency.\n In this project, my contributions included overseeing the technical architecture and the smart contract development and integration on the webapp.",
485
461
  tech: ["Antelope", "NextJS", "GCP", "GraphQL", "TypeScript", "Docker"],
486
- type: ["web3"],
462
+ type: ["web3", "featured"],
487
463
  link: "https://eos.dboard.ai",
488
464
  image: "https://gaboesquivel.com/images/work/dboard.png",
489
465
  repo: "https://github.com/bitcashorg/bitcash-contract-dho",
@@ -498,6 +474,37 @@ var projects = [
498
474
  "Through the implementation of a seamless GraphQL API, dBoard offers improved data interactions, allowing stakeholders to access and analyze information efficiently. This project reflects my commitment to advancing DAO technologies and creating tools that enhance organizational efficiency and community collaboration."
499
475
  ]
500
476
  },
477
+ {
478
+ title: "Knowledge.io",
479
+ slug: "knowledge-io",
480
+ description: "Knowledge is a platform that rewards users for sharing information, recognized through a token system.\n My role at Knowledge included leading the architecture of the token and supporting systems for a successful ICO, and forming a skilled development team.",
481
+ tech: [
482
+ "TypeScript",
483
+ "Ethereum",
484
+ "Ethers",
485
+ "Solidity",
486
+ "AWS",
487
+ "Serverless",
488
+ "GraphQL",
489
+ "React Native",
490
+ "NodeJS",
491
+ "EVM"
492
+ ],
493
+ type: ["web3", "contract", "oss", "featured"],
494
+ link: "https://github.com/knowledge/ethereum-contracts",
495
+ image: "https://gaboesquivel.com/images/work/knowledge.png",
496
+ repo: "https://github.com/knowledge",
497
+ achievements: [
498
+ "Led the development and deployment of Knowledge.io's token system.",
499
+ "Designed and implemented smart contracts for token rewards and transactions.",
500
+ "Built a scalable serverless infrastructure to support the platform's growth."
501
+ ],
502
+ story: [
503
+ "Knowledge.io is a platform that incentivizes users to share information by rewarding them with tokens. My role involved leading the architecture of the token and supporting systems, which were crucial for the platform's successful ICO.",
504
+ "I designed and implemented smart contracts that facilitated token rewards and transactions, ensuring a secure and efficient system. Additionally, I built a scalable serverless infrastructure using AWS, which supported the platform's growth and adaptability.",
505
+ "By forming a skilled development team, I ensured that Knowledge.io could continue to innovate and expand its offerings. My contributions reflect a commitment to leveraging blockchain technology to create rewarding and engaging user experiences."
506
+ ]
507
+ },
501
508
  {
502
509
  title: "Wink",
503
510
  slug: "wink",
@@ -512,7 +519,7 @@ var projects = [
512
519
  "Biometrics",
513
520
  "Docker"
514
521
  ],
515
- type: ["full-time", "lead"],
522
+ type: ["full-time", "lead", "featured"],
516
523
  link: "https://holawink.com",
517
524
  image: "https://gaboesquivel.com/images/work/wink.png",
518
525
  video: "https://www.youtube.com/watch?v=rfeISMW_OVc",
@@ -542,7 +549,7 @@ var projects = [
542
549
  "jQuery",
543
550
  "CSS"
544
551
  ],
545
- type: ["full-time"],
552
+ type: ["full-time", "featured"],
546
553
  achievements: [
547
554
  "Enhanced user experience through AJAX-driven interactivity.",
548
555
  "Implemented A/B testing strategies to optimize user engagement.",
@@ -578,7 +585,7 @@ var projects = [
578
585
  slug: "elder-scrolls-online",
579
586
  description: "The official website serves as a central hub for a gaming community, offering news, game guides, and forums.\n My role was to ensure a user-centric design for the website, facilitating easy navigation and engagement with the content, blending aesthetics and functionality for a dynamic digital platform.",
580
587
  tech: ["PHP", "JavaScript", "jQuery", "Facebook API", "Twitter API"],
581
- type: ["contract"],
588
+ type: ["contract", "featured"],
582
589
  link: "http://elderscrollsonline.com",
583
590
  image: "https://gaboesquivel.com/images/work/elder-scrolls.jpg",
584
591
  achievements: [
@@ -605,7 +612,7 @@ var projects = [
605
612
  "require.js",
606
613
  "CSS"
607
614
  ],
608
- type: ["full-time", "lead"],
615
+ type: ["full-time", "lead", "featured"],
609
616
  link: "http://yeahtv.com",
610
617
  image: "https://gaboesquivel.com/images/work/yeahtv.jpg",
611
618
  achievements: [
@@ -625,7 +632,7 @@ var projects = [
625
632
  description: "Tikr is an online store with dynamic, real-time fluctuating prices, offering a unique shopping experience. It operates on the Ruby on Rails-based Spree backend framework.\n My role at Tikr encompassed full-stack development with a focus on frontend development and customization of the Spree backend framework.",
626
633
  link: "http://tikr.com",
627
634
  image: "https://gaboesquivel.com/images/work/tikr.jpg",
628
- type: ["contract"],
635
+ type: ["contract", "featured"],
629
636
  tech: ["Ruby on Rails", "Spree", "Heroku", "Postgres", "jQuery", "SASS"],
630
637
  achievements: [
631
638
  "Developed a dynamic pricing engine using Spree and Ruby on Rails.",
package/dist/index.mjs CHANGED
@@ -24,9 +24,9 @@ var projects = [
24
24
  "nuqs",
25
25
  "Supabase"
26
26
  ],
27
- type: ["web3", "oss"],
27
+ type: ["web3", "oss", "featured"],
28
28
  link: "https://github.com/blockmatic/basilic-evm",
29
- image: "https://gaboesquivel.com/images/work/basilic-evm.png",
29
+ image: "https://gaboesquivel.com/images/work/basilic-evm.webp",
30
30
  repo: "https://github.com/blockmatic/basilic-evm",
31
31
  achievements: [
32
32
  "Developed a modular architecture for EVM applications, improving scalability and maintainability.",
@@ -64,7 +64,7 @@ var projects = [
64
64
  "Zod",
65
65
  "nuqs"
66
66
  ],
67
- type: ["web3", "ai", "oss", "full-time", "lead", "defi"],
67
+ type: ["web3", "ai", "oss", "full-time", "lead", "defi", "featured"],
68
68
  link: "https://bitlauncher.ai",
69
69
  image: "https://gaboesquivel.com/images/work/bitlauncher.png",
70
70
  video: "https://www.youtube.com/watch?v=U6vn3KOEwcQ",
@@ -105,7 +105,7 @@ var projects = [
105
105
  "Zod",
106
106
  "nuqs"
107
107
  ],
108
- type: ["ai", "oss"],
108
+ type: ["ai", "oss", "featured"],
109
109
  link: "https://masterbots.ai",
110
110
  image: "https://gaboesquivel.com/images/work/masterbots.png",
111
111
  repo: "https://github.com/bitcashorg/masterbots",
@@ -137,7 +137,7 @@ var projects = [
137
137
  "Tailwind",
138
138
  "TypeScript"
139
139
  ],
140
- type: ["web3", "full-time"],
140
+ type: ["web3", "full-time", "featured"],
141
141
  link: "https://ztx.io",
142
142
  image: "https://gaboesquivel.com/images/work/ztx.png",
143
143
  video: "https://www.youtube.com/watch?v=h58y6UzZ7RA",
@@ -169,7 +169,7 @@ var projects = [
169
169
  "Docker",
170
170
  "Tailwind"
171
171
  ],
172
- type: ["web3", "full-time"],
172
+ type: ["web3", "full-time", "featured"],
173
173
  link: "https://raremint.com",
174
174
  image: "https://gaboesquivel.com/images/work/raremint.png",
175
175
  video: "https://www.youtube.com/watch?v=2wh32w7N9xg",
@@ -203,7 +203,7 @@ var projects = [
203
203
  "Stitches",
204
204
  "Zustand"
205
205
  ],
206
- type: ["web3", "contract", "lead"],
206
+ type: ["web3", "contract", "lead", "featured"],
207
207
  link: "https://bitcash.org",
208
208
  image: "https://gaboesquivel.com/images/work/bitcash-bank.png",
209
209
  video: "https://www.youtube.com/watch?v=2JuHy_w0Ct4",
@@ -224,7 +224,7 @@ var projects = [
224
224
  slug: "emanate",
225
225
  description: "Emanate is a Web3-powered network marketplace for the music industry, streamlining music creation, distribution, and monetization.\n At Emanate, I maintained the ReactJS web app streaming platform and the back office for artist revenue distribution.",
226
226
  tech: ["ReactJS", "TypeScript", "EOS", "AWS", "Tailwind"],
227
- type: ["web3", "contract"],
227
+ type: ["web3", "contract", "featured"],
228
228
  link: "https://emanate.live",
229
229
  image: "https://gaboesquivel.com/images/work/emanate.png",
230
230
  video: "https://www.youtube.com/watch?v=qjmn7M7YC9g",
@@ -244,7 +244,7 @@ var projects = [
244
244
  slug: "make-sense-labs",
245
245
  description: "Sense.chat, developed by Sense, a blockchain and DeFi company, is a secure chat and transaction app focusing on user data privacy.\n My role at Sense involved enhancing the React Native app's performance and integrating it with the EOS mainnet for token functionality.",
246
246
  tech: ["React Native", "TypeScript", "EOS"],
247
- type: ["web3", "contract"],
247
+ type: ["web3", "contract", "featured"],
248
248
  link: "https://www.youtube.com/watch?v=2DJxzYDaAz8",
249
249
  image: "https://gaboesquivel.com/images/work/sense-chat.png",
250
250
  video: "https://www.youtube.com/watch?v=2DJxzYDaAz8",
@@ -259,6 +259,36 @@ var projects = [
259
259
  "In addition to performance improvements, I enhanced the app's security and privacy features, reinforcing user protection. My contributions to Make Sense Labs reflect my dedication to developing secure and user-friendly blockchain applications."
260
260
  ]
261
261
  },
262
+ {
263
+ title: "ChainGraph",
264
+ slug: "chaingraph",
265
+ description: "This real-time GraphQL toolkit is designed for EOSIO/Antelope blockchain applications, offering features like data subscriptions and querying multiple blockchains.\n As a personal side project during my time at Bitcash, I was responsible for the architectural design, technology selection, and coding of the toolkit, including a real-time blockchain data streaming package.",
266
+ tech: [
267
+ "Antelope",
268
+ "NodeJS",
269
+ "Docker",
270
+ "GraphQL",
271
+ "GCP",
272
+ "RXJS",
273
+ "ReactJS",
274
+ "Docker",
275
+ "TypeScript"
276
+ ],
277
+ type: ["web3", "oss", "featured"],
278
+ link: "https://chaingraph.io",
279
+ image: "https://gaboesquivel.com/images/work/chaingraph.png",
280
+ repo: "https://github.com/chaingraph",
281
+ achievements: [
282
+ "Developed a real-time GraphQL subscription toolkit for EOSIO/Antelope blockchains.",
283
+ "Implemented blockchain data indexing and event streaming capabilities.",
284
+ "Designed an intuitive developer interface for querying multiple blockchain networks."
285
+ ],
286
+ story: [
287
+ "ChainGraph was developed as a real-time GraphQL toolkit for EOSIO/Antelope blockchain applications, providing developers with powerful tools for data subscriptions and querying across multiple blockchains.",
288
+ "As a personal side project during my time at Bitcash, I took on the responsibility of architectural design, technology selection, and coding of the toolkit. This included developing a real-time blockchain data streaming package that enhanced the platform's capabilities.",
289
+ "The project reflects my passion for blockchain technology and my commitment to creating open-source tools that empower developers. ChainGraph continues to serve as a valuable resource for those working with EOSIO/Antelope blockchains, showcasing my ability to innovate and deliver impactful solutions."
290
+ ]
291
+ },
262
292
  {
263
293
  title: "EOS Costa Rica",
264
294
  slug: "eos-costa-rica",
@@ -278,7 +308,7 @@ var projects = [
278
308
  "NodeJS",
279
309
  "TypeScript"
280
310
  ],
281
- type: ["web3", "full-time", "lead"],
311
+ type: ["web3", "full-time", "lead", "featured"],
282
312
  link: "https://eoscostarica.io",
283
313
  image: "https://gaboesquivel.com/images/work/eoscostarica.png",
284
314
  repo: "https://github.com/eoscostarica",
@@ -299,7 +329,7 @@ var projects = [
299
329
  slug: "eos-rate",
300
330
  description: "EOS Rate is a community-driven tool for rating EOS Block Producers, featuring a radial graph and community input stored on the blockchain.\n In this project, I was responsible for the technical architecture and selecting the appropriate technology.",
301
331
  tech: ["EOS", "C++", "GraphQL", "ReactJS", "GCP", "Docker", "TypeScript"],
302
- type: ["web3", "oss"],
332
+ type: ["web3", "oss", "featured"],
303
333
  link: "https://eosrate.io",
304
334
  image: "https://gaboesquivel.com/images/work/eosrate.png",
305
335
  repo: "https://github.com/eoscostarica/eos-rate",
@@ -316,72 +346,18 @@ var projects = [
316
346
  ]
317
347
  },
318
348
  {
319
- title: "Knowledge.io",
320
- slug: "knowledge-io",
321
- description: "Knowledge is a platform that rewards users for sharing information, recognized through a token system.\n My role at Knowledge included leading the architecture of the token and supporting systems for a successful ICO, and forming a skilled development team.",
322
- tech: [
323
- "TypeScript",
324
- "Ethereum",
325
- "Ethers",
326
- "Solidity",
327
- "AWS",
328
- "Serverless",
329
- "GraphQL",
330
- "React Native",
331
- "NodeJS",
332
- "EVM"
333
- ],
334
- type: ["web3", "contract", "oss"],
335
- link: "https://github.com/knowledge/ethereum-contracts",
336
- image: "https://gaboesquivel.com/images/work/knowledge.png",
337
- repo: "https://github.com/knowledge",
338
- achievements: [
339
- "Led the development and deployment of Knowledge.io's token system.",
340
- "Designed and implemented smart contracts for token rewards and transactions.",
341
- "Built a scalable serverless infrastructure to support the platform's growth."
342
- ],
343
- story: [
344
- "Knowledge.io is a platform that incentivizes users to share information by rewarding them with tokens. My role involved leading the architecture of the token and supporting systems, which were crucial for the platform's successful ICO.",
345
- "I designed and implemented smart contracts that facilitated token rewards and transactions, ensuring a secure and efficient system. Additionally, I built a scalable serverless infrastructure using AWS, which supported the platform's growth and adaptability.",
346
- "By forming a skilled development team, I ensured that Knowledge.io could continue to innovate and expand its offerings. My contributions reflect a commitment to leveraging blockchain technology to create rewarding and engaging user experiences."
347
- ]
348
- },
349
- {
350
- title: "ChainGraph",
351
- slug: "chaingraph",
352
- description: "This real-time GraphQL toolkit is designed for EOSIO/Antelope blockchain applications, offering features like data subscriptions and querying multiple blockchains.\n As a personal side project during my time at Bitcash, I was responsible for the architectural design, technology selection, and coding of the toolkit, including a real-time blockchain data streaming package.",
349
+ title: "Fantasy Top Shots",
350
+ slug: "fantasy-top-shots",
351
+ description: "The mobile app game based on NBA Top Shot NFTs was developed for the 2022 Flow Hackathon. It leverages the popularity of NBA Top Shot NFTs to create an engaging gaming experience.\n My contribution to this project was in the game's design and development, utilizing my skills in blockchain technology and mobile app development.",
353
352
  tech: [
354
- "Antelope",
355
- "NodeJS",
356
- "Docker",
357
- "GraphQL",
358
- "GCP",
359
- "RXJS",
353
+ "Flow",
354
+ "NFT",
360
355
  "ReactJS",
361
- "Docker",
356
+ "Expo",
357
+ "Tailwind",
362
358
  "TypeScript"
363
359
  ],
364
- type: ["web3", "oss"],
365
- link: "https://chaingraph.io",
366
- image: "https://gaboesquivel.com/images/work/chaingraph.png",
367
- repo: "https://github.com/chaingraph",
368
- achievements: [
369
- "Developed a real-time GraphQL subscription toolkit for EOSIO/Antelope blockchains.",
370
- "Implemented blockchain data indexing and event streaming capabilities.",
371
- "Designed an intuitive developer interface for querying multiple blockchain networks."
372
- ],
373
- story: [
374
- "ChainGraph was developed as a real-time GraphQL toolkit for EOSIO/Antelope blockchain applications, providing developers with powerful tools for data subscriptions and querying across multiple blockchains.",
375
- "As a personal side project during my time at Bitcash, I took on the responsibility of architectural design, technology selection, and coding of the toolkit. This included developing a real-time blockchain data streaming package that enhanced the platform's capabilities.",
376
- "The project reflects my passion for blockchain technology and my commitment to creating open-source tools that empower developers. ChainGraph continues to serve as a valuable resource for those working with EOSIO/Antelope blockchains, showcasing my ability to innovate and deliver impactful solutions."
377
- ]
378
- },
379
- {
380
- title: "Fantasy Top Shots",
381
- slug: "fantasy-top-shots",
382
- description: "The mobile app game based on NBA Top Shot NFTs was developed for the 2022 Flow Hackathon. It leverages the popularity of NBA Top Shot NFTs to create an engaging gaming experience.\n My contribution to this project was in the game's design and development, utilizing my skills in blockchain technology and mobile app development.",
383
- tech: ["Flow", "NFT", "ReactJS", "Expo", "Tailwind", "TypeScript"],
384
- type: ["web3", "hackathon"],
360
+ type: ["web3", "hackathon", "featured"],
385
361
  link: "https://fantasy-top-shot.vercel.app",
386
362
  image: "https://gaboesquivel.com/images/work/fantasy-top-shots.png",
387
363
  video: "https://www.youtube.com/watch?v=Il2aiKhy_ug",
@@ -402,7 +378,7 @@ var projects = [
402
378
  slug: "substrate-contracts-ui",
403
379
  description: "Substrate Contracts UI is a web application for deploying and interacting with WASM smart contracts on Substrate blockchains.\n I contributed to the project by enhancing code quality through multiple open-source contributions and gained experience in building dApps with Substrate.",
404
380
  tech: ["Polkadot", "Substrate", "ReactJS", "Tailwind", "TypeScript"],
405
- type: ["web3", "oss"],
381
+ type: ["web3", "oss", "featured"],
406
382
  link: "https://contracts-ui.substrate.io/",
407
383
  image: "https://gaboesquivel.com/images/work/contracts-ui.png",
408
384
  repo: "https://github.com/paritytech/contracts-ui",
@@ -431,7 +407,7 @@ var projects = [
431
407
  "NFT",
432
408
  "TypeScript"
433
409
  ],
434
- type: ["ai", "web3", "hackathon"],
410
+ type: ["ai", "web3", "hackathon", "featured"],
435
411
  link: "https://wizart.world",
436
412
  image: "https://gaboesquivel.com/images/work/wizart-world.png",
437
413
  video: "https://www.youtube.com/watch?v=I_vBUflXHFA",
@@ -452,7 +428,7 @@ var projects = [
452
428
  slug: "dboard",
453
429
  description: "dBoard is a DAO decision-making and community management tool. It allows stakeholders to strategize, debate, and vote on actions for organizational efficiency.\n In this project, my contributions included overseeing the technical architecture and the smart contract development and integration on the webapp.",
454
430
  tech: ["Antelope", "NextJS", "GCP", "GraphQL", "TypeScript", "Docker"],
455
- type: ["web3"],
431
+ type: ["web3", "featured"],
456
432
  link: "https://eos.dboard.ai",
457
433
  image: "https://gaboesquivel.com/images/work/dboard.png",
458
434
  repo: "https://github.com/bitcashorg/bitcash-contract-dho",
@@ -467,6 +443,37 @@ var projects = [
467
443
  "Through the implementation of a seamless GraphQL API, dBoard offers improved data interactions, allowing stakeholders to access and analyze information efficiently. This project reflects my commitment to advancing DAO technologies and creating tools that enhance organizational efficiency and community collaboration."
468
444
  ]
469
445
  },
446
+ {
447
+ title: "Knowledge.io",
448
+ slug: "knowledge-io",
449
+ description: "Knowledge is a platform that rewards users for sharing information, recognized through a token system.\n My role at Knowledge included leading the architecture of the token and supporting systems for a successful ICO, and forming a skilled development team.",
450
+ tech: [
451
+ "TypeScript",
452
+ "Ethereum",
453
+ "Ethers",
454
+ "Solidity",
455
+ "AWS",
456
+ "Serverless",
457
+ "GraphQL",
458
+ "React Native",
459
+ "NodeJS",
460
+ "EVM"
461
+ ],
462
+ type: ["web3", "contract", "oss", "featured"],
463
+ link: "https://github.com/knowledge/ethereum-contracts",
464
+ image: "https://gaboesquivel.com/images/work/knowledge.png",
465
+ repo: "https://github.com/knowledge",
466
+ achievements: [
467
+ "Led the development and deployment of Knowledge.io's token system.",
468
+ "Designed and implemented smart contracts for token rewards and transactions.",
469
+ "Built a scalable serverless infrastructure to support the platform's growth."
470
+ ],
471
+ story: [
472
+ "Knowledge.io is a platform that incentivizes users to share information by rewarding them with tokens. My role involved leading the architecture of the token and supporting systems, which were crucial for the platform's successful ICO.",
473
+ "I designed and implemented smart contracts that facilitated token rewards and transactions, ensuring a secure and efficient system. Additionally, I built a scalable serverless infrastructure using AWS, which supported the platform's growth and adaptability.",
474
+ "By forming a skilled development team, I ensured that Knowledge.io could continue to innovate and expand its offerings. My contributions reflect a commitment to leveraging blockchain technology to create rewarding and engaging user experiences."
475
+ ]
476
+ },
470
477
  {
471
478
  title: "Wink",
472
479
  slug: "wink",
@@ -481,7 +488,7 @@ var projects = [
481
488
  "Biometrics",
482
489
  "Docker"
483
490
  ],
484
- type: ["full-time", "lead"],
491
+ type: ["full-time", "lead", "featured"],
485
492
  link: "https://holawink.com",
486
493
  image: "https://gaboesquivel.com/images/work/wink.png",
487
494
  video: "https://www.youtube.com/watch?v=rfeISMW_OVc",
@@ -511,7 +518,7 @@ var projects = [
511
518
  "jQuery",
512
519
  "CSS"
513
520
  ],
514
- type: ["full-time"],
521
+ type: ["full-time", "featured"],
515
522
  achievements: [
516
523
  "Enhanced user experience through AJAX-driven interactivity.",
517
524
  "Implemented A/B testing strategies to optimize user engagement.",
@@ -547,7 +554,7 @@ var projects = [
547
554
  slug: "elder-scrolls-online",
548
555
  description: "The official website serves as a central hub for a gaming community, offering news, game guides, and forums.\n My role was to ensure a user-centric design for the website, facilitating easy navigation and engagement with the content, blending aesthetics and functionality for a dynamic digital platform.",
549
556
  tech: ["PHP", "JavaScript", "jQuery", "Facebook API", "Twitter API"],
550
- type: ["contract"],
557
+ type: ["contract", "featured"],
551
558
  link: "http://elderscrollsonline.com",
552
559
  image: "https://gaboesquivel.com/images/work/elder-scrolls.jpg",
553
560
  achievements: [
@@ -574,7 +581,7 @@ var projects = [
574
581
  "require.js",
575
582
  "CSS"
576
583
  ],
577
- type: ["full-time", "lead"],
584
+ type: ["full-time", "lead", "featured"],
578
585
  link: "http://yeahtv.com",
579
586
  image: "https://gaboesquivel.com/images/work/yeahtv.jpg",
580
587
  achievements: [
@@ -594,7 +601,7 @@ var projects = [
594
601
  description: "Tikr is an online store with dynamic, real-time fluctuating prices, offering a unique shopping experience. It operates on the Ruby on Rails-based Spree backend framework.\n My role at Tikr encompassed full-stack development with a focus on frontend development and customization of the Spree backend framework.",
595
602
  link: "http://tikr.com",
596
603
  image: "https://gaboesquivel.com/images/work/tikr.jpg",
597
- type: ["contract"],
604
+ type: ["contract", "featured"],
598
605
  tech: ["Ruby on Rails", "Spree", "Heroku", "Postgres", "jQuery", "SASS"],
599
606
  achievements: [
600
607
  "Developed a dynamic pricing engine using Spree and Ruby on Rails.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gaboesquivel",
3
- "version": "3.4.11",
3
+ "version": "3.4.14",
4
4
  "description": "Gabo Esquivel - Software Engineer",
5
5
  "author": "Gabo Esquivel",
6
6
  "main": "./dist/index.js",