gaboesquivel 3.2.1 → 3.2.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/projects.json +210 -64
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gaboesquivel",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "Gabo Esquivel - Software Engineer",
5
5
  "author": "Gabo Esquivel",
6
6
  "main": "./index.js",
package/projects.json CHANGED
@@ -1,35 +1,66 @@
1
1
  [
2
2
  {
3
- "title": "bitcashBank",
4
- "description": "Bitcash allows users to buy, trade, deposit, and earn on cryptocurrencies, with a focus on exchanging funds for local currency stablecoins or bitUSD. The platform also features BitcashDAO for community-based decision-making.\n At Bitcash, my role from the start focused on infrastructure design, tech recruitment, and developer training. I later transitioned to a consulting role to guide the platform's continuous adaptation and success.",
3
+ "title": "bitlauncher",
4
+ "description": "BitLauncher supports AI startups by democratizing access to resources and funding through a decentralized, open-source platform. It features a batch auction system for token sales, ensuring fair and transparent price discovery. Participants bid during a fixed period, and tokens are distributed at a uniform price, eliminating manipulation and ensuring equal opportunities for all investors.",
5
5
  "technologies": [
6
- "Antelope",
7
- "Smart Contracts",
8
- "ReactJS",
9
- "Containers",
10
- "GCloud",
6
+ "TypeScript",
7
+ "Solidity",
8
+ "Hardhat",
9
+ "NextJS",
10
+ "Viem",
11
+ "Wagmi",
12
+ "NodeJS",
13
+ "PostgreSQL"
14
+ ],
15
+ "tags": [
16
+ "web3",
17
+ "ai",
18
+ "oss",
19
+ "full-time",
20
+ "lead"
21
+ ],
22
+ "link": "https://bitlauncher.ai",
23
+ "image": "https://gaboesquivel.com/images/work/bitlauncher.png",
24
+ "video": "https://www.youtube.com/watch?v=U6vn3KOEwcQ",
25
+ "repo": "https://github.com/bitcashorg/smartevm"
26
+ },
27
+ {
28
+ "title": "Masterbots",
29
+ "description": "Masterbots.ai is a platform that aims to elevate AI beyond ChatGPT by providing specialized chatbots, social sharing features, and user-friendly innovation. It features domain-specific AI chatbots that can perform more advanced tasks beyond basic information lookup or simple conversations.",
30
+ "technologies": [
31
+ "NextJS",
11
32
  "NodeJS",
12
33
  "GraphQL",
13
34
  "PostgreSQL",
14
- "TypeScript"
35
+ "TypeScript",
36
+ "AI SDK",
37
+ "LLMs"
15
38
  ],
16
- "link": "https://bitcash.org",
17
- "image": "https://gaboesquivel.com/images/work/bitcash-bank.png",
18
- "video": "https://www.youtube.com/watch?v=2JuHy_w0Ct4",
19
- "repo": "https://github.com/bitcashorg"
39
+ "tags": [
40
+ "ai",
41
+ "oss"
42
+ ],
43
+ "link": "https://masterbots.ai",
44
+ "image": "https://gaboesquivel.com/images/work/masterbots.png",
45
+ "repo": "https://github.com/bitcashorg/masterbots"
20
46
  },
21
47
  {
22
48
  "title": "ZTX",
23
- "description": "ZTX, a web3 metaverse platform, enables creators to build, play, and earn. Supported by Jump Crypto and ZEPETO, it integrates blockchain for NFT trading.\n As a software consultant in the early stages of ZTX, I was responsible for developing the NFT marketplace and establishing a link between the WebGL metaverse and EVM technologies.",
49
+ "description": "ZTX, a web3 metaverse platform, enables creators to build, play, and earn. Supported by Jump Crypto and ZEPETO, it integrates blockchain for NFT trading.\n As a software consultant in the early stages of ZTX, I was responsible for developing the react app to host the metaverse and the WebGL/EVM wallet integration.",
24
50
  "technologies": [
25
51
  "WebGL",
26
52
  "Ethereum",
27
53
  "Ethers",
54
+ "NFT",
28
55
  "AWS",
29
56
  "Node.js",
30
57
  "ReactJS",
31
58
  "NextJS"
32
59
  ],
60
+ "tags": [
61
+ "web3",
62
+ "full-time"
63
+ ],
33
64
  "link": "https://ztx.io",
34
65
  "image": "https://gaboesquivel.com/images/work/ztx.png",
35
66
  "video": "https://www.youtube.com/watch?v=h58y6UzZ7RA"
@@ -38,31 +69,60 @@
38
69
  "title": "RareMint",
39
70
  "description": "RareMint digitizes real-world sports collectibles as NFTs, offering a digital collectible experience.\n I led technical efforts at RareMint to enhance the NFT marketplace's performance and maintainability. Additionally, I supported integrating the platform with the Polygon network for auctions.",
40
71
  "technologies": [
41
- "Ethereum",
42
- "Polygon",
72
+ "EVM",
43
73
  "Ethers",
74
+ "NFT",
44
75
  "React",
45
- "Containers",
46
76
  "GCloud",
47
77
  "NodeJS",
48
78
  "GraphQL",
49
79
  "TypeScript"
50
80
  ],
81
+ "tags": [
82
+ "web3",
83
+ "full-time"
84
+ ],
51
85
  "link": "https://raremint.com",
52
86
  "image": "https://gaboesquivel.com/images/work/raremint.png",
53
87
  "video": "https://www.youtube.com/watch?v=2wh32w7N9xg"
54
88
  },
89
+ {
90
+ "title": "bitcashBank",
91
+ "description": "Bitcash allows users to buy, trade, deposit, and earn on cryptocurrencies, with a focus on exchanging funds for local currency stablecoins or bitUSD. The platform also features BitcashDAO for community-based decision-making.\n At Bitcash, my role from the start focused on infrastructure design, tech recruitment, and developer training. I later transitioned to a consulting role to guide the platform's continuous adaptation and success.",
92
+ "technologies": [
93
+ "Antelope",
94
+ "C++",
95
+ "ReactJS",
96
+ "GCloud",
97
+ "NodeJS",
98
+ "GraphQL",
99
+ "PostgreSQL",
100
+ "TypeScript"
101
+ ],
102
+ "tags": [
103
+ "web3",
104
+ "contract",
105
+ "lead"
106
+ ],
107
+ "link": "https://bitcash.org",
108
+ "image": "https://gaboesquivel.com/images/work/bitcash-bank.png",
109
+ "video": "https://www.youtube.com/watch?v=2JuHy_w0Ct4",
110
+ "repo": "https://github.com/bitcashorg"
111
+ },
55
112
  {
56
113
  "title": "Emanate",
57
114
  "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.",
58
115
  "technologies": [
59
- "Blockchain",
60
116
  "ReactJS",
61
117
  "TypeScript",
62
118
  "EOS",
63
119
  "AWS"
64
120
  ],
65
- "link": "https://example.com/emanate",
121
+ "tags": [
122
+ "web3",
123
+ "contract"
124
+ ],
125
+ "link": "https://emanate.live",
66
126
  "image": "https://gaboesquivel.com/images/work/emanate.png",
67
127
  "video": "https://www.youtube.com/watch?v=qjmn7M7YC9g"
68
128
  },
@@ -75,6 +135,10 @@
75
135
  "Blockchain",
76
136
  "EOS"
77
137
  ],
