gaboesquivel 3.2.2 → 3.2.4

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/index.js CHANGED
@@ -1,2 +1,5 @@
1
- export default require('./index.json')
2
- export const projects = require('./projects.json')
1
+ const index = require('./index.json');
2
+ const projects = require('./projects.json');
3
+
4
+ module.exports = index;
5
+ module.exports.projects = projects;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gaboesquivel",
3
- "version": "3.2.2",
3
+ "version": "3.2.4",
4
4
  "description": "Gabo Esquivel - Software Engineer",
5
5
  "author": "Gabo Esquivel",
6
6
  "main": "./index.js",
package/projects.json CHANGED
@@ -1,6 +1,31 @@
1
1
  [
2
+ {
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.",
6
+ "technologies": [
7
+ "TypeScript",
8
+ "Solidity",
9
+ "Foundry",
10
+ "NextJS",
11
+ "Viem",
12
+ "Wagmi",
13
+ "EVM",
14
+ "ThirdWeb",
15
+ "AI"
16
+ ],
17
+ "tags": ["web3", "oss"],
18
+ "link": "https://github.com/blockmatic/basilic-evm",
19
+ "image": "https://gaboesquivel.com/images/work/basilic-evm.png",
20
+ "repo": "https://github.com/blockmatic/basilic-evm",
21
+ "achievements": [
22
+ "Developed a modular architecture for EVM applications, improving scalability and maintainability.",
23
+ "Integrated AI-powered development workflows to optimize smart contract and frontend development."
24
+ ]
25
+ },
2
26
  {
3
27
  "title": "bitlauncher",
28
+ "slug": "bitlauncher",
4
29
  "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
30
  "technologies": [
6
31
  "TypeScript",
@@ -12,20 +37,21 @@
12
37
  "NodeJS",
13
38
  "PostgreSQL"
14
39
  ],
15
- "tags": [
16
- "web3",
17
- "ai",
18
- "oss",
19
- "full-time",
20
- "lead"
21
- ],
40
+ "tags": ["web3", "ai", "oss", "full-time", "lead"],
22
41
  "link": "https://bitlauncher.ai",
23
42
  "image": "https://gaboesquivel.com/images/work/bitlauncher.png",
24
43
  "video": "https://www.youtube.com/watch?v=U6vn3KOEwcQ",
25
- "repo": "https://github.com/bitcashorg/smartevm"
44
+ "repo": "https://github.com/bitcashorg/smartevm",
45
+ "achievements": [
46
+ "Designed full-stack architecture using Viem, Wagmi, Alchemy, Trigger.dev, Supabase, Next.js 14, and ShadcnUI.",
47
+ "Developed a token bridge for seamless swapping of USDT, USDC, and BITUSD.",
48
+ "Implemented a transaction data indexing system with real-time subscriptions and analytics.",
49
+ "Deployed Gnosis auction Solidity contracts on EOS EVM and built a real-time bidding interface."
50
+ ]
26
51
  },
27
52
  {
28
53
  "title": "Masterbots",
54
+ "slug": "masterbots",
29
55
  "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
56
  "technologies": [
31
57
  "NextJS",
@@ -36,16 +62,18 @@
36
62
  "AI SDK",
37
63
  "LLMs"
38
64
  ],
39
- "tags": [
40
- "ai",
41
- "oss"
42
- ],
65
+ "tags": ["ai", "oss"],
43
66
  "link": "https://masterbots.ai",
44
67
  "image": "https://gaboesquivel.com/images/work/masterbots.png",
45
- "repo": "https://github.com/bitcashorg/masterbots"
68
+ "repo": "https://github.com/bitcashorg/masterbots",
69
+ "achievements": [
70
+ "Integrated AI SDK for internationalization automation and AI-driven workflow.",
71
+ "Developed specialized AI agents and chatbot interfaces for various use cases."
72
+ ]
46
73
  },
47
74
  {
48
75
  "title": "ZTX",
76
+ "slug": "ztx",
49
77
  "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.",
50
78
  "technologies": [
51
79
  "WebGL",
@@ -57,16 +85,19 @@
57
85
  "ReactJS",
58
86
  "NextJS"
59
87
  ],
60
- "tags": [
61
- "web3",
62
- "full-time"
63
- ],
88
+ "tags": ["web3", "full-time"],
64
89
  "link": "https://ztx.io",
65
90
  "image": "https://gaboesquivel.com/images/work/ztx.png",
66
- "video": "https://www.youtube.com/watch?v=h58y6UzZ7RA"
91
+ "video": "https://www.youtube.com/watch?v=h58y6UzZ7RA",
92
+ "achievements": [
93
+ "Set up the initial React architecture using Next.js, TailwindCSS, and Framer Motion.",
94
+ "Developed a WebGL EVM wallet connector using Ethers.js.",
95
+ "Implemented advanced analytics and reporting using Google Tag Manager."
96
+ ]
67
97
  },
68
98
  {
69
99
  "title": "RareMint",
100
+ "slug": "raremint",
70
101
  "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.",
71
102
  "technologies": [
72
103
  "EVM",
@@ -78,16 +109,19 @@
78
109
  "GraphQL",
79
110
  "TypeScript"
80
111
  ],
81
- "tags": [
82
- "web3",
83
- "full-time"
84
- ],
112
+ "tags": ["web3", "full-time"],
85
113
  "link": "https://raremint.com",
86
114
  "image": "https://gaboesquivel.com/images/work/raremint.png",
87
- "video": "https://www.youtube.com/watch?v=2wh32w7N9xg"
115
+ "video": "https://www.youtube.com/watch?v=2wh32w7N9xg",
116
+ "achievements": [
117
+ "Built an EVM NFT data indexer using Moralis streams, Node.js, and PostgreSQL.",
118
+ "Refactored the marketplace using RemixRun SSR for improved performance and responsiveness.",
119
+ "Integrated Wallet Connect for secure transactions and improved user experience."
120
+ ]
88
121
  },
89
122
  {
90
123
  "title": "bitcashBank",
124
+ "slug": "bitcashbank",
91
125
  "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
126
  "technologies": [
93
127
  "Antelope",
@@ -99,52 +133,50 @@
99
133
  "PostgreSQL",
100
134
  "TypeScript"
101
135
  ],
102
- "tags": [
103
- "web3",
104
- "contract",
105
- "lead"
106
- ],
136
+ "tags": ["web3", "contract", "lead"],
107
137
  "link": "https://bitcash.org",
108
138
  "image": "https://gaboesquivel.com/images/work/bitcash-bank.png",
109
139
  "video": "https://www.youtube.com/watch?v=2JuHy_w0Ct4",
110
- "repo": "https://github.com/bitcashorg"
140
+ "repo": "https://github.com/bitcashorg",
141
+ "achievements": [
142
+ "Led infrastructure design and deployment, improving scalability and security.",
143
+ "Built and optimized BitcashDAO for efficient community governance.",
144
+ "Developed robust GraphQL APIs for seamless blockchain data retrieval."
145
+ ]
111
146
  },
112
147
  {
113
148
  "title": "Emanate",
149
+ "slug": "emanate",
114
150
  "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.",
115
- "technologies": [
116
- "ReactJS",
117
- "TypeScript",
118
- "EOS",
119
- "AWS"
120
- ],
121
- "tags": [
122
- "web3",
123
- "contract"
124
- ],
151
+ "technologies": ["ReactJS", "TypeScript", "EOS", "AWS"],
152
+ "tags": ["web3", "contract"],
125
153
  "link": "https://emanate.live",
126
154
  "image": "https://gaboesquivel.com/images/work/emanate.png",
127
- "video": "https://www.youtube.com/watch?v=qjmn7M7YC9g"
155
+ "video": "https://www.youtube.com/watch?v=qjmn7M7YC9g",
156
+ "achievements": [
157
+ "Maintained and optimized the ReactJS streaming platform for improved performance.",
158
+ "Developed back-office tools for efficient artist revenue distribution.",
159
+ "Integrated AWS cloud solutions for enhanced scalability."
160
+ ]
128
161
  },
129
162
  {
130
- "title": "Make Sense Labs Inc",
163
+ "title": "Make Sense Labs",
164
+ "slug": "make-sense-labs",
131
165
  "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.",
132
- "technologies": [
133
- "React Native",
134
- "TypeScript",
135
- "Blockchain",
136
- "EOS"
137
- ],
138
- "tags": [
139
- "web3",
140
- "contract"
141
- ],
166
+ "technologies": ["React Native", "TypeScript", "Blockchain", "EOS"],
167
+ "tags": ["web3", "contract"],
142
168
  "link": "https://www.youtube.com/watch?v=2DJxzYDaAz8",
143
169
  "image": "https://gaboesquivel.com/images/work/sense-chat.png",
144
- "video": "https://www.youtube.com/watch?v=2DJxzYDaAz8"
170
+ "video": "https://www.youtube.com/watch?v=2DJxzYDaAz8",
171
+ "achievements": [
172
+ "Improved app performance and reduced load times by optimizing React Native components.",
173
+ "Integrated EOS mainnet functionalities for secure blockchain-based transactions.",
174
+ "Enhanced security and privacy features for better user protection."
175
+ ]
145
176
  },
146
177
  {
147
178
  "title": "EOS Costa Rica",
179
+ "slug": "eos-costa-rica",
148
180
  "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.",
149
181
  "technologies": [
150
182
  "EOS",
@@ -155,36 +187,36 @@
155
187
  "GraphQL",
156
188
  "ReactJS"
157
189
  ],
158
- "tags": [
159
- "web3",
160
- "full-time",
161
- "lead"
162
- ],
190
+ "tags": ["web3", "full-time", "lead"],
163
191
  "link": "https://eoscostarica.io",
164
192
  "image": "https://gaboesquivel.com/images/work/eoscostarica.png",
165
193
  "repo": "https://github.com/eoscostarica",
166
- "video": "https://www.youtube.com/watch?v=-1y0fGs8Xgw&"
194
+ "video": "https://www.youtube.com/watch?v=-1y0fGs8Xgw&",
195
+ "achievements": [
196
+ "Played a key role in the EOS mainnet launch, ensuring network stability and security.",
197
+ "Led the development of a custom private blockchain for Grant Thornton.",
198
+ "Managed validator nodes across multiple EOSIO-based networks."
199
+ ]
167
200
  },
168
201
  {
169
202
  "title": "EOS Rate",
203
+ "slug": "eos-rate",
170
204
  "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.",
171
- "technologies": [
172
- "EOS",
173
- "C++",
174
- "GraphQL",
175
- "ReactJS"
176
- ],
177
- "tags": [
178
- "web3",
179
- "oss"
180
- ],
205
+ "technologies": ["EOS", "C++", "GraphQL", "ReactJS"],
206
+ "tags": ["web3", "oss"],
181
207
  "link": "https://eosrate.io",
182
208
  "image": "https://gaboesquivel.com/images/work/eosrate.png",
183
209
  "repo": "https://github.com/eoscostarica/eos-rate",
184
- "video": "https://www.youtube.com/watch?v=saZnZqJsMhk"
210
+ "video": "https://www.youtube.com/watch?v=saZnZqJsMhk",
211
+ "achievements": [
212
+ "Designed and implemented a decentralized rating system for EOS Block Producers.",
213
+ "Built an intuitive radial graph interface to visualize community ratings.",
214
+ "Developed a GraphQL API for seamless data retrieval and user interaction."
215
+ ]
185
216
  },
186
217
  {
187
218
  "title": "Knowledge.io",
219
+ "slug": "knowledge-io",
188
220
  "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.",
189
221
  "technologies": [
190
222
  "Ethereum",
@@ -196,17 +228,19 @@
196
228
  "React",
197
229
  "Node.js"
198
230
  ],
199
- "tags": [
200
- "web3",
201
- "contract",
202
- "oss"
203
- ],
231
+ "tags": ["web3", "contract", "oss"],
204
232
  "link": "https://github.com/knowledge/ethereum-contracts",
205
233
  "image": "https://gaboesquivel.com/images/work/knowledge.png",
206
- "repo": "https://github.com/knowledge"
234
+ "repo": "https://github.com/knowledge",
235
+ "achievements": [
236
+ "Led the development and deployment of Knowledge.io's token system.",
237
+ "Designed and implemented smart contracts for token rewards and transactions.",
238
+ "Built a scalable serverless infrastructure to support the platform's growth."
239
+ ]
207
240
  },
208
241
  {
209
242
  "title": "ChainGraph",
243
+ "slug": "chaingraph",
210
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.",
211
245
  "technologies": [
212
246
  "Antelope",
@@ -217,16 +251,19 @@
217
251
  "RXJS",
218
252
  "ReactJS"
219
253
  ],
220
- "tags": [
221
- "web3",
222
- "oss"
223
- ],
254
+ "tags": ["web3", "oss"],
224
255
  "link": "https://chaingraph.io",
225
256
  "image": "https://gaboesquivel.com/images/work/chaingraph.png",
226
- "repo": "https://github.com/chaingraph"
257
+ "repo": "https://github.com/chaingraph",
258
+ "achievements": [
259
+ "Developed a real-time GraphQL subscription toolkit for EOSIO/Antelope blockchains.",
260
+ "Implemented blockchain data indexing and event streaming capabilities.",
261
+ "Designed an intuitive developer interface for querying multiple blockchain networks."
262
+ ]
227
263
  },
228
264
  {
229
265
  "title": "Fantasy Top Shots",
266
+ "slug": "fantasy-top-shots",
230
267
  "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.",
231
268
  "technologies": [
232
269
  "Flow Blockchain",
@@ -235,34 +272,35 @@
235
272
  "React Native with Expo",
236
273
  "Tailwind"
237
274
  ],
238
- "tags": [
239
- "web3",
240
- "hackathon"
241
- ],
275
+ "tags": ["web3", "hackathon"],
242
276
  "link": "https://fantasy-top-shot.vercel.app",
243
277
  "image": "https://gaboesquivel.com/images/work/fantasy-top-shots.png",
244
278
  "video": "https://www.youtube.com/watch?v=Il2aiKhy_ug",
245
- "repo": "https://github.com/bitcashorg/fantasy-top-shot"
279
+ "repo": "https://github.com/bitcashorg/fantasy-top-shot",
280
+ "achievements": [
281
+ "Designed and developed the mobile game using Flow blockchain technology.",
282
+ "Integrated NBA Top Shot NFTs for an immersive gaming experience.",
283
+ "Implemented responsive UI and smooth gameplay mechanics using React Native and Expo."
284
+ ]
246
285
  },
247
286
  {
248
287
  "title": "Substrate Contracts UI",
288
+ "slug": "substrate-contracts-ui",
249
289
  "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.",
250
- "technologies": [
251
- "Polkadot",
252
- "Substrate",
253
- "ReactJS",
254
- "Tailwind"
255
- ],
256
- "tags": [
257
- "web3",
258
- "oss"
259
- ],
290
+ "technologies": ["Polkadot", "Substrate", "ReactJS", "Tailwind"],
291
+ "tags": ["web3", "oss"],
260
292
  "link": "https://contracts-ui.substrate.io/",
261
293
  "image": "https://gaboesquivel.com/images/work/contracts-ui.png",
262
- "repo": "https://github.com/paritytech/contracts-ui"
294
+ "repo": "https://github.com/paritytech/contracts-ui",
295
+ "achievements": [
296
+ "Enhanced code quality and performance through multiple open-source contributions.",
297
+ "Developed UI components for seamless interaction with WASM smart contracts.",
298
+ "Gained extensive experience in building dApps on the Substrate framework."
299
+ ]
263
300
  },
264
301
  {
265
302
  "title": "Wizard World",
303
+ "slug": "wizard-world",
266
304
  "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.",
267
305
  "technologies": [
268
306
  "NextJS",
@@ -274,34 +312,36 @@
274
312
  "OpenAI",
275
313
  "Tailwind"
276
314
  ],
277
- "tags": [
278
- "ai",
279
- "web3",
280
- "hackathon"
281
- ],
315
+ "tags": ["ai", "web3", "hackathon"],
282
316
  "link": "https://wizart.world",
283
317
  "image": "https://gaboesquivel.com/images/work/wizart-world.png",
284
318
  "video": "https://www.youtube.com/watch?v=I_vBUflXHFA",
285
- "repo": "https://github.com/bitcashorg/wizartworld"
319
+ "repo": "https://github.com/bitcashorg/wizartworld",
320
+ "achievements": [
321
+ "Developed a progressive web app integrating AI-generated images with blockchain minting.",
322
+ "Implemented GPT3 for AI-driven image creation and metadata processing.",
323
+ "Integrated the Flow blockchain for seamless NFT minting and storage."
324
+ ]
286
325
  },
326
+
287
327
  {
288
328
  "title": "dBoard",
329
+ "slug": "dboard",
289
330
  "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.",
290
- "technologies": [
291
- "Antelope",
292
- "NextJS",
293
- "GCloud",
294
- "GraphQL"
295
- ],
296
- "tags": [
297
- "web3"
298
- ],
331
+ "technologies": ["Antelope", "NextJS", "GCloud", "GraphQL"],
332
+ "tags": ["web3"],
299
333
  "link": "https://eos.dboard.ai",
300
334
  "image": "https://gaboesquivel.com/images/work/dboard.png",
301
- "repo": "https://github.com/bitcashorg/bitcash-contract-dho"
335
+ "repo": "https://github.com/bitcashorg/bitcash-contract-dho",
336
+ "achievements": [
337
+ "Led the technical architecture for DAO governance and decision-making.",
338
+ "Developed and integrated smart contracts to enhance community voting mechanisms.",
339
+ "Implemented a seamless GraphQL API for improved data interactions."
340
+ ]
302
341
  },
303
342
  {
304
343
  "title": "Wink",
344
+ "slug": "wink",
305
345
  "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.",
306
346
  "technologies": [
307
347
  "AWS",
@@ -311,16 +351,19 @@
311
351
  "NodeJS",
312
352
  "Biometrics"
313
353
  ],
314
- "tags": [
315
- "full-time",
316
- "lead"
317
- ],
354
+ "tags": ["full-time", "lead"],
318
355
  "link": "https://holawink.com",
319
356
  "image": "https://gaboesquivel.com/images/work/wink.png",
320
- "video": "https://www.youtube.com/watch?v=rfeISMW_OVc"
357
+ "video": "https://www.youtube.com/watch?v=rfeISMW_OVc",
358
+ "achievements": [
359
+ "Developed the first version of Wink's mobile banking app.",
360
+ "Integrated API connections with partner banks for seamless transactions.",
361
+ "Designed and implemented biometric authentication for enhanced security."
362
+ ]
321
363
  },
322
364
  {
323
365
  "title": "American Express",
366
+ "slug": "american-express",
324
367
  "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.",
325
368
  "image": "https://gaboesquivel.com/images/work/amex.jpg",
326
369
  "link": "https://www.americanexpress.com/",
@@ -333,25 +376,31 @@
333
376
  "jQuery",
334
377
  "CSS3"
335
378
  ],
336
- "tags": [
337
- "full-time"
379
+ "tags": ["full-time"],
380
+ "achievements": [
381
+ "Enhanced user experience through AJAX-driven interactivity.",
382
+ "Implemented A/B testing strategies to optimize user engagement.",
383
+ "Developed analytics integrations to track usage and improve performance."
338
384
  ]
339
385
  },
386
+
340
387
  {
341
388
  "title": "AMEX Money Talk",
389
+ "slug": "amex-money-talk",
342
390
  "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.",
343
391
  "link": "https://www.youtube.com/watch?v=a2vDoYyXIJQ",
344
392
  "image": "https://gaboesquivel.com/images/work/money-talk.jpg",
345
- "technologies": [
346
- "JavaScript",
347
- "CSS3"
348
- ],
349
- "tags": [
350
- "other"
393
+ "technologies": ["JavaScript", "CSS3"],
394
+ "tags": ["other"],
395
+ "achievements": [
396
+ "Developed an engaging landing page to enhance user interaction.",
397
+ "Implemented responsive design for a seamless experience across devices.",
398
+ "Optimized page performance to improve load times and accessibility."
351
399
  ]
352
400
  },
353
401
  {
354
402
  "title": "Elder Scrolls Online",
403
+ "slug": "elder-scrolls-online",
355
404
  "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.",
356
405
  "technologies": [
357
406
  "PHP",
@@ -360,14 +409,18 @@
360
409
  "Facebook API",
361
410
  "Twitter API"
362
411
  ],
363
- "tags": [
364
- "contract"
365
- ],
412
+ "tags": ["contract"],
366
413
  "link": "http://elderscrollsonline.com",
367
- "image": "https://gaboesquivel.com/images/work/elder-scrolls.jpg"
414
+ "image": "https://gaboesquivel.com/images/work/elder-scrolls.jpg",
415
+ "achievements": [
416
+ "Designed and implemented a user-centric website for the gaming community.",
417
+ "Optimized site navigation for a seamless user experience.",
418
+ "Integrated social media features to enhance community engagement."
419
+ ]
368
420
  },
369
421
  {
370
422
  "title": "AMC Yeah TV Facebook App",
423
+ "slug": "amc-yeah-tv-facebook-app",
371
424
  "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.",
372
425
  "technologies": [
373
426
  "HTML5",
@@ -379,21 +432,22 @@
379
432
  "Brightcove API",
380
433
  "require.js"
381
434
  ],
382
- "tags": [
383
- "full-time",
384
- "lead"
385
- ],
435
+ "tags": ["full-time", "lead"],
386
436
  "link": "http://yeahtv.com",
387
- "image": "https://gaboesquivel.com/images/work/yeahtv.jpg"
437
+ "image": "https://gaboesquivel.com/images/work/yeahtv.jpg",
438
+ "achievements": [
439
+ "Designed and developed a scalable frontend architecture for an interactive movie experience.",
440
+ "Integrated Brightcove video streaming API for seamless movie playback.",
441
+ "Implemented Facebook API features for user engagement and monetization."
442
+ ]
388
443
  },
389
444
  {
390
445
  "title": "Tikr",
446
+ "slug": "tikr",
391
447
  "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.",
392
448
  "link": "http://tikr.com",
393
449
  "image": "https://gaboesquivel.com/images/work/tikr.jpg",
394
- "tags": [
395
- "contract"
396
- ],
450
+ "tags": ["contract"],
397
451
  "technologies": [
398
452
  "Ruby on Rails",
399
453
  "Spree",
@@ -401,10 +455,16 @@
401
455
  "Postgres",
402
456
  "jQuery",
403
457
  "SASS/SCSS"
458
+ ],
459
+ "achievements": [
460
+ "Developed a dynamic pricing engine using Spree and Ruby on Rails.",
461
+ "Implemented a real-time price fluctuation system for enhanced user engagement.",
462
+ "Optimized backend performance on Heroku with PostgreSQL integration."
404
463
  ]
405
464
  },
406
465
  {
407
466
  "title": "Eat Arcade",
467
+ "slug": "eat-arcade",
408
468
  "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.",
409
469
  "technologies": [
410
470
  "NodeJS",
@@ -416,14 +476,18 @@
416
476
  "Stripe",
417
477
  "Twilio"
418
478
  ],
419
- "tags": [
420
- "contract"
421
- ],
479
+ "tags": ["contract"],
422
480
  "link": "http://www.eatarcade.com/",
423
- "image": "https://gaboesquivel.com/images/work/eatarcade.jpg"
481
+ "image": "https://gaboesquivel.com/images/work/eatarcade.jpg",
482
+ "achievements": [
483
+ "Designed and built an SMS-based subscription system for restaurant promotions.",
484
+ "Integrated Twilio for seamless messaging and user engagement.",
485
+ "Developed a full-stack solution using NodeJS, MongoDB, and AngularJS."
486
+ ]
424
487
  },
425
488
  {
426
489
  "title": "Jockey Hollow Bar and Kitchen",
490
+ "slug": "jockey-hollow-bar-and-kitchen",
427
491
  "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.",
428
492
  "technologies": [
429
493
  "SASS",
@@ -435,14 +499,19 @@
435
499
  "Heroku",
436
500
  "Divshot"
437
501
  ],
438
- "tags": [
439
- "contract"
440
- ],
502
+ "tags": ["contract"],
441
503
  "link": "http://www.jockeyhollowbarandkitchen.com/",
442
- "image": "https://gaboesquivel.com/images/work/jockey-hollow.png"
504
+ "image": "https://gaboesquivel.com/images/work/jockey-hollow.png",
505
+ "achievements": [
506
+ "Developed a fully responsive landing page with a focus on user experience.",
507
+ "Optimized page speed and performance for seamless navigation.",
508
+ "Integrated dynamic content features to showcase the restaurant’s offerings effectively."
509
+ ]
443
510
  },
511
+
444
512
  {
445
513
  "title": "Jockey Hollow Bar and Kitchen Menu Kiosk App",
514
+ "slug": "jockey-hollow-bar-and-kitchen-menu-kiosk-app",
446
515
  "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.",
447
516
  "technologies": [
448
517
  "SASS",
@@ -454,29 +523,32 @@
454
523
  "Heroku",
455
524
  "Divshot"
456
525
  ],
457
- "tags": [
458
- "contract"
459
- ],
526
+ "tags": ["contract"],
460
527
  "link": "#",
461
- "image": "https://gaboesquivel.com/images/work/jockey-hollow-menu.png"
528
+ "image": "https://gaboesquivel.com/images/work/jockey-hollow-menu.png",
529
+ "achievements": [
530
+ "Developed a user-friendly menu kiosk app to enhance restaurant service.",
531
+ "Integrated Google Spreadsheets for seamless menu updates.",
532
+ "Optimized app performance for smooth operation on tablet devices."
533
+ ]
462
534
  },
463
535
  {
464
536
  "title": "Bureau of Trade (Beta)",
537
+ "slug": "bureau-of-trade-beta",
465
538
  "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.",
466
539
  "link": "http://www.gridium.com/products/portfolio-manager/",
467
540
  "image": "https://gaboesquivel.com/images/work/bureau-of-trade.jpg",
468
- "technologies": [
469
- "PHP",
470
- "eBay API",
471
- "HTML5",
472
- "AJAX/jQuery"
473
- ],
474
- "tags": [
475
- "contract"
541
+ "technologies": ["PHP", "eBay API", "HTML5", "AJAX/jQuery"],
542
+ "tags": ["contract"],
543
+ "achievements": [
544
+ "Built a responsive e-commerce frontend integrated with eBay's API.",
545
+ "Developed advanced UI animations for enhanced user experience.",
546
+ "Optimized site performance for faster product browsing."
476
547
  ]
477
548
  },
478
549
  {
479
550
  "title": "Tractor Supply",
551
+ "slug": "tractor-supply",
480
552
  "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.",
481
553
  "technologies": [
482
554
  "React Native",
@@ -485,14 +557,18 @@
485
557
  "TypeScript",
486
558
  "Augmented Reality"
487
559
  ],
488
- "tags": [
489
- "contract"
490
- ],
560
+ "tags": ["contract"],
491
561
  "link": "https://www.tractorsupply.com/tsc/cms/app",
492
- "image": "https://gaboesquivel.com/images/work/tractor-supply.png"
562
+ "image": "https://gaboesquivel.com/images/work/tractor-supply.png",
563
+ "achievements": [
564
+ "Enhanced app performance and code quality for a smoother user experience.",
565
+ "Developed an augmented reality feature to preview products interactively.",
566
+ "Implemented TypeScript for improved maintainability and scalability."
567
+ ]
493
568
  },
494
569
  {
495
570
  "title": "Photo and Go",
571
+ "slug": "photo-and-go",
496
572
  "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.",
497
573
  "technologies": [
498
574
  "ReactJS",
@@ -506,14 +582,18 @@
506
582
  "PostgreSQL",
507
583
  "Linux"
508
584
  ],
509
- "tags": [
510
- "contract"
511
- ],
585
+ "tags": ["contract"],
512
586
  "link": "https://www.myphoto.com/",
513
- "image": "https://gaboesquivel.com/images/work/photoandgo.jpg"
587
+ "image": "https://gaboesquivel.com/images/work/photoandgo.jpg",
588
+ "achievements": [
589
+ "Developed a photo editor app with seamless e-commerce integration.",
590
+ "Led technical execution, ensuring a smooth and intuitive user experience.",
591
+ "Implemented AWS infrastructure for scalable cloud storage and processing."
592
+ ]
514
593
  },
515
594
  {
516
595
  "title": "4Tius Fitness Data Tracker",
596
+ "slug": "4tius-fitness-data-tracker",
517
597
  "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.",
518
598
  "technologies": [
519
599
  "Node.js",
@@ -523,209 +603,211 @@
523
603
  "MongoDB",
524
604
  "Angular.js"
525
605
  ],
526
- "tags": [
527
- "contract"
528
- ],
606
+ "tags": ["contract"],
529
607
  "link": "https://example.com/18techs",
530
- "image": "https://gaboesquivel.com/images/work/4tius.jpg"
608
+ "image": "https://gaboesquivel.com/images/work/4tius.jpg",
609
+ "achievements": [
610
+ "Designed and developed a fitness data tracking system with Fitbit integration.",
611
+ "Built a responsive web dashboard for real-time analytics and monitoring.",
612
+ "Implemented secure API endpoints for efficient data communication."
613
+ ]
531
614
  },
532
615
  {
533
616
  "title": "SunTrust",
617
+ "slug": "suntrust",
534
618
  "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.",
535
619
  "link": "#",
536
620
  "image": "https://gaboesquivel.com/images/work/suntrust-1.jpg",
537
- "technologies": [
538
- "JavaScript",
539
- "CSS3"
540
- ],
541
- "tags": [
542
- "other"
621
+ "technologies": ["JavaScript", "CSS3"],
622
+ "tags": ["other"],
623
+ "achievements": [
624
+ "Developed an interactive campaign website for user-generated content.",
625
+ "Optimized website performance for increased user engagement.",
626
+ "Implemented visually appealing UI/UX elements to enhance storytelling."
543
627
  ]
544
628
  },
629
+
545
630
  {
546
631
  "title": "ScotiaTico",
632
+ "slug": "scotiatico",
547
633
  "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.",
548
634
  "link": "#",
549
635
  "image": "https://gaboesquivel.com/images/work/scotiatico.jpg",
550
- "technologies": [
551
- "JavaScript",
552
- "CSS3",
553
- "Wordpress"
554
- ],
555
- "tags": [
556
- "other"
636
+ "technologies": ["JavaScript", "CSS3", "Wordpress"],
637
+ "tags": ["other"],
638
+ "achievements": [
639
+ "Designed and developed an interactive newsletter layout for ScotiaBank.",
640
+ "Enhanced customer engagement with visually appealing and responsive design.",
641
+ "Implemented Wordpress CMS for easy content management and updates."
557
642
  ]
558
643
  },
559
644
  {
560
645
  "title": "Staples",
646
+ "slug": "staples",
561
647
  "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.",
562
648
  "link": "#",
563
649
  "image": "https://gaboesquivel.com/images/work/staples.jpg",
564
- "technologies": [
565
- "JavaScript",
566
- "CSS3",
567
- "Mootols"
568
- ],
569
- "tags": [
570
- "other"
650
+ "technologies": ["JavaScript", "CSS3", "Mootols"],
651
+ "tags": ["other"],
652
+ "achievements": [
653
+ "Developed responsive UI components for improved website accessibility.",
654
+ "Enhanced navigation for a seamless shopping experience.",
655
+ "Optimized front-end performance for faster load times."
571
656
  ]
572
657
  },
573
658
  {
574
659
  "title": "Gridium",
660
+ "slug": "gridium",
575
661
  "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.",
576
662
  "link": "https://gridium.com/",
577
663
  "image": "https://gaboesquivel.com/images/work/gridium.png",
578
- "technologies": [
579
- "JavaScript",
580
- "Data Charts",
581
- "CSS",
582
- "Bootstrap"
583
- ],
584
- "tags": [
585
- "contract"
664
+ "technologies": ["JavaScript", "Data Charts", "CSS", "Bootstrap"],
665
+ "tags": ["contract"],
666
+ "achievements": [
667
+ "Developed a data visualization platform for energy consumption analytics.",
668
+ "Implemented interactive charts for real-time energy monitoring.",
669
+ "Optimized UI/UX for better readability and user engagement."
586
670
  ]
587
671
  },
672
+
588
673
  {
589
674
  "title": "ARINC Microfids",
675
+ "slug": "arinc-microfids",
590
676
  "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.",
591
677
  "image": "https://gaboesquivel.com/images/work/arinc.png",
592
- "technologies": [
593
- "Ruby on Rails",
594
- "AngularJS",
595
- "Faye",
596
- "LESS",
597
- "Heroku"
598
- ],
599
- "tags": [
600
- "contract"
678
+ "technologies": ["Ruby on Rails", "AngularJS", "Faye", "LESS", "Heroku"],
679
+ "tags": ["contract"],
680
+ "achievements": [
681
+ "Developed a real-time flight information display system.",
682
+ "Integrated Ruby on Rails backend with AngularJS for seamless data updates.",
683
+ "Optimized front-end performance for real-time user interaction."
601
684
  ]
602
685
  },
603
686
  {
604
687
  "title": "Capoeira Abolicao",
688
+ "slug": "capoeira-abolicao",
605
689
  "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.",
606
690
  "link": "https://capoieraabolicao.com",
607
691
  "image": "https://gaboesquivel.com/images/work/abolicao.jpg",
608
- "technologies": [
609
- "JavaScript",
610
- "Wordpress",
611
- "CSS",
612
- "Bootstrap"
613
- ],
614
- "tags": [
615
- "other"
692
+ "technologies": ["JavaScript", "Wordpress", "CSS", "Bootstrap"],
693
+ "tags": ["other"],
694
+ "achievements": [
695
+ "Designed and developed a responsive website for Capoeira Abolição.",
696
+ "Implemented interactive elements to showcase community events.",
697
+ "Optimized site performance for a seamless user experience."
616
698
  ]
617
699
  },
618
700
  {
619
701
  "title": "Panini",
702
+ "slug": "panini",
620
703
  "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.",
621
704
  "link": "#",
622
705
  "image": "https://gaboesquivel.com/images/work/panini.jpg",
623
- "technologies": [
624
- "JavaScript",
625
- "CSS3",
626
- "Wordpress"
627
- ],
628
- "tags": [
629
- "other"
706
+ "technologies": ["JavaScript", "CSS3", "Wordpress"],
707
+ "tags": ["other"],
708
+ "achievements": [
709
+ "Developed and implemented the technical architecture for Panini's platform.",
710
+ "Optimized website performance and ensured cross-browser compatibility.",
711
+ "Enhanced UI/UX for a smooth and intuitive user experience."
630
712
  ]
631
713
  },
632
714
  {
633
715
  "title": "Earth",
716
+ "slug": "earth",
634
717
  "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.",
635
718
  "link": "#",
636
719
  "image": "https://gaboesquivel.com/images/work/wordpress-earth-pai.jpg",
637
- "technologies": [
638
- "JavaScript",
639
- "CSS3",
640
- "Wordpress"
641
- ],
642
- "tags": [
643
- "other"
720
+ "technologies": ["JavaScript", "CSS3", "Wordpress"],
721
+ "tags": ["other"],
722
+ "achievements": [
723
+ "Developed a content management system for EARTH University’s website.",
724
+ "Designed a responsive and accessible blog for community engagement.",
725
+ "Implemented newsletter automation for improved communication."
644
726
  ]
645
727
  },
646
728
  {
647
729
  "title": "Proparques",
730
+ "slug": "proparques",
648
731
  "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.",
649
732
  "link": "#",
650
733
  "image": "https://gaboesquivel.com/images/work/proparques.jpg",
651
- "technologies": [
652
- "JavaScript",
653
- "CSS3",
654
- "Wordpress"
655
- ],
656
- "tags": [
657
- "other"
734
+ "technologies": ["JavaScript", "CSS3", "Wordpress"],
735
+ "tags": ["other"],
736
+ "achievements": [
737
+ "Developed an interactive national park map for user exploration.",
738
+ "Designed a responsive and informative landing page.",
739
+ "Integrated user-friendly navigation for enhanced accessibility."
658
740
  ]
659
741
  },
660
742
  {
661
743
  "title": "Fantasy Tennis",
744
+ "slug": "fantasy-tennis",
662
745
  "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.",
663
746
  "link": "https://www.fanslam.us",
664
747
  "image": "https://gaboesquivel.com/images/work/fantasy-tennis.jpg",
665
- "technologies": [
666
- "JavaScript",
667
- "CSS3"
668
- ],
669
- "tags": [
670
- "contract"
748
+ "technologies": ["JavaScript", "CSS3"],
749
+ "tags": ["contract"],
750
+ "achievements": [
751
+ "Designed and developed a strategic fantasy tennis gaming platform.",
752
+ "Built a responsive UI for seamless gameplay across devices.",
753
+ "Integrated dynamic tournament data for real-time game updates."
671
754
  ]
672
755
  },
756
+
673
757
  {
674
758
  "title": "Mobtion",
759
+ "slug": "mobtion",
675
760
  "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.",
676
761
  "link": "#",
677
762
  "image": "https://gaboesquivel.com/images/work/mobtion.jpg",
678
- "technologies": [
679
- "JavaScript",
680
- "CSS3",
681
- "Wordpress",
682
- "PHP"
683
- ],
684
- "tags": [
685
- "other"
763
+ "technologies": ["JavaScript", "CSS3", "Wordpress", "PHP"],
764
+ "tags": ["other"],
765
+ "achievements": [
766
+ "Developed a responsive and modern website for Mobtion agency.",
767
+ "Integrated WordPress CMS for efficient content management.",
768
+ "Optimized website performance for improved loading speeds."
686
769
  ]
687
770
  },
688
771
  {
689
772
  "title": "ITS",
773
+ "slug": "its",
690
774
  "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.",
691
775
  "link": "#",
692
776
  "image": "https://gaboesquivel.com/images/work/website-its.jpg",
693
- "technologies": [
694
- "JavaScript",
695
- "CSS3",
696
- "PHP",
697
- "Custom CMS"
698
- ],
699
- "tags": [
700
- "other"
777
+ "technologies": ["JavaScript", "CSS3", "PHP", "Custom CMS"],
778
+ "tags": ["other"],
779
+ "achievements": [
780
+ "Developed and deployed a company-wide CMS for ITS InfoCom.",
781
+ "Integrated CRM solutions to streamline customer interactions.",
782
+ "Optimized website architecture for scalability and security."
701
783
  ]
702
784
  },
703
785
  {
704
786
  "title": "Trivenzor",
787
+ "slug": "trivenzor",
705
788
  "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.",
706
789
  "link": "#",
707
790
  "image": "https://gaboesquivel.com/images/work/tribenzor.jpg",
708
- "technologies": [
709
- "JavaScript",
710
- "CSS3",
711
- "Mootols"
712
- ],
713
- "tags": [
714
- "other"
791
+ "technologies": ["JavaScript", "CSS3", "Mootols"],
792
+ "tags": ["other"],
793
+ "achievements": [
794
+ "Developed a fully responsive and accessible medical landing page.",
795
+ "Ensured clarity and usability for both patients and healthcare providers.",
796
+ "Optimized page speed and performance for better user engagement."
715
797
  ]
716
798
  },
717
799
  {
718
800
  "title": "Living with Dryness",
801
+ "slug": "living-with-dryness",
719
802
  "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.",
720
803
  "link": "#",
721
804
  "image": "https://gaboesquivel.com/images/work/living-with-dryness.jpg",
722
- "technologies": [
723
- "JavaScript",
724
- "CSS3",
725
- "Wordpress"
726
- ],
727
- "tags": [
728
- "other"
805
+ "technologies": ["JavaScript", "CSS3", "Wordpress"],
806
+ "tags": ["other"],
807
+ "achievements": [
808
+ "Designed and developed a responsive landing page for medical resources.",
809
+ "Implemented a user-friendly navigation system for better accessibility.",
810
+ "Optimized website layout for enhanced readability and engagement."
729
811
  ]
730
812
  }
731
- ]
813
+ ]
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