gaboesquivel 3.2.1 → 3.2.3

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 (3) hide show
  1. package/package.json +1 -1
  2. package/projects.json +275 -64
  3. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gaboesquivel",
3
- "version": "3.2.1",
3
+ "version": "3.2.3",
4
4
  "description": "Gabo Esquivel - Software Engineer",
5
5
  "author": "Gabo Esquivel",
6
6
  "main": "./index.js",
package/projects.json CHANGED
@@ -1,73 +1,163 @@
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": "BasilicEVM",
4
+ "slug": "basilic-evm",
5
+ "description": "BasilicEVM is a performance-optimized development stack for EVM applications. Built with Foundry, viem/wagmi, and Next.js 15, it features AI-powered development workflows, specialized cursor rules, and streamlined UI generation. The stack includes smart contracts, chain integration, frontend components, and data layer with Ponder indexing and Supabase.",
5
6
  "technologies": [
6
- "Antelope",
7
- "Smart Contracts",
8
- "ReactJS",
9
- "Containers",
10
- "GCloud",
7
+ "TypeScript",
8
+ "Solidity",
9
+ "Foundry",
10
+ "NextJS",
11
+ "Viem",
12
+ "Wagmi",
13
+ "EVM",
14
+ "ThirdWeb",
15
+ "AI"
16
+ ],
17
+ "tags": [
18
+ "web3",
19
+ "oss"
20
+ ],
21
+ "link": "https://github.com/blockmatic/basilic-evm",
22
+ "image": "https://gaboesquivel.com/images/work/basilic-evm.png",
23
+ "repo": "https://github.com/blockmatic/basilic-evm"
24
+ },
25
+ {
26
+ "title": "bitlauncher",
27
+ "slug": "bitlauncher",
28
+ "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.",
29
+ "technologies": [
30
+ "TypeScript",
31
+ "Solidity",
32
+ "Hardhat",
33
+ "NextJS",
34
+ "Viem",
35
+ "Wagmi",
36
+ "NodeJS",
37
+ "PostgreSQL"
38
+ ],
39
+ "tags": [
40
+ "web3",
41
+ "ai",
42
+ "oss",
43
+ "full-time",
44
+ "lead"
45
+ ],
46
+ "link": "https://bitlauncher.ai",
47
+ "image": "https://gaboesquivel.com/images/work/bitlauncher.png",
48
+ "video": "https://www.youtube.com/watch?v=U6vn3KOEwcQ",
49
+ "repo": "https://github.com/bitcashorg/smartevm"
50
+ },
51
+ {
52
+ "title": "Masterbots",
53
+ "slug": "masterbots",
54
+ "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.",
55
+ "technologies": [
56
+ "NextJS",
11
57
  "NodeJS",
12
58
  "GraphQL",
13
59
  "PostgreSQL",
14
- "TypeScript"
60
+ "TypeScript",
61
+ "AI SDK",
62
+ "LLMs"
15
63
  ],
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"
64
+ "tags": [
65
+ "ai",
66
+ "oss"
67
+ ],
68
+ "link": "https://masterbots.ai",
69
+ "image": "https://gaboesquivel.com/images/work/masterbots.png",
70
+ "repo": "https://github.com/bitcashorg/masterbots"
20
71
  },
21
72
  {
22
73
  "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.",
74
+ "slug": "ztx",
75
+ "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
76
  "technologies": [
25
77
  "WebGL",
26
78
  "Ethereum",
27
79
  "Ethers",
80
+ "NFT",
28
81
  "AWS",
29
82
  "Node.js",
30
83
  "ReactJS",
31
84
  "NextJS"
32
85
  ],
86
+ "tags": [
87
+ "web3",
88
+ "full-time"
89
+ ],
33
90
  "link": "https://ztx.io",
34
91
  "image": "https://gaboesquivel.com/images/work/ztx.png",
35
92
  "video": "https://www.youtube.com/watch?v=h58y6UzZ7RA"
36
93
  },