138
+ "tags": [
139
+ "web3",
140
+ "contract"
141
+ ],
78
142
  "link": "https://www.youtube.com/watch?v=2DJxzYDaAz8",
79
143
  "image": "https://gaboesquivel.com/images/work/sense-chat.png",
80
144
  "video": "https://www.youtube.com/watch?v=2DJxzYDaAz8"
@@ -84,14 +148,18 @@
84
148
  "description": "EOS Costa Rica provides infrastructure for EOSIO blockchains and custom smart contract development.\n Joining EOS Costa Rica at its inception, I played a key role in the EOS mainnet launch, managed validators for multiple networks, and helped establish the custom development services division. My major contribution included leading the architecture for a custom private blockchain for Grant Thornton.",
85
149
  "technologies": [
86
150
  "EOS",
87
- "Smart Contracts",
151
+ "C++",
88
152
  "PostgreSQL",
89
- "Containers",
90
153
  "Cloud",
91
154
  "NodeJS",
92
155
  "GraphQL",
93
156
  "ReactJS"
94
157
  ],
158
+ "tags": [
159
+ "web3",
160
+ "full-time",
161
+ "lead"
162
+ ],
95
163
  "link": "https://eoscostarica.io",
96
164
  "image": "https://gaboesquivel.com/images/work/eoscostarica.png",