37
94
  {
38
95
  "title": "RareMint",
96
+ "slug": "raremint",
39
97
  "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
98
  "technologies": [
41
- "Ethereum",
42
- "Polygon",
99
+ "EVM",
43
100
  "Ethers",
101
+ "NFT",
44
102
  "React",
45
- "Containers",
46
103
  "GCloud",
47
104
  "NodeJS",
48
105
  "GraphQL",
49
106
  "TypeScript"
50
107
  ],
108
+ "tags": [
109
+ "web3",
110
+ "full-time"
111
+ ],
51
112
  "link": "https://raremint.com",
52
113
  "image": "https://gaboesquivel.com/images/work/raremint.png",
53
114
  "video": "https://www.youtube.com/watch?v=2wh32w7N9xg"
54
115
  },
116
+ {
117
+ "title": "bitcashBank",
118
+ "slug": "bitcashbank",
119
+ "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.",
120
+ "technologies": [
121
+ "Antelope",
122
+ "C++",
123
+ "ReactJS",
124
+ "GCloud",
125
+ "NodeJS",
126
+ "GraphQL",
127
+ "PostgreSQL",
128
+ "TypeScript"
129
+ ],
130
+ "tags": [
131
+ "web3",
132
+ "contract",
133
+ "lead"
134
+ ],
135
+ "link": "https://bitcash.org",
136
+ "image": "https://gaboesquivel.com/images/work/bitcash-bank.png",
137
+ "video": "https://www.youtube.com/watch?v=2JuHy_w0Ct4",
138
+ "repo": "https://github.com/bitcashorg"
139
+ },
55
140
  {
56
141
  "title": "Emanate",
142
+ "slug": "emanate",
57
143
  "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
144
  "technologies": [
59
- "Blockchain",
60
145
  "ReactJS",
61
146
  "TypeScript",
62
147
  "EOS",
63
148
  "AWS"
64
149
  ],
65
- "link": "https://example.com/emanate",
150
+ "tags": [
151
+ "web3",
152
+ "contract"
153
+ ],
154
+ "link": "https://emanate.live",
66
155
  "image": "https://gaboesquivel.com/images/work/emanate.png",
67
156
  "video": "https://www.youtube.com/watch?v=qjmn7M7YC9g"
68
157
  },
69
158
  {
70
159
  "title": "Make Sense Labs Inc",
160
+ "slug": "make-sense-labs-inc",
71
161
  "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.",
72
162
  "technologies": [
73
163
  "React Native",
@@ -75,23 +165,32 @@
75
165
  "Blockchain",
76
166
  "EOS"
77
167
  ],
168
+ "tags": [
169
+ "web3",
170
+ "contract"
171
+ ],
78
172
  "link": "https://www.youtube.com/watch?v=2DJxzYDaAz8",
79
173
  "image": "https://gaboesquivel.com/images/work/sense-chat.png",
80
174
  "video": "https://www.youtube.com/watch?v=2DJxzYDaAz8"
81
175
  },
82
176
  {
83
177
  "title": "EOS Costa Rica",
178
+ "slug": "eos-costa-rica",
84
179
  "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
180
  "technologies": [
86
181
  "EOS",
87
- "Smart Contracts",
182
+ "C++",
88
183
  "PostgreSQL",
89
- "Containers",
90
184
  "Cloud",
91
185
  "NodeJS",
92
186
  "GraphQL",
93
187
  "ReactJS"
94
188
  ],
189
+ "tags": [
190
+ "web3",
191
+ "full-time",
192
+ "lead"
193
+ ],
95
194
  "link": "https://eoscostarica.io",
96
195
  "image": "https://gaboesquivel.com/images/work/eoscostarica.png",
97
196
  "repo": "https://github.com/eoscostarica",
@@ -99,13 +198,18 @@
99
198
  },
100
199
  {
101
200
  "title": "EOS Rate",
201
+ "slug": "eos-rate",
102
202
  "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
203
  "technologies": [
104
204
  "EOS",
105
- "Smart Contracts",
205
+ "C++",
106
206
  "GraphQL",
107
207
  "ReactJS"
108
208
  ],
209
+ "tags": [
210
+ "web3",
211
+ "oss"
212
+ ],
109
213
  "link": "https://eosrate.io",
110
214
  "image": "https://gaboesquivel.com/images/work/eosrate.png",
111
215
  "repo": "https://github.com/eoscostarica/eos-rate",
@@ -113,17 +217,22 @@
113
217
  },
114
218
  {
115
219
  "title": "Knowledge.io",
220
+ "slug": "knowledge-io",
116
221
  "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
222
  "technologies": [
118
223
  "Ethereum",
119
- "Smart Contracts",
224
+ "Solidity",
120
225
  "AWS",
121
226
  "Serverless",
122
227
  "GraphQL",
123
228
  "React Native",
124
229
  "React",
125
- "Node.js",
126
- "Jenkins"
230
+ "Node.js"
231
+ ],
232
+ "tags": [
233
+ "web3",
234
+ "contract",
235
+ "oss"
127
236
  ],
128
237
  "link": "https://github.com/knowledge/ethereum-contracts",
129
238
  "image": "https://gaboesquivel.com/images/work/knowledge.png",
@@ -131,9 +240,9 @@
131
240
  },
132
241
  {
133
242
  "title": "ChainGraph",
243
+ "slug": "chaingraph",
134
244
  "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
245
  "technologies": [
136
- "EOSIO",
137
246
  "Antelope",
138
247
  "NodeJS",
139
248
  "Docker",
@@ -142,54 +251,37 @@
142
251
  "RXJS",
143
252
  "ReactJS"
144
253
  ],
254
+ "tags": [
255
+ "web3",
256
+ "oss"
257
+ ],
145
258
  "link": "https://chaingraph.io",
146
259
  "image": "https://gaboesquivel.com/images/work/chaingraph.png",
147
260
  "repo": "https://github.com/chaingraph"
148
261
  },
149
262
  {
150
263
  "title": "Fantasy Top Shots",
264
+ "slug": "fantasy-top-shots",
151
265
  "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
266
  "technologies": [
153
267
  "Flow Blockchain",
268
+ "NFT",
154
269
  "ReactJS",
155
270
  "React Native with Expo",
156
271
  "Tailwind"
157
272
  ],
273
+ "tags": [
274
+ "web3",
275
+ "hackathon"
276
+ ],
158
277
  "link": "https://fantasy-top-shot.vercel.app",
159
278
  "image": "https://gaboesquivel.com/images/work/fantasy-top-shots.png",
160
279
  "video": "https://www.youtube.com/watch?v=Il2aiKhy_ug",
161
280
  "repo": "https://github.com/bitcashorg/fantasy-top-shot"
162
281
  },
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
282
  {
192
283
  "title": "Substrate Contracts UI",
284
+ "slug": "substrate-contracts-ui",
193
285
  "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.",
194
286
  "technologies": [
195
287
  "Polkadot",
@@ -197,21 +289,33 @@
197
289
  "ReactJS",
198
290
  "Tailwind"
199
291
  ],
292
+ "tags": [
293
+ "web3",
294
+ "oss"
295
+ ],
200
296
  "link": "https://contracts-ui.substrate.io/",
201
297
  "image": "https://gaboesquivel.com/images/work/contracts-ui.png",
202
298
  "repo": "https://github.com/paritytech/contracts-ui"
203
299
  },
204
300
  {
205
301
  "title": "Wizard World",
302
+ "slug": "wizard-world",
206
303
  "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
304
  "technologies": [
208
305
  "NextJS",
209
- "Flow Blockchain",
306
+ "Flow",
210
307
  "Niftory",
211
308
  "GPT3",
212
- "AI",
309
+ "Dalle",
310
+ "Midjourney",
311
+ "OpenAI",
213
312
  "Tailwind"
214
313
  ],
314
+ "tags": [
315
+ "ai",
316
+ "web3",
317
+ "hackathon"
318
+ ],
215
319
  "link": "https://wizart.world",
216
320
  "image": "https://gaboesquivel.com/images/work/wizart-world.png",
217
321
  "video": "https://www.youtube.com/watch?v=I_vBUflXHFA",
@@ -219,32 +323,36 @@
219
323
  },