97
165
  "repo": "https://github.com/eoscostarica",
@@ -102,10 +170,14 @@
102
170
  "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.",
103
171
  "technologies": [
104
172
  "EOS",
105
- "Smart Contracts",
173
+ "C++",
106
174
  "GraphQL",
107
175
  "ReactJS"
108
176
  ],
177
+ "tags": [
178
+ "web3",
179
+ "oss"
180
+ ],
109
181
  "link": "https://eosrate.io",
110
182
  "image": "https://gaboesquivel.com/images/work/eosrate.png",
111
183
  "repo": "https://github.com/eoscostarica/eos-rate",
@@ -116,14 +188,18 @@
116
188
  "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.",
117
189
  "technologies": [
118
190
  "Ethereum",
119
- "Smart Contracts",
191
+ "Solidity",
120
192
  "AWS",
121
193
  "Serverless",
122
194
  "GraphQL",
123
195
  "React Native",
124
196
  "React",
125
- "Node.js",
126
- "Jenkins"
197
+ "Node.js"
198
+ ],
199
+ "tags": [
200
+ "web3",
201
+ "contract",
202
+ "oss"
127
203
  ],
128
204
  "link": "https://github.com/knowledge/ethereum-contracts",
129
205
  "image": "https://gaboesquivel.com/images/work/knowledge.png",
@@ -133,7 +209,6 @@
133
209
  "title": "ChainGraph",
134
210
  "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.",
135
211
  "technologies": [
136
- "EOSIO",
137
212
  "Antelope",
138
213
  "NodeJS",
139
214
  "Docker",
@@ -142,6 +217,10 @@
142
217
  "RXJS",
143
218
  "ReactJS"
144
219
  ],
220
+ "tags": [
221
+ "web3",
222
+ "oss"
223
+ ],
145
224
  "link": "https://chaingraph.io",
146
225
  "image": "https://gaboesquivel.com/images/work/chaingraph.png",
147
226
  "repo": "https://github.com/chaingraph"
@@ -151,43 +230,20 @@
151
230
  "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.",
152
231
  "technologies": [
153
232
  "Flow Blockchain",
233
+ "NFT",
154
234
  "ReactJS",
155
235
  "React Native with Expo",
156
236
  "Tailwind"
157
237
  ],
238
+ "tags": [
239
+ "web3",
240
+ "hackathon"
241
+ ],
158
242
  "link": "https://fantasy-top-shot.vercel.app",
159
243
  "image": "https://gaboesquivel.com/images/work/fantasy-top-shots.png",
160
244
  "video": "https://www.youtube.com/watch?v=Il2aiKhy_ug",
161
245
  "repo": "https://github.com/bitcashorg/fantasy-top-shot"
162
246
  },