220
324
  {
221
325
  "title": "dBoard",
326
+ "slug": "dboard",
222
327
  "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
328
  "technologies": [
224
329
  "Antelope",
225
- "EOS",
226
- "Smart Contracts",
227
330
  "NextJS",
228
331
  "GCloud",
229
332
  "GraphQL"
230
333
  ],
334
+ "tags": [
335
+ "web3"
336
+ ],
231
337
  "link": "https://eos.dboard.ai",
232
338
  "image": "https://gaboesquivel.com/images/work/dboard.png",
233
339
  "repo": "https://github.com/bitcashorg/bitcash-contract-dho"
234
340
  },
235
341
  {
236
342
  "title": "Wink",
343
+ "slug": "wink",
237
344
  "description": "Wink, Costa Rica's first neo-bank, offers a mobile app for online banking, eliminating the need for physical branch visits.\n I developed the first version of Wink's mobile app and backend services within AWS. My role involved API integration with partner banks and forming a dedicated development team.",
238
345
  "technologies": [
239
346
  "AWS",
240
347
  "Serverless",
241
- "ReactNative",
348
+ "React Native",
242
349
  "React",
243
350
  "NodeJS",
244
- "Zero-Trust",
245
- "Biometrics",
246
- "Mocha",
247
- "Chai"
351
+ "Biometrics"
352
+ ],
353
+ "tags": [
354
+ "full-time",
355
+ "lead"
248
356
  ],
249
357
  "link": "https://holawink.com",
250
358
  "image": "https://gaboesquivel.com/images/work/wink.png",
@@ -252,6 +360,7 @@
252
360
  },
253
361
  {
254
362
  "title": "American Express",
363
+ "slug": "american-express",
255
364
  "description": "The American Express website enables cardmembers to manage their financial accounts, offering features like balance checks, transaction views, and secure payments.\n My responsibility was focused on front-end development, including Object-Oriented JavaScript, AJAX for a fluid user experience, and implementing A/B Testing and usage analytics.",
256
365
  "image": "https://gaboesquivel.com/images/work/amex.jpg",
257
366
  "link": "https://www.americanexpress.com/",
@@ -263,20 +372,28 @@
263
372
  "Dojo",
264
373
  "jQuery",
265
374
  "CSS3"
375
+ ],
376
+ "tags": [
377
+ "full-time"
266
378
  ]
267
379
  },
268
380
  {
269
381
  "title": "AMEX Money Talk",
382
+ "slug": "amex-money-talk",
270
383
  "description": "The National Money Night Talk by American Express aimed to promote financial communication between parents and teenagers.\n As a Frontend Engineer, I developed the campaign's landing page, focusing on user engagement and information delivery.",
271
384
  "link": "https://www.youtube.com/watch?v=a2vDoYyXIJQ",
272
385
  "image": "https://gaboesquivel.com/images/work/money-talk.jpg",
273
386
  "technologies": [
274
387
  "JavaScript",
275
388
  "CSS3"
389
+ ],
390
+ "tags": [
391
+ "other"
276
392
  ]
277
393
  },
278
394
  {
279
395
  "title": "Elder Scrolls Online",
396
+ "slug": "elder-scrolls-online",
280
397
  "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.",
281
398
  "technologies": [
282
399
  "PHP",
@@ -285,11 +402,15 @@
285
402
  "Facebook API",
286
403
  "Twitter API"
287
404
  ],
405
+ "tags": [
406
+ "contract"
407
+ ],
288
408
  "link": "http://elderscrollsonline.com",
289
409
  "image": "https://gaboesquivel.com/images/work/elder-scrolls.jpg"
290
410
  },
291
411
  {
292
412
  "title": "AMC Yeah TV Facebook App",
413
+ "slug": "amc-yeah-tv-facebook-app",
293
414
  "description": "An online movie streaming service allows watching movies in chapters with detailed information and interactive games.\n I was responsible for the frontend architecture design, integrating the game app with Facebook and the backoffice system with Brightcove web services for video streaming and editing.",
294
415
  "technologies": [
295
416
  "HTML5",
@@ -301,14 +422,22 @@
301
422
  "Brightcove API",
302
423
  "require.js"
303
424
  ],
425
+ "tags": [
426
+ "full-time",
427
+ "lead"
428
+ ],
304
429
  "link": "http://yeahtv.com",
305
430
  "image": "https://gaboesquivel.com/images/work/yeahtv.jpg"
306
431
  },
307
432
  {
308
433
  "title": "Tikr",
434
+ "slug": "tikr",
309
435
  "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
436
  "link": "http://tikr.com",
311
437
  "image": "https://gaboesquivel.com/images/work/tikr.jpg",
438
+ "tags": [
439
+ "contract"
440
+ ],
312
441
  "technologies": [
313
442
  "Ruby on Rails",
314
443
  "Spree",
@@ -320,6 +449,7 @@
320
449
  },
321
450
  {
322
451
  "title": "Eat Arcade",
452
+ "slug": "eat-arcade",
323
453
  "description": "I designed and developed an SMS subscription system featuring curated dishes from New York City's finest restaurants. The system offered a unique dining experience through mobile technology.\n My responsibilities covered the entire development process, from system design to implementation.",
324
454
  "technologies": [
325
455
  "NodeJS",
@@ -331,11 +461,15 @@
331
461
  "Stripe",
332
462
  "Twilio"
333
463
  ],
464
+ "tags": [
465
+ "contract"
466
+ ],
334
467
  "link": "http://www.eatarcade.com/",
335
468
  "image": "https://gaboesquivel.com/images/work/eatarcade.jpg"
336
469
  },
337
470
  {
338
471
  "title": "Jockey Hollow Bar and Kitchen",
472
+ "slug": "jockey-hollow-bar-and-kitchen",
339
473
  "description": "Jockey Hollow Bar and Kitchen, located in a historic mansion, features four distinct dining concepts. The responsive landing page I developed introduces visitors to its diverse culinary world.\n My work focused on developing the main responsive landing page, ensuring an inviting and informative digital gateway to the restaurant's offerings.",
340
474
  "technologies": [
341
475
  "SASS",
@@ -347,11 +481,15 @@
347
481
  "Heroku",
348
482
  "Divshot"
349
483
  ],
484
+ "tags": [
485
+ "contract"
486
+ ],
350
487
  "link": "http://www.jockeyhollowbarandkitchen.com/",
351
488
  "image": "https://gaboesquivel.com/images/work/jockey-hollow.png"
352
489
  },
353
490
  {
354
491
  "title": "Jockey Hollow Bar and Kitchen Menu Kiosk App",
492
+ "slug": "jockey-hollow-bar-and-kitchen-menu-kiosk-app",
355
493
  "description": "At Jockey Hollow Bar & Kitchen, I developed the Menu Kiosk App, a responsive web application for tablet kiosks. It simplifies menu selection for patrons and uses Google Spreadsheets for easy updates.\n As the sole developer, my role involved creating an intuitive and efficient digital menu solution, enhancing the dining experience.",
356
494
  "technologies": [
357
495
  "SASS",
@@ -363,11 +501,15 @@
363
501
  "Heroku",
364
502
  "Divshot"
365
503
  ],
504
+ "tags": [
505
+ "contract"
506
+ ],
366
507
  "link": "#",
367
508
  "image": "https://gaboesquivel.com/images/work/jockey-hollow-menu.png"
368
509
  },
369
510
  {
370
511
  "title": "Bureau of Trade (Beta)",
512
+ "slug": "bureau-of-trade-beta",
371
513
  "description": "Bureau of Trade (Beta) is an online store offering a range of products, with a frontend integrated with eBay's API for diverse shopping experiences.\n As the sole Fullstack developer, my focus was on frontend development, responsive design, and animations, along with eBay API integration.",
372
514
  "link": "http://www.gridium.com/products/portfolio-manager/",
373
515
  "image": "https://gaboesquivel.com/images/work/bureau-of-trade.jpg",
@@ -376,25 +518,31 @@
376
518
  "eBay API",
377
519
  "HTML5",
378
520
  "AJAX/jQuery"
521
+ ],
522
+ "tags": [
523
+ "contract"
379
524
  ]
380
525
  },