163
- {
164
- "title": "Holepunch Playground",
165
- "description": "Holepunch is a collection of JavaScript modules for creating P2P apps. It's an open repository for exploring different P2P patterns and functionalities.\n In this project, I initiated and maintained the repository to explore various P2P functionalities using JavaScript.",
166
- "technologies": [
167
- "NodeJS",
168
- "Turbo",
169
- "P2P",
170
- "Hypercore",
171
- "Hyperswarm",
172
- "Hyperbee"
173
- ],
174
- "link": "https://github.com/gaboesquivel/holepunch-playground",
175
- "image": "https://gaboesquivel.com/images/work/holepunch-playground.png",
176
- "repo": "https://github.com/gaboesquivel/holepunch-playground"
177
- },
178
- {
179
- "title": "SmartSale EVM",
180
- "description": "SmartSale EVM, an EVM version of the Gnosis Smart Contract, facilitates multi-chain fund-raising with Dutch Auction functionality for fairer token distribution.\n My responsibilities included defining the technical architecture, selecting the technology stack, and planning the project roadmap.",
181
- "technologies": [
182
- "Antelope EVM",
183
- "ReactJS",
184
- "GraphQL ( subgraph )",
185
- "Firehose streams"
186
- ],
187
- "link": "https://pomelo.io/grants/smartsale",
188
- "image": "https://gaboesquivel.com/images/work/smartsale-evm.webp",
189
- "repo": "https://github.com/bitcashorg/smartevm"
190
- },
191
247
  {
192
248
  "title": "Substrate Contracts UI",
193
249
  "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.",
@@ -197,6 +253,10 @@
197
253
  "ReactJS",
198
254
  "Tailwind"
199
255
  ],
256
+ "tags": [
257
+ "web3",
258
+ "oss"
259
+ ],
200
260
  "link": "https://contracts-ui.substrate.io/",
201
261
  "image": "https://gaboesquivel.com/images/work/contracts-ui.png",
202
262
  "repo": "https://github.com/paritytech/contracts-ui"
@@ -206,12 +266,19 @@
206
266
  "description": "A progressive web app connects to GPT3 to generate AI images and mint them on the Flow blockchain. This app integrates AI with blockchain technology.\n My role involved the app's development, focusing on integrating GPT3 for image generation and ensuring smooth functionality with the Flow blockchain.",
207
267
  "technologies": [
208
268
  "NextJS",
209
- "Flow Blockchain",
269
+ "Flow",
210
270
  "Niftory",
211
271
  "GPT3",
212
- "AI",
272
+ "Dalle",
273
+ "Midjourney",
274
+ "OpenAI",
213
275
  "Tailwind"
214
276
  ],
277
+ "tags": [
278
+ "ai",
279
+ "web3",
280
+ "hackathon"
281
+ ],
215
282
  "link": "https://wizart.world",
216
283
  "image": "https://gaboesquivel.com/images/work/wizart-world.png",
217
284
  "video": "https://www.youtube.com/watch?v=I_vBUflXHFA",
@@ -222,12 +289,13 @@
222
289
  "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.",
223
290
  "technologies": [
224
291
  "Antelope",
225
- "EOS",
226
- "Smart Contracts",
227
292
  "NextJS",
228
293
  "GCloud",
229
294
  "GraphQL"
230
295
  ],
296
+ "tags": [
297
+ "web3"
298
+ ],
231
299
  "link": "https://eos.dboard.ai",
232
300
  "image": "https://gaboesquivel.com/images/work/dboard.png",
233
301
  "repo": "https://github.com/bitcashorg/bitcash-contract-dho"
@@ -238,13 +306,14 @@
238
306
  "technologies": [
239
307
  "AWS",
240
308
  "Serverless",
241
- "ReactNative",
309
+ "React Native",
242
310
  "React",
243
311
  "NodeJS",
244
- "Zero-Trust",
245
- "Biometrics",
246
- "Mocha",
247
- "Chai"
312
+ "Biometrics"
313
+ ],
314
+ "tags": [
315
+ "full-time",
316
+ "lead"
248
317
  ],
249
318
  "link": "https://holawink.com",