381
526
  {
382
527
  "title": "Tractor Supply",
528
+ "slug": "tractor-supply",
383
529
  "description": "The Tractor Supply mobile app offers features like product browsing, exclusive offers, account management, and an augmented reality feature for product previews.\n As a consultant, I enhanced the app's performance and code quality, and developed its augmented reality feature, improving user experience and engagement.",
384
530
  "technologies": [
385
531
  "React Native",
386
532
  "ReactJS",
387
- "Containers",
388
- "Cloud",
389
533
  "NodeJS",
390
534
  "TypeScript",
391
535
  "Augmented Reality"
392
536
  ],
537
+ "tags": [
538
+ "contract"
539
+ ],
393
540
  "link": "https://www.tractorsupply.com/tsc/cms/app",
394
541
  "image": "https://gaboesquivel.com/images/work/tractor-supply.png"
395
542
  },
396
543
  {
397
544
  "title": "Photo and Go",
545
+ "slug": "photo-and-go",
398
546
  "description": "MyPhoto.com is an online platform for creating personalized photo products. I led the development of an innovative photo editor app and backend services integrated with existing e-commerce systems.\n My leadership role encompassed technical direction and execution, focusing on creating a smooth and intuitive user experience.",
399
547
  "technologies": [
400
548
  "ReactJS",
@@ -408,11 +556,15 @@
408
556
  "PostgreSQL",
409
557
  "Linux"
410
558
  ],
559
+ "tags": [
560
+ "contract"
561
+ ],
411
562
  "link": "https://www.myphoto.com/",
412
563
  "image": "https://gaboesquivel.com/images/work/photoandgo.jpg"
413
564
  },
414
565
  {
415
566
  "title": "4Tius Fitness Data Tracker",
567
+ "slug": "4tius-fitness-data-tracker",
416
568
  "description": "The 4Tius app is a centralized platform for monitoring fitness data, integrating with Fitbit. It includes a web dashboard and API.\n As a Fullstack software engineer, I led the development of both the web application and backend systems, ensuring seamless integration and user-friendly functionality.",
417
569
  "technologies": [
418
570
  "Node.js",
@@ -422,21 +574,29 @@
422
574
  "MongoDB",
423
575
  "Angular.js"
424
576
  ],
577
+ "tags": [
578
+ "contract"
579
+ ],
425
580
  "link": "https://example.com/18techs",
426
581
  "image": "https://gaboesquivel.com/images/work/4tius.jpg"
427
582
  },
428
583
  {
429
584
  "title": "SunTrust",
585
+ "slug": "suntrust",
430
586
  "description": "SunTrust's Solid Salutes campaign facilitated user-generated custom video salutes. I developed the entire campaign website, focusing on design and user interaction.\n My role included overseeing the website's development from concept to implementation, emphasizing user engagement and visual appeal.",
431
587
  "link": "#",
432
588
  "image": "https://gaboesquivel.com/images/work/suntrust-1.jpg",
433
589
  "technologies": [
434
590
  "JavaScript",
435
591
  "CSS3"
592
+ ],
593
+ "tags": [
594
+ "other"
436
595
  ]
437
596
  },
438
597
  {
439
598
  "title": "ScotiaTico",
599
+ "slug": "scotiatico",
440
600
  "description": "For ScotiaBank Costa Rica, I developed the ScotiaTico newsletter, a communication tool for bank updates and information.\n My responsibility was crafting an engaging and informative newsletter layout, enhancing communication between the bank and its customers.",
441
601
  "link": "#",
442
602
  "image": "https://gaboesquivel.com/images/work/scotiatico.jpg",
@@ -444,10 +604,14 @@
444
604
  "JavaScript",
445
605
  "CSS3",
446
606
  "Wordpress"
607
+ ],
608
+ "tags": [
609
+ "other"
447
610
  ]
448
611
  },