250
319
  "image": "https://gaboesquivel.com/images/work/wink.png",
@@ -263,6 +332,9 @@
263
332
  "Dojo",
264
333
  "jQuery",
265
334
  "CSS3"
335
+ ],
336
+ "tags": [
337
+ "full-time"
266
338
  ]
267
339
  },
268
340
  {
@@ -273,6 +345,9 @@
273
345
  "technologies": [
274
346
  "JavaScript",
275
347
  "CSS3"
348
+ ],
349
+ "tags": [
350
+ "other"
276
351
  ]
277
352
  },
278
353
  {
@@ -285,6 +360,9 @@
285
360
  "Facebook API",
286
361
  "Twitter API"
287
362
  ],
363
+ "tags": [
364
+ "contract"
365
+ ],
288
366
  "link": "http://elderscrollsonline.com",
289
367
  "image": "https://gaboesquivel.com/images/work/elder-scrolls.jpg"
290
368
  },
@@ -301,6 +379,10 @@
301
379
  "Brightcove API",
302
380
  "require.js"
303
381
  ],
382
+ "tags": [
383
+ "full-time",
384
+ "lead"
385
+ ],
304
386
  "link": "http://yeahtv.com",
305
387
  "image": "https://gaboesquivel.com/images/work/yeahtv.jpg"
306
388
  },
@@ -309,6 +391,9 @@
309
391
  "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.",
310
392
  "link": "http://tikr.com",
311
393
  "image": "https://gaboesquivel.com/images/work/tikr.jpg",
394
+ "tags": [
395
+ "contract"
396
+ ],
312
397
  "technologies": [
313
398
  "Ruby on Rails",
314
399
  "Spree",
@@ -331,6 +416,9 @@
331
416
  "Stripe",
332
417
  "Twilio"
333
418
  ],
419
+ "tags": [
420
+ "contract"
421
+ ],
334
422
  "link": "http://www.eatarcade.com/",
335
423
  "image": "https://gaboesquivel.com/images/work/eatarcade.jpg"
336
424
  },
@@ -347,6 +435,9 @@
347
435
  "Heroku",
348
436
  "Divshot"
349
437
  ],
438
+ "tags": [
439
+ "contract"
440
+ ],
350
441
  "link": "http://www.jockeyhollowbarandkitchen.com/",
351
442
  "image": "https://gaboesquivel.com/images/work/jockey-hollow.png"
352
443
  },
@@ -363,6 +454,9 @@
363
454
  "Heroku",
364
455
  "Divshot"
365
456
  ],
457
+ "tags": [
458
+ "contract"
459
+ ],
366
460
  "link": "#",
367
461
  "image": "https://gaboesquivel.com/images/work/jockey-hollow-menu.png"
368
462
  },
@@ -376,6 +470,9 @@
376
470
  "eBay API",
377
471
  "HTML5",
378
472
  "AJAX/jQuery"
473
+ ],
474
+ "tags": [
475
+ "contract"
379
476
  ]
380
477
  },
381
478
  {
@@ -384,12 +481,13 @@
384
481
  "technologies": [
385
482
  "React Native",
386
483
  "ReactJS",
387
- "Containers",
388
- "Cloud",
389
484
  "NodeJS",
390
485
  "TypeScript",
391
486
  "Augmented Reality"
392
487
  ],
488
+ "tags": [
489
+ "contract"
490
+ ],
393
491
  "link": "https://www.tractorsupply.com/tsc/cms/app",
394
492
  "image": "https://gaboesquivel.com/images/work/tractor-supply.png"
395
493
  },
@@ -408,6 +506,9 @@
408
506
  "PostgreSQL",
409
507
  "Linux"
410
508
  ],
509
+ "tags": [
510
+ "contract"
511
+ ],
411
512
  "link": "https://www.myphoto.com/",
412
513
  "image": "https://gaboesquivel.com/images/work/photoandgo.jpg"