449
612
  {
450
613
  "title": "Staples",
614
+ "slug": "staples",
451
615
  "description": "At Staples, a retail store for office supplies, I worked on building responsive features and the main website navigation.\n My role as a frontend developer involved creating user-friendly and efficient navigation elements, contributing to the overall user experience on the website.",
452
616
  "link": "#",
453
617
  "image": "https://gaboesquivel.com/images/work/staples.jpg",
@@ -455,10 +619,14 @@
455
619
  "JavaScript",
456
620
  "CSS3",
457
621
  "Mootols"
622
+ ],
623
+ "tags": [
624
+ "other"
458
625
  ]
459
626
  },
460
627
  {
461
628
  "title": "Gridium",
629
+ "slug": "gridium",
462
630
  "description": "Gridium is an energy data analytics prototype for visualizing and analyzing energy consumption. It aids in informed energy management decisions.\n I built the first version of the application, focusing on displaying data collected from various buildings.",
463
631
  "link": "https://gridium.com/",
464
632
  "image": "https://gaboesquivel.com/images/work/gridium.png",
@@ -467,10 +635,14 @@
467
635
  "Data Charts",
468
636
  "CSS",
469
637
  "Bootstrap"
638
+ ],
639
+ "tags": [
640
+ "contract"
470
641
  ]
471
642
  },
472
643
  {
473
644
  "title": "ARINC Microfids",
645
+ "slug": "arinc-microfids",
474
646
  "description": "ARINC Microfids is a flight information display system for hotels and airport businesses. It integrates with a Ruby on Rails backend.\n My responsibilities included frontend development and system integration, ensuring a seamless display of flight information.",
475
647
  "image": "https://gaboesquivel.com/images/work/arinc.png",
476
648
  "technologies": [
@@ -479,10 +651,14 @@
479
651
  "Faye",
480
652
  "LESS",
481
653
  "Heroku"
654
+ ],
655
+ "tags": [
656
+ "contract"
482
657
  ]
483
658
  },
484
659
  {
485
660
  "title": "Capoeira Abolicao",
661
+ "slug": "capoeira-abolicao",
486
662
  "description": "Capoeira Abolição is a Brazilian martial arts group. I volunteered to create their promotional website, showcasing their professors and community.\n My involvement included website design and development, highlighting the group's activities and global presence.",
487
663
  "link": "https://capoieraabolicao.com",
488
664
  "image": "https://gaboesquivel.com/images/work/abolicao.jpg",
@@ -491,10 +667,14 @@
491
667
  "Wordpress",
492
668
  "CSS",
493
669
  "Bootstrap"
670
+ ],
671
+ "tags": [
672
+ "other"
494
673
  ]
495
674
  },
496
675
  {
497
676
  "title": "Panini",
677
+ "slug": "panini",
498
678
  "description": "Panini, a project I worked on, provided a unique service or product in its field.\n My role in this project was focused on technical development and implementation.",
499
679
  "link": "#",
500
680
  "image": "https://gaboesquivel.com/images/work/panini.jpg",
@@ -502,10 +682,14 @@
502
682
  "JavaScript",
503
683
  "CSS3",
504
684
  "Wordpress"
685
+ ],
686
+ "tags": [
687
+ "other"
505
688
  ]
506
689
  },
507
690
  {
508
691
  "title": "Earth",
692
+ "slug": "earth",
509
693
  "description": "EARTH University offers education in agricultural sciences. I was responsible for building their main website, blog, and newsletter.\n My work involved creating a digital platform for information dissemination and community engagement, focusing on usability and content management.",
510
694
  "link": "#",
511
695
  "image": "https://gaboesquivel.com/images/work/wordpress-earth-pai.jpg",
@@ -513,10 +697,14 @@
513
697
  "JavaScript",
514
698
  "CSS3",
515
699
  "Wordpress"
700
+ ],
701
+ "tags": [
702
+ "other"
516
703
  ]
517
704
  },
518
705
  {
519
706
  "title": "Proparques",
707
+ "slug": "proparques",
520
708
  "description": "ProParques is a nonprofit for national park sustainability. I developed their responsive landing page and an interactive national park map.\n My role included web design and development, focusing on user interaction and information accessibility for park exploration.",
521
709
  "link": "#",
522
710
  "image": "https://gaboesquivel.com/images/work/proparques.jpg",
@@ -524,20 +712,28 @@
524
712
  "JavaScript",
525
713
  "CSS3",
526
714
  "Wordpress"
715
+ ],
716
+ "tags": [
717
+ "other"
527
718
  ]
528
719
  },
529
720
  {
530
721
  "title": "Fantasy Tennis",
722
+ "slug": "fantasy-tennis",
531
723
  "description": "FanSlam Fantasy Tennis is a strategic game for ATP, WTA, and Grand Slam tournaments. I designed and built both the frontend and backend.\n As a fullstack developer, my work encompassed creating an engaging and functional gaming experience, integrating strategy and user interface design.",
532
724
  "link": "https://www.fanslam.us",
533
725
  "image": "https://gaboesquivel.com/images/work/fantasy-tennis.jpg",
534
726
  "technologies": [
535
727
  "JavaScript",
536
728
  "CSS3"
729
+ ],
730
+ "tags": [
731
+ "contract"
537
732
  ]
538
733
  },
539
734
  {
540
735
  "title": "Mobtion",
736
+ "slug": "mobtion",
541
737
  "description": "Mobtion agency specializes in mobile development services. I designed and developed their responsive website and WordPress CMS.\n My responsibilities included website design, development, and ensuring seamless content management for the agency.",
542
738
  "link": "#",
543
739
  "image": "https://gaboesquivel.com/images/work/mobtion.jpg",
@@ -546,10 +742,14 @@
546
742
  "CSS3",
547
743
  "Wordpress",
548
744
  "PHP"
745
+ ],
746
+ "tags": [
747
+ "other"
549
748
  ]
550
749
  },
551
750
  {
552
751
  "title": "ITS",
752
+ "slug": "its",
553
753
  "description": "ITS InfoCom, an IT multinational, focuses on Remote Infrastructure Management. I implemented their primary website, CMS, and CRM integration.\n My role was to create and integrate digital solutions for the company, focusing on web presence and customer relationship management.",
554
754
  "link": "#",
555
755
  "image": "https://gaboesquivel.com/images/work/website-its.jpg",
@@ -558,10 +758,14 @@
558
758
  "CSS3",
559
759
  "PHP",
560
760
  "Custom CMS"
761
+ ],
762
+ "tags": [
763
+ "other"
561
764
  ]
562
765
  },
563
766
  {
564
767
  "title": "Trivenzor",
768
+ "slug": "trivenzor",
565
769
  "description": "For Trivenzor, a hypertension medication, I developed a responsive landing page for patient and healthcare provider information.\n My work involved creating a user-friendly and informative digital platform, emphasizing medical information clarity and accessibility.",
566
770
  "link": "#",
567
771
  "image": "https://gaboesquivel.com/images/work/tribenzor.jpg",
@@ -569,10 +773,14 @@
569
773
  "JavaScript",
570
774
  "CSS3",
571
775
  "Mootols"
776
+ ],
777
+ "tags": [
778
+ "other"
572
779
  ]
573
780
  },
574
781
  {
575
782
  "title": "Living with Dryness",
783
+ "slug": "living-with-dryness",
576
784
  "description": "The Living with Dryness project involved crafting a responsive landing page focused on providing information and resources.\n As the developer, I ensured a pixel-perfect design and user-friendly navigation, catering to the project's specific audience and needs.",
577
785
  "link": "#",
578
786
  "image": "https://gaboesquivel.com/images/work/living-with-dryness.jpg",
@@ -580,6 +788,9 @@
580
788
  "JavaScript",
581
789
  "CSS3",
582
790
  "Wordpress"
791
+ ],
792
+ "tags": [
793
+ "other"
583
794
  ]
584
795
  }
585
796
  ]
package/readme.md CHANGED
@@ -1,4 +1,4 @@
1
- # Hi, I'm Gabo Esquivel ( Gab-o )
1
+ # Gabo Esquivel ( Gab-o )
2
2
 
3
3
  I'm a full-stack software engineer with over 15 years of experience, specializing in web3 technologies since 2017. My background includes work on numerous blockchain projects, a decade with NodeJS and cloud platforms, and advanced expertise in React, React Native, and TypeScript. Currently exploring AI.
4
4