413
514
  },
@@ -422,6 +523,9 @@
422
523
  "MongoDB",
423
524
  "Angular.js"
424
525
  ],
526
+ "tags": [
527
+ "contract"
528
+ ],
425
529
  "link": "https://example.com/18techs",
426
530
  "image": "https://gaboesquivel.com/images/work/4tius.jpg"
427
531
  },
@@ -433,6 +537,9 @@
433
537
  "technologies": [
434
538
  "JavaScript",
435
539
  "CSS3"
540
+ ],
541
+ "tags": [
542
+ "other"
436
543
  ]
437
544
  },
438
545
  {
@@ -444,6 +551,9 @@
444
551
  "JavaScript",
445
552
  "CSS3",
446
553
  "Wordpress"
554
+ ],
555
+ "tags": [
556
+ "other"
447
557
  ]
448
558
  },
449
559
  {
@@ -455,6 +565,9 @@
455
565
  "JavaScript",
456
566
  "CSS3",
457
567
  "Mootols"
568
+ ],
569
+ "tags": [
570
+ "other"
458
571
  ]
459
572
  },
460
573
  {
@@ -467,6 +580,9 @@
467
580
  "Data Charts",
468
581
  "CSS",
469
582
  "Bootstrap"
583
+ ],
584
+ "tags": [
585
+ "contract"
470
586
  ]
471
587
  },
472
588
  {
@@ -479,6 +595,9 @@
479
595
  "Faye",
480
596
  "LESS",
481
597
  "Heroku"
598
+ ],
599
+ "tags": [
600
+ "contract"
482
601
  ]
483
602
  },
484
603
  {
@@ -491,6 +610,9 @@
491
610
  "Wordpress",
492
611
  "CSS",
493
612
  "Bootstrap"
613
+ ],
614
+ "tags": [
615
+ "other"
494
616
  ]
495
617
  },
496
618
  {
@@ -502,6 +624,9 @@
502
624
  "JavaScript",
503
625
  "CSS3",
504
626
  "Wordpress"
627
+ ],
628
+ "tags": [
629
+ "other"
505
630
  ]
506
631
  },
507
632
  {
@@ -513,6 +638,9 @@
513
638
  "JavaScript",
514
639
  "CSS3",
515
640
  "Wordpress"
641
+ ],
642
+ "tags": [
643
+ "other"
516
644
  ]
517
645
  },
518
646
  {
@@ -524,6 +652,9 @@
524
652
  "JavaScript",
525
653
  "CSS3",
526
654
  "Wordpress"
655
+ ],
656
+ "tags": [
657
+ "other"
527
658
  ]
528
659
  },
529
660
  {
@@ -534,6 +665,9 @@
534
665
  "technologies": [
535
666
  "JavaScript",
536
667
  "CSS3"
668
+ ],
669
+ "tags": [
670
+ "contract"
537
671
  ]
538
672
  },
539
673
  {
@@ -546,6 +680,9 @@
546
680
  "CSS3",
547
681
  "Wordpress",
548
682
  "PHP"
683
+ ],
684
+ "tags": [
685
+ "other"
549
686
  ]
550
687
  },
551
688
  {
@@ -558,6 +695,9 @@
558
695
  "CSS3",
559
696
  "PHP",
560
697
  "Custom CMS"
698
+ ],
699
+ "tags": [
700
+ "other"
561
701
  ]
562
702
  },
563
703
  {
@@ -569,6 +709,9 @@
569
709
  "JavaScript",
570
710
  "CSS3",
571
711
  "Mootols"
712
+ ],
713
+ "tags": [
714
+ "other"
572
715
  ]
573
716
  },
574
717
  {
@@ -580,6 +723,9 @@
580
723
  "JavaScript",
581
724
  "CSS3",
582
725
  "Wordpress"
726
+ ],
727
+ "tags": [
728
+ "other"
583
729
  ]
584
730
  }
585
731
  ]