gaboesquivel 3.0.6 → 3.1.0
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/package.json +1 -1
- package/projects.json +247 -245
- package/readme.md +0 -7
package/package.json
CHANGED
package/projects.json
CHANGED
|
@@ -1,14 +1,68 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"title": "bitcashBank",
|
|
4
|
+
"description": "With Bitcash, you can seamlessly engage in buying, trading, depositing, and earning high yields on cryptocurrencies. It facilitates the exchange of your funds with local currency stablecoins or bitUSD, enabling you to further trade bitUSD for popular cryptocurrencies like Bitcoin, Ethereum, USDT, or even smaller coins like Grin. Additionally, BitcashDAO provides members with opportunities to actively participate and contribute to decision-making processes within the platform.\\n At Bitcash, I joined the team at its inception, overseeing critical aspects of the platform's growth. This included architecting its robust infrastructure, leading tech recruitment efforts, and providing comprehensive developer training. As the platform evolved, I transitioned into a consulting role, offering ongoing support to ensure Bitcash's continued success.",
|
|
5
|
+
"technologies": [
|
|
6
|
+
"Antelope",
|
|
7
|
+
"Smart Contracts",
|
|
8
|
+
"ReactJS",
|
|
9
|
+
"Containers",
|
|
10
|
+
"GCloud",
|
|
11
|
+
"NodeJS",
|
|
12
|
+
"GraphQL",
|
|
13
|
+
"PostgreSQL",
|
|
14
|
+
"TypeScript"
|
|
15
|
+
],
|
|
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"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"title": "ZTX",
|
|
23
|
+
"description": "ZTX is a web3 metaverse platform empowering creators and communities to build, play and earn. Founded in 2022, ZTX is the blockchain initiative backed by Jump Crypto and ZEPETO — the largest metaverse in Asia with over 400 million lifetime users.\\n I joined as a software consultant during its early stages. My key contributions involved architecting the NFT marketplace for avatar building and establishing a two-way communication bridge between the WebGL metaverse and EVM.",
|
|
24
|
+
"technologies": [
|
|
25
|
+
"WebGL",
|
|
26
|
+
"Ethereum",
|
|
27
|
+
"Ethers",
|
|
28
|
+
"AWS",
|
|
29
|
+
"Node.js",
|
|
30
|
+
"ReactJS",
|
|
31
|
+
"NextJS"
|
|
32
|
+
],
|
|
33
|
+
"link": "https://ztx.io",
|
|
34
|
+
"image": "https://gaboesquivel.com/images/work/ztx.png",
|
|
35
|
+
"video": "https://www.youtube.com/watch?v=h58y6UzZ7RA"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"title": "RareMint",
|
|
39
|
+
"description": "RareMint offers authentic real-world sports collectible assets and creates a digital experience of those collectibles through asset-backed NFTs.\\n While at RareMint, I led efforts to enhance the NFT marketplace by optimizing responsiveness, reducing load times, and improving maintainability. Additionally, I supported RareMint's first auctions on the Polygon network, ensuring a seamless integration into this blockchain ecosystem.",
|
|
40
|
+
"technologies": [
|
|
41
|
+
"Ethereum",
|
|
42
|
+
"Polygon",
|
|
43
|
+
"Ethers",
|
|
44
|
+
"React",
|
|
45
|
+
"Containers",
|
|
46
|
+
"GCloud",
|
|
47
|
+
"NodeJS",
|
|
48
|
+
"GraphQL",
|
|
49
|
+
"TypeScript"
|
|
50
|
+
],
|
|
51
|
+
"link": "https://raremint.com",
|
|
52
|
+
"image": "https://gaboesquivel.com/images/work/raremint.png",
|
|
53
|
+
"video": "https://www.youtube.com/watch?v=2wh32w7N9xg"
|
|
54
|
+
},
|
|
2
55
|
{
|
|
3
56
|
"title": "ChainGraph",
|
|
4
|
-
"description": "
|
|
57
|
+
"description": "This is a real-time GraphQL toolkit designed for EOSIO/Antelope blockchain applications, equipped with advanced features such as real-time data subscriptions, filtering, sorting, aggregation, pagination, and search capabilities. It offers the convenience of querying multiple blockchains with a single request, supported by a robust developer console and explorer. The toolkit also ensures reliable RPC API guarantees, follows semantic and principled GraphQL practices, and provides additional resources like dApp starters and SDKs to expedite development. With a focus on faster time-to-market and freedom from vendor lock-in, this toolkit empowers developers to concentrate on building features rather than infrastructure, all while promoting open-source collaboration and diverse API providers.\\n This toolkit emerged as a personal side project during my involvement in Bitcash development on EOS. Within this project, I assumed full responsibility, encompassing architectural design, technology selection, and the coding of all components, including the creation of a reactive real-time blockchain data deserialization and streaming package. My aim was to provide a versatile solution that simplifies the development process for EOSIO/Antelope blockchain applications, empowering developers to focus on feature-building rather than infrastructure.",
|
|
5
58
|
"technologies": [
|
|
6
59
|
"EOSIO",
|
|
7
60
|
"Antelope",
|
|
8
61
|
"NodeJS",
|
|
9
62
|
"Docker",
|
|
10
63
|
"GraphQL",
|
|
11
|
-
"
|
|
64
|
+
"GCloud",
|
|
65
|
+
"RXJS",
|
|
12
66
|
"ReactJS"
|
|
13
67
|
],
|
|
14
68
|
"link": "https://chaingraph.io",
|
|
@@ -46,7 +100,7 @@
|
|
|
46
100
|
},
|
|
47
101
|
{
|
|
48
102
|
"title": "SmartSale EVM",
|
|
49
|
-
"description": "SmartSale EVM, an EVM version of the Gnosis Smart Contract, enables builders to raise more funds in a multi-chain environment. Dutch Auction functionality promotes fairer token distribution, price discovery, and inclusive participation
|
|
103
|
+
"description": "SmartSale EVM, an EVM version of the Gnosis Smart Contract, enables builders to raise more funds in a multi-chain environment. Dutch Auction functionality promotes fairer token distribution, price discovery, and inclusive participation.\\n In this project, I was responsible for defining the technical architecture, choosing the technology stack, and outlining the roadmap.",
|
|
50
104
|
"technologies": [
|
|
51
105
|
"Antelope EVM",
|
|
52
106
|
"ReactJS",
|
|
@@ -54,11 +108,12 @@
|
|
|
54
108
|
"Firehose streams"
|
|
55
109
|
],
|
|
56
110
|
"link": "https://pomelo.io/grants/smartsale",
|
|
57
|
-
"image": "https://gaboesquivel.com/images/work/smartsale-evm.webp"
|
|
111
|
+
"image": "https://gaboesquivel.com/images/work/smartsale-evm.webp",
|
|
112
|
+
"repo": "https://github.com/bitcashorg/smartevm"
|
|
58
113
|
},
|
|
59
114
|
{
|
|
60
115
|
"title": "Substrate Contracts UI",
|
|
61
|
-
"description": "Substrate Contracts UI is a web application for deploying and interacting with WASM smart contracts on Substrate blockchains that include the FRAME Contracts Pallet
|
|
116
|
+
"description": "Substrate Contracts UI is a web application for deploying and interacting with WASM smart contracts on Substrate blockchains that include the FRAME Contracts Pallet.\\n I made multiple open-source contributions to enhance the project's code quality, while learning to build dApps with Substrate.",
|
|
62
117
|
"technologies": [
|
|
63
118
|
"Polkadot",
|
|
64
119
|
"Substrate",
|
|
@@ -86,103 +141,41 @@
|
|
|
86
141
|
},
|
|
87
142
|
{
|
|
88
143
|
"title": "dBoard",
|
|
89
|
-
"description": "dBoard is a DAO decision-making and community management tool that enables stakeholders to discuss, strategize, debate, iterate and vote on actions that will empower their organizations to be efficient, productive and successful
|
|
144
|
+
"description": "dBoard is a DAO decision-making and community management tool that enables stakeholders to discuss, strategize, debate, iterate and vote on actions that will empower their organizations to be efficient, productive and successful.\\n My role on this project included technical architecture, overseeing smart contract development and integration on the webapp.",
|
|
90
145
|
"technologies": [
|
|
91
146
|
"Antelope",
|
|
92
147
|
"EOS",
|
|
93
|
-
"
|
|
148
|
+
"Smart Contracts",
|
|
149
|
+
"NextJS",
|
|
150
|
+
"GCloud",
|
|
151
|
+
"GraphQL"
|
|
94
152
|
],
|
|
95
153
|
"link": "https://eos.dboard.ai",
|
|
96
154
|
"image": "https://gaboesquivel.com/images/work/dboard.png",
|
|
97
155
|
"repo": "https://github.com/bitcashorg/bitcash-contract-dho"
|
|
98
156
|
},
|
|
99
|
-
{
|
|
100
|
-
"title": "bitcashBank",
|
|
101
|
-
"description": "Buy, Trade, Deposit & Earn High Yield on Crypto. Bitcash allows you to exchange your money with others for local currency stablecoins or bitUSD. You can then trade bitUSD for Bitcoin, Ethereum, USDT, or smaller coins like Grin. BitcashDAO allows members to participate and make decisions. At Bitcash, I joined the team at its inception, overseeing critical aspects of the platform's growth. This included architecting its robust infrastructure, leading tech recruitment efforts, and providing comprehensive developer training. As the platform evolved, I transitioned into a consulting role, offering ongoing support to ensure Bitcash's continued success.",
|
|
102
|
-
"technologies": [
|
|
103
|
-
"Antelope",
|
|
104
|
-
"Smart Contracts",
|
|
105
|
-
"React",
|
|
106
|
-
"Containers",
|
|
107
|
-
"Cloud",
|
|
108
|
-
"NodeJS",
|
|
109
|
-
"GraphQL",
|
|
110
|
-
"PostgreSQL",
|
|
111
|
-
"TypeScript"
|
|
112
|
-
],
|
|
113
|
-
"link": "https://bitcash.org",
|
|
114
|
-
"image": "https://gaboesquivel.com/images/work/bitcash-bank.png",
|
|
115
|
-
"video": "https://www.youtube.com/watch?v=2JuHy_w0Ct4",
|
|
116
|
-
"repo": "https://github.com/bitcashorg"
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"title": "ZTX",
|
|
120
|
-
"description": "ZTX is a web3 metaverse platform empowering creators and communities to build, play and earn. Founded in 2022, ZTX is the blockchain initiative backed by Jump Crypto and ZEPETO — the largest metaverse in Asia with over 400 million lifetime users. I joined as a software consultant during its early stages. My key contributions involved architecting the NFT marketplace for avatar building and establishing a two-way communication bridge between the WebGL metaverse and EVM.",
|
|
121
|
-
"technologies": [
|
|
122
|
-
"WebGL",
|
|
123
|
-
"Ethereum",
|
|
124
|
-
"Ethers",
|
|
125
|
-
"AWS",
|
|
126
|
-
"Node.js",
|
|
127
|
-
"ReactJS",
|
|
128
|
-
"NextJS"
|
|
129
|
-
],
|
|
130
|
-
"link": "https://ztx.io",
|
|
131
|
-
"image": "https://gaboesquivel.com/images/work/ztx.png"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"title": "RareMint",
|
|
135
|
-
"description": "RareMint offers authentic real-world sports collectible assets and creates a digital experience of those collectibles through asset-backed NFTs. While at RareMint, I led efforts to enhance the NFT marketplace by optimizing responsiveness, reducing load times, and improving maintainability. Additionally, I supported RareMint's first auctions on the Polygon network, ensuring a seamless integration into this blockchain ecosystem.",
|
|
136
|
-
"technologies": [
|
|
137
|
-
"Ethereum",
|
|
138
|
-
"Polygon",
|
|
139
|
-
"Ethers",
|
|
140
|
-
"React",
|
|
141
|
-
"Containers",
|
|
142
|
-
"Cloud",
|
|
143
|
-
"NodeJS",
|
|
144
|
-
"GraphQL",
|
|
145
|
-
"TypeScript"
|
|
146
|
-
],
|
|
147
|
-
"link": "https://raremint.com",
|
|
148
|
-
"image": "https://gaboesquivel.com/images/work/raremint.png"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"title": "Tractor Supply",
|
|
152
|
-
"description": "I served as a consultant for the Tractor Supply React Native app. My primary responsibilities included enhancing its overall performance, optimizing code quality and processes, and spearheading the development of an augmented reality feature. This feature allowed users to preview outdoor products on their property, enhancing the app's user experience and engagement.",
|
|
153
|
-
"technologies": [
|
|
154
|
-
"React Native",
|
|
155
|
-
"ReactJS",
|
|
156
|
-
"Containers",
|
|
157
|
-
"Cloud",
|
|
158
|
-
"NodeJS",
|
|
159
|
-
"TypeScript",
|
|
160
|
-
"Augmented Reality"
|
|
161
|
-
],
|
|
162
|
-
"link": "https://www.tractorsupply.com/tsc/cms/app",
|
|
163
|
-
"image": "https://gaboesquivel.com/images/work/tractor-supply.png"
|
|
164
|
-
},
|
|
165
157
|
{
|
|
166
158
|
"title": "Emanate",
|
|
167
|
-
"description": "Emanate is a network marketplace built for music lovers and creators. Powered by immediate payments and automated technology, Emanate connects players in the music industry in a way never before seen. Powered by Web3 technology, the platform manages the entire journey of music creation, distribution, promotion, and monetization
|
|
159
|
+
"description": "Emanate is a network marketplace built for music lovers and creators. Powered by immediate payments and automated technology, Emanate connects players in the music industry in a way never before seen. Powered by Web3 technology, the platform manages the entire journey of music creation, distribution, promotion, and monetization.\\n At Emanate, I joined during its early stages and led the development of the ReactJS web app streaming platform. I also developed the artist's back office for revenue distribution. These contributions were central to Emanate's tech infrastructure.",
|
|
168
160
|
"technologies": [
|
|
169
161
|
"Blockchain",
|
|
170
162
|
"ReactJS",
|
|
171
163
|
"TypeScript",
|
|
172
|
-
"
|
|
164
|
+
"EOS",
|
|
173
165
|
"AWS"
|
|
174
166
|
],
|
|
175
167
|
"link": "https://example.com/emanate",
|
|
176
|
-
"image": "https://gaboesquivel.com/images/work/emanate.png"
|
|
168
|
+
"image": "https://gaboesquivel.com/images/work/emanate.png",
|
|
169
|
+
"video": "https://www.youtube.com/watch?v=VXSrROohhyA"
|
|
177
170
|
},
|
|
178
171
|
{
|
|
179
172
|
"title": "Make Sense Labs Inc",
|
|
180
|
-
"description": "A blockchain technology and DeFi company building consumer products through tokenized systems and incentives. Sense.chat allows you to safely chat and transact with your friends and family without your data being stored or spied on by third-parties
|
|
173
|
+
"description": "A blockchain technology and DeFi company building consumer products through tokenized systems and incentives. Sense.chat allows you to safely chat and transact with your friends and family without your data being stored or spied on by third-parties.\\n At Sense, I improved the React Native app's performance, code architecture, and integration with the EOS mainnet for token functionality. This strengthened the app's quality, security, and user privacy.",
|
|
181
174
|
"technologies": [
|
|
182
175
|
"React Native",
|
|
183
176
|
"TypeScript",
|
|
184
177
|
"Blockchain",
|
|
185
|
-
"
|
|
178
|
+
"EOS"
|
|
186
179
|
],
|
|
187
180
|
"link": "https://www.youtube.com/watch?v=2DJxzYDaAz8",
|
|
188
181
|
"image": "https://gaboesquivel.com/images/work/sense-chat.png",
|
|
@@ -190,9 +183,9 @@
|
|
|
190
183
|
},
|
|
191
184
|
{
|
|
192
185
|
"title": "EOS Costa Rica",
|
|
193
|
-
"description": "EOS Costa Rica provides infrastructure for EOSIO blockchains, enterprise solutions and custom smart contract development
|
|
186
|
+
"description": "EOS Costa Rica provides infrastructure for EOSIO blockchains, enterprise solutions and custom smart contract development.\\n I joined EOS Costa Rica as the first team member during its inception. My role played a crucial part in various aspects, including actively participating in the EOS mainnet launch and managing validators for multiple networks. Additionally, I played a pivotal role in establishing and nurturing the custom development services division. This involved responsibilities such as talent acquisition, training, architectural design, and process optimization. I served as the lead architect for a notable project involving the creation of a custom private blockchain for Grant Thornton. This blockchain incorporated stable coins and an application called InterX, designed to simplify intercompany tax calculation and tracking.",
|
|
194
187
|
"technologies": [
|
|
195
|
-
"
|
|
188
|
+
"EOS",
|
|
196
189
|
"Smart Contracts",
|
|
197
190
|
"PostgreSQL",
|
|
198
191
|
"Containers",
|
|
@@ -203,13 +196,14 @@
|
|
|
203
196
|
],
|
|
204
197
|
"link": "https://eoscostarica.io",
|
|
205
198
|
"image": "https://gaboesquivel.com/images/work/eoscostarica.png",
|
|
206
|
-
"repo": "https://github.com/eoscostarica"
|
|
199
|
+
"repo": "https://github.com/eoscostarica",
|
|
200
|
+
"video": "https://www.youtube.com/watch?v=-1y0fGs8Xgw&"
|
|
207
201
|
},
|
|
208
202
|
{
|
|
209
203
|
"title": "EOS Rate",
|
|
210
|
-
"description": "EOS Rate is a community-driven visual rating tool that allows EOS token holders to easily rate Block Producers in distinct categories. The rating system is based on a radial graph representing the most important qualitative aspects of a block producer, populated with ratings provided by the input if the EOS community, and stored on the blockchain
|
|
204
|
+
"description": "EOS Rate is a community-driven visual rating tool that allows EOS token holders to easily rate Block Producers in distinct categories. The rating system is based on a radial graph representing the most important qualitative aspects of a block producer, populated with ratings provided by the input if the EOS community, and stored on the blockchain.\\n In this project I was responsible for technical architecture and technology selection.",
|
|
211
205
|
"technologies": [
|
|
212
|
-
"
|
|
206
|
+
"EOS",
|
|
213
207
|
"Smart Contracts",
|
|
214
208
|
"GraphQL",
|
|
215
209
|
"ReactJS"
|
|
@@ -221,16 +215,16 @@
|
|
|
221
215
|
},
|
|
222
216
|
{
|
|
223
217
|
"title": "Knowledge.io",
|
|
224
|
-
"description": "Knowledge rewards people for what they know and how much they know and gives people the opportunity to be recognized and compensated for sharing this information
|
|
218
|
+
"description": "Knowledge rewards people for what they know and how much they know and gives people the opportunity to be recognized and compensated for sharing this information.\\n At Knowledge, I took on the role of lead architect, overseeing not only the development of the token and supporting systems for a successful ICO but also leading the formation of a highly skilled team.",
|
|
225
219
|
"technologies": [
|
|
226
220
|
"Ethereum",
|
|
221
|
+
"Smart Contracts",
|
|
227
222
|
"AWS",
|
|
228
223
|
"Serverless",
|
|
229
224
|
"GraphQL",
|
|
230
225
|
"React Native",
|
|
231
226
|
"React",
|
|
232
227
|
"Node.js",
|
|
233
|
-
"Infra-as-Code",
|
|
234
228
|
"Jenkins"
|
|
235
229
|
],
|
|
236
230
|
"link": "https://github.com/knowledge/ethereum-contracts",
|
|
@@ -239,13 +233,13 @@
|
|
|
239
233
|
},
|
|
240
234
|
{
|
|
241
235
|
"title": "Wink",
|
|
242
|
-
"description": "Wink marked a pioneering milestone as Costa Rica's first neo-bank, introducing a mobile app that empowers users to conduct their banking activities seamlessly online, eliminating the necessity for physical branch visits
|
|
236
|
+
"description": "Wink marked a pioneering milestone as Costa Rica's first neo-bank, introducing a mobile app that empowers users to conduct their banking activities seamlessly online, eliminating the necessity for physical branch visits.\\n I took the helm in developing the inaugural version of the neobank's mobile app and backend services within the AWS cloud infrastructure. My role included close collaboration with our partner bank to ensure seamless API integration, robust security measures, and compliance with regulatory standards. Additionally, I undertook the responsibility of forming and recruiting a dedicated team of six individuals to support our mission.",
|
|
243
237
|
"technologies": [
|
|
238
|
+
"AWS",
|
|
244
239
|
"Serverless",
|
|
245
240
|
"ReactNative",
|
|
246
241
|
"React",
|
|
247
242
|
"NodeJS",
|
|
248
|
-
"Infra-as-Code",
|
|
249
243
|
"Zero-Trust",
|
|
250
244
|
"Biometrics",
|
|
251
245
|
"Mocha",
|
|
@@ -253,43 +247,11 @@
|
|
|
253
247
|
],
|
|
254
248
|
"link": "https://holawink.com",
|
|
255
249
|
"image": "https://gaboesquivel.com/images/work/wink.png",
|
|
256
|
-
"video": "https
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"title": "Gorilla Logic",
|
|
260
|
-
"description": "Gorilla Logic stands out as a premier nearshore development company, offering unparalleled expertise in digital product design and development, tailored to fulfill our clients' unique requirements. Within this dynamic environment, I held the role of shaping the technical vision and executing the development of a cutting-edge photo editor application. Simultaneously, I led the creation of backend services that seamlessly integrated with legacy e-commerce systems, optimizing the user experience for a smoother and more intuitive interaction.",
|
|
261
|
-
"technologies": [
|
|
262
|
-
"ReactJS",
|
|
263
|
-
"NodeJS",
|
|
264
|
-
"Hapi",
|
|
265
|
-
"Swagger",
|
|
266
|
-
"Redux",
|
|
267
|
-
"AWS",
|
|
268
|
-
"Docker",
|
|
269
|
-
"Jenkins",
|
|
270
|
-
"PostgreSQL",
|
|
271
|
-
"Linux"
|
|
272
|
-
],
|
|
273
|
-
"link": "https://www.myphoto.com/",
|
|
274
|
-
"image": "https://gaboesquivel.com/images/work/photoandgo.jpg"
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"title": "18Techs",
|
|
278
|
-
"description": "18Techs specializes in delivering advanced technology solutions such as AI, blockchain, and cybersecurity to help businesses achieve digital transformation and enhance their operations. As a Fullstack software engineer, I led the development of web and hybrid mobile apps, including the creation of the 4Tius API and web dashboard which enabled users to seamlessly track their fitness data through Fitbit integration.",
|
|
279
|
-
"technologies": [
|
|
280
|
-
"Node.js",
|
|
281
|
-
"Express",
|
|
282
|
-
"AWS",
|
|
283
|
-
"Linux",
|
|
284
|
-
"MongoDB",
|
|
285
|
-
"Angular.js"
|
|
286
|
-
],
|
|
287
|
-
"link": "https://example.com/18techs",
|
|
288
|
-
"image": "https://gaboesquivel.com/images/work/4tius.jpg"
|
|
250
|
+
"video": "https: //www.youtube.com/watch?v=rfeISMW_OVc"
|
|
289
251
|
},
|
|
290
252
|
{
|
|
291
253
|
"title": "American Express",
|
|
292
|
-
"description": "I was responsible for all things front-end. Duties included Object-Oriented JavaScript with extensive use of AJAX to present the user with a fluid experience. A/B Testing and usage analytics. Special attention was given to code reuse, code size, application responsiveness, bandwidth usage, application usability, and accessibility.",
|
|
254
|
+
"description": "The primary use case for the American Express website is to empower cardmembers and customers to efficiently manage their financial accounts, including checking balances, viewing transactions, making secure payments, and accessing rewards and benefits. Additionally, it provides tools for financial planning and offers travel services, all within a user-friendly digital platform.\\n I was responsible for all things front-end. Duties included Object-Oriented JavaScript with extensive use of AJAX to present the user with a fluid experience. A/B Testing and usage analytics. Special attention was given to code reuse, code size, application responsiveness, bandwidth usage, application usability, and accessibility.",
|
|
293
255
|
"image": "https://gaboesquivel.com/images/work/amex.jpg",
|
|
294
256
|
"link": "https://www.americanexpress.com/",
|
|
295
257
|
"technologies": [
|
|
@@ -297,13 +259,67 @@
|
|
|
297
259
|
"Omniture",
|
|
298
260
|
"Adobe mBox",
|
|
299
261
|
"Facebook API",
|
|
262
|
+
"Dojo",
|
|
300
263
|
"jQuery",
|
|
301
264
|
"CSS3"
|
|
302
265
|
]
|
|
303
266
|
},
|
|
267
|
+
{
|
|
268
|
+
"title": "AMEX Money Talk",
|
|
269
|
+
"description": "The National Money Night Talk was an effort to promote financial communication between parents and teenagers.\\n During my tenure as a Frontend Engineer at American Express, I was responsible for the development of their landing page. ",
|
|
270
|
+
"link": "https://www.youtube.com/watch?v=a2vDoYyXIJQ",
|
|
271
|
+
"image": "https://gaboesquivel.com/images/work/money-talk.jpg",
|
|
272
|
+
"technologies": [
|
|
273
|
+
"JavaScript",
|
|
274
|
+
"CSS3"
|
|
275
|
+
]
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"title": "Elder Scrolls Online",
|
|
279
|
+
"description": "The official website serves as a central hub, offering a diverse range of resources, including news updates, rich media content, an extensive game guide, and interactive community forums.\\n Beyond the technical aspects, my approach emphasized user-centric design, ensuring that visitors could navigate the website effortlessly and engage with its content seamlessly. This blend of aesthetics and functionality has resulted in a dynamic digital platform that not only serves as an information repository but also fosters a sense of community among its users.",
|
|
280
|
+
"technologies": [
|
|
281
|
+
"PHP",
|
|
282
|
+
"JavaScript",
|
|
283
|
+
"jQuery",
|
|
284
|
+
"Facebook API",
|
|
285
|
+
"Twitter API"
|
|
286
|
+
],
|
|
287
|
+
"link": "http://elderscrollsonline.com",
|
|
288
|
+
"image": "https://gaboesquivel.com/images/work/elder-scrolls.jpg"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"title": "AMC Yeah TV Facebook App",
|
|
292
|
+
"description": "An online movie streaming service where you can watch movies dissected in chapters with detailed information and interactive games. \\n In my role, I assumed responsibility for the comprehensive design of the frontend architecture. This encompassed not only the game app within the Facebook environment but also the backoffice system, seamlessly integrated with Brightcove web services for video streaming and editing. The application enhances the movie-watching experience by providing users with detailed insights into directors, actors, and the film-making process. Additionally, it enables users to create lists of favorite scenes, vote on content, and easily share their cinematic discoveries with friends.",
|
|
293
|
+
"technologies": [
|
|
294
|
+
"HTML5",
|
|
295
|
+
"PHP",
|
|
296
|
+
"Facebook API",
|
|
297
|
+
"AJAX",
|
|
298
|
+
"Facebook Credits",
|
|
299
|
+
"Handlebars",
|
|
300
|
+
"Brightcove API",
|
|
301
|
+
"require.js"
|
|
302
|
+
],
|
|
303
|
+
"link": "http://yeahtv.com",
|
|
304
|
+
"image": "https://gaboesquivel.com/images/work/yeahtv.jpg"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"title": "Tikr",
|
|
308
|
+
"description": "Tikr is an innovative online store that offers a unique shopping experience with its dynamic, real-time fluctuating prices, adding an exciting element for deal-seeking customers.\\n During my time at Tikr, I held the role of a Fullstack developer with a primary emphasis on frontend development. In addition to this, I undertook the responsibility of customizing the Spree backend framework, which is built on Ruby on Rails. Spree is an open-source, headless ecommerce platform designed to cater to multi-store, marketplace, and global B2B brands, ensuring a flexible and tailored ecommerce solution.",
|
|
309
|
+
"link": "http://tikr.com",
|
|
310
|
+
"image": "https://gaboesquivel.com/images/work/tikr.jpg",
|
|
311
|
+
"technologies": [
|
|
312
|
+
"Ruby on Rails",
|
|
313
|
+
"Spree",
|
|
314
|
+
"Heroku",
|
|
315
|
+
"Postgres",
|
|
316
|
+
"jQuery",
|
|
317
|
+
"SASS/SCSS"
|
|
318
|
+
]
|
|
319
|
+
},
|
|
304
320
|
{
|
|
305
321
|
"title": "Eat Arcade",
|
|
306
|
-
"description": "
|
|
322
|
+
"description": "I designed and developed an SMS subscription system that offered hand-curated dishes from New York City's finest restaurants. My role encompassed the end-to-end development of this system.",
|
|
307
323
|
"technologies": [
|
|
308
324
|
"NodeJS",
|
|
309
325
|
"Express.js",
|
|
@@ -319,7 +335,7 @@
|
|
|
319
335
|
},
|
|
320
336
|
{
|
|
321
337
|
"title": "Jockey Hollow Bar and Kitchen",
|
|
322
|
-
"description": "
|
|
338
|
+
"description": "Jockey Hollow Bar and Kitchen, located within a 1917 mansion in Morristown, New Jersey, is owned by seasoned New York restaurateur Chris Cannon, featuring four distinct dining concepts. \\n In my role, I had the privilege of taking on the responsibility for the development of their main responsive landing page. This digital gateway serves as an introduction to the diverse and inviting world of Jockey Hollow Bar and Kitchen, setting the stage for visitors to explore its rich culinary offerings within the elegant backdrop of the historic mansion.",
|
|
323
339
|
"technologies": [
|
|
324
340
|
"SASS",
|
|
325
341
|
"jQuery",
|
|
@@ -335,7 +351,7 @@
|
|
|
335
351
|
},
|
|
336
352
|
{
|
|
337
353
|
"title": "Jockey Hollow Bar and Kitchen Menu Kiosk App",
|
|
338
|
-
"description": "Menu Kiosk App",
|
|
354
|
+
"description": "Jockey Hollow Bar & Kitchen, conceived by James Beard Award-winning restaurateur Chris Cannon and a team of 100 dedicated hospitality professionals, resides within Morristown's historic Vail Mansion. The establishment boasts four unique dining spaces: The Washington Room exudes sophistication, The Oyster Bar and The Vail Bar offer conviviality and comfort, and The Rathskeller embodies beer hall gusto.\\n In my role as the sole developer, I created the Menu Kiosk App. This responsive web application was designed to run on kiosk tablets within the restaurant, simplifying the process for patrons to select their desired dishes. To ensure seamless menu updates and maintenance, we harnessed the power of Google Spreadsheets as a backend solution.",
|
|
339
355
|
"technologies": [
|
|
340
356
|
"SASS",
|
|
341
357
|
"jQuery",
|
|
@@ -349,52 +365,9 @@
|
|
|
349
365
|
"link": "#",
|
|
350
366
|
"image": "https://gaboesquivel.com/images/work/jockey-hollow-menu.png"
|
|
351
367
|
},
|
|
352
|
-
{
|
|
353
|
-
"title": "Elder Scrolls Online",
|
|
354
|
-
"description": "Official website providing news, media, a game guide and community forums.",
|
|
355
|
-
"technologies": [
|
|
356
|
-
"HTML5",
|
|
357
|
-
"PHP",
|
|
358
|
-
"jQuery",
|
|
359
|
-
"Facebook API",
|
|
360
|
-
"Twitter API"
|
|
361
|
-
],
|
|
362
|
-
"link": "http://elderscrollsonline.com",
|
|
363
|
-
"image": "https://gaboesquivel.com/images/work/elder-scrolls.jpg"
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
"title": "Yeah TV Facebook App",
|
|
367
|
-
"description": "An online movie streaming service where you can watch movies dissected in chapters with detailed information and interactive games.",
|
|
368
|
-
"technologies": [
|
|
369
|
-
"HTML5",
|
|
370
|
-
"PHP",
|
|
371
|
-
"Facebook API",
|
|
372
|
-
"AJAX",
|
|
373
|
-
"Facebook Credits",
|
|
374
|
-
"Handlebars",
|
|
375
|
-
"Brightcove API",
|
|
376
|
-
"require.js"
|
|
377
|
-
],
|
|
378
|
-
"link": "http://yeahtv.com",
|
|
379
|
-
"image": "https://gaboesquivel.com/images/work/yeahtv.jpg"
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"title": "Tikr",
|
|
383
|
-
"description": "Tikr is an interactive online store with a unique twist—it features fluctuating prices. Tikr offers a dynamic shopping experience where prices for products change in real-time, creating excitement for shoppers seeking deals.",
|
|
384
|
-
"link": "http://tikr.com",
|
|
385
|
-
"image": "https://gaboesquivel.com/images/work/tikr.jpg",
|
|
386
|
-
"technologies": [
|
|
387
|
-
"Ruby on Rails",
|
|
388
|
-
"Spree",
|
|
389
|
-
"Heroku",
|
|
390
|
-
"Postgres",
|
|
391
|
-
"jQuery",
|
|
392
|
-
"SASS/SCSS"
|
|
393
|
-
]
|
|
394
|
-
},
|
|
395
368
|
{
|
|
396
369
|
"title": "Bureau of Trade (Beta)",
|
|
397
|
-
"description": "Bureau of Trade (Beta) is an online store offering a wide range of products. This platform provides a convenient shopping experience where users can browse and purchase various items from different categories.",
|
|
370
|
+
"description": "Bureau of Trade (Beta) is an online store offering a wide range of products. This platform provides a convenient shopping experience where users can browse and purchase various items from different categories.\\n During my tenure as the sole Fullstack developer, my primary focus encompassed frontend development, responsive design, and the implementation of animations. Additionally, I took charge of integrating the platform with eBay's API, ensuring smooth interactions and functionality with external systems and data sources.",
|
|
398
371
|
"link": "http://www.gridium.com/products/portfolio-manager/",
|
|
399
372
|
"image": "https://gaboesquivel.com/images/work/bureau-of-trade.jpg",
|
|
400
373
|
"technologies": [
|
|
@@ -405,44 +378,55 @@
|
|
|
405
378
|
]
|
|
406
379
|
},
|
|
407
380
|
{
|
|
408
|
-
"title": "
|
|
409
|
-
"description": "
|
|
410
|
-
"image": "https://gaboesquivel.com/images/work/arinc.png",
|
|
381
|
+
"title": "Tractor Supply",
|
|
382
|
+
"description": "The Tractor Supply mobile app simplifies shopping for customers, offering easy browsing, exclusive offers, account management, a store locator, and engagement features like product reviews, barcode scanning, and mobile wallet options. This enhances the convenience and efficiency of shopping for farming supplies, home improvement products, and outdoor equipment.\\n I served as a consultant for the Tractor Supply React Native app. My primary responsibilities included enhancing its overall performance, optimizing code quality and processes, and spearheading the development of an augmented reality feature. This feature allowed users to preview outdoor products on their property, enhancing the app's user experience and engagement.",
|
|
411
383
|
"technologies": [
|
|
412
|
-
"
|
|
413
|
-
"
|
|
414
|
-
"
|
|
415
|
-
"
|
|
416
|
-
"
|
|
417
|
-
|
|
384
|
+
"React Native",
|
|
385
|
+
"ReactJS",
|
|
386
|
+
"Containers",
|
|
387
|
+
"Cloud",
|
|
388
|
+
"NodeJS",
|
|
389
|
+
"TypeScript",
|
|
390
|
+
"Augmented Reality"
|
|
391
|
+
],
|
|
392
|
+
"link": "https://www.tractorsupply.com/tsc/cms/app",
|
|
393
|
+
"image": "https://gaboesquivel.com/images/work/tractor-supply.png"
|
|
418
394
|
},
|
|
419
395
|
{
|
|
420
|
-
"title": "
|
|
421
|
-
"description": "
|
|
422
|
-
"link": "http://www.amigosdelosparques.org/orchid-partner.php",
|
|
423
|
-
"image": "https://gaboesquivel.com/images/work/gridium.png",
|
|
396
|
+
"title": "Photo and Go",
|
|
397
|
+
"description": "MyPhoto.com is an online platform that turns digital photos into personalized keepsakes. Users can upload images and create custom products like canvas prints and photo books, making it simple to transform memories into meaningful gifts or décor items.\\n I held a lead role in developing an innovative photo editor app, shaping its technical direction and ensuring its successful execution. Simultaneously, I led the creation of backend services that seamlessly integrated with existing e-commerce systems, resulting in a significantly improved user experience characterized by a smoother and more intuitive interaction.",
|
|
424
398
|
"technologies": [
|
|
425
|
-
"
|
|
426
|
-
"
|
|
427
|
-
"
|
|
428
|
-
"
|
|
429
|
-
|
|
399
|
+
"ReactJS",
|
|
400
|
+
"NodeJS",
|
|
401
|
+
"Hapi",
|
|
402
|
+
"Swagger",
|
|
403
|
+
"Redux",
|
|
404
|
+
"AWS",
|
|
405
|
+
"Docker",
|
|
406
|
+
"Jenkins",
|
|
407
|
+
"PostgreSQL",
|
|
408
|
+
"Linux"
|
|
409
|
+
],
|
|
410
|
+
"link": "https://www.myphoto.com/",
|
|
411
|
+
"image": "https://gaboesquivel.com/images/work/photoandgo.jpg"
|
|
430
412
|
},
|
|
431
413
|
{
|
|
432
|
-
"title": "
|
|
433
|
-
"description": "
|
|
434
|
-
"link": "https://capoieraabolicao.com",
|
|
435
|
-
"image": "https://gaboesquivel.com/images/work/abolicao.jpg",
|
|
414
|
+
"title": "4Tius Fitness Data Tracker",
|
|
415
|
+
"description": "The 4Tius app served as a centralized platform for users to effortlessly monitor their fitness data. \\n In my capacity as a Fullstack software engineer, I took the lead in developing both the web application and backend systems. This encompassed the creation of the 4Tius API and a web dashboard that seamlessly integrated with Fitbit, allowing users to conveniently track their fitness metrics and progress all in one place.",
|
|
436
416
|
"technologies": [
|
|
437
|
-
"
|
|
438
|
-
"
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
|
|
417
|
+
"Node.js",
|
|
418
|
+
"Express",
|
|
419
|
+
"AWS",
|
|
420
|
+
"Linux",
|
|
421
|
+
"MongoDB",
|
|
422
|
+
"Angular.js"
|
|
423
|
+
],
|
|
424
|
+
"link": "https://example.com/18techs",
|
|
425
|
+
"image": "https://gaboesquivel.com/images/work/4tius.jpg"
|
|
442
426
|
},
|
|
443
427
|
{
|
|
444
428
|
"title": "SunTrust",
|
|
445
|
-
"description": "SunTrust.",
|
|
429
|
+
"description": "SunTrust, now Truist Financial Corporation, is a financial institution offering a wide range of banking and financial services, including personal and business banking, wealth management, commercial banking, and private banking.\\n Solid Salutes was a marketing campaign landing page designed to facilitate user-generated custom video salutes. I spearheaded the development of the entire website, overseeing its design and implementation.",
|
|
446
430
|
"link": "#",
|
|
447
431
|
"image": "https://gaboesquivel.com/images/work/suntrust-1.jpg",
|
|
448
432
|
"technologies": [
|
|
@@ -451,21 +435,21 @@
|
|
|
451
435
|
]
|
|
452
436
|
},
|
|
453
437
|
{
|
|
454
|
-
"title": "
|
|
455
|
-
"description": "
|
|
438
|
+
"title": "ScotiaTico",
|
|
439
|
+
"description": "ScotiaTico.",
|
|
456
440
|
"link": "#",
|
|
457
|
-
"image": "https://gaboesquivel.com/images/work/
|
|
441
|
+
"image": "https://gaboesquivel.com/images/work/scotiatico.jpg",
|
|
458
442
|
"technologies": [
|
|
459
443
|
"JavaScript",
|
|
460
444
|
"CSS3",
|
|
461
|
-
"
|
|
445
|
+
"Wordpress"
|
|
462
446
|
]
|
|
463
447
|
},
|
|
464
448
|
{
|
|
465
|
-
"title": "
|
|
466
|
-
"description": "
|
|
449
|
+
"title": "Staples",
|
|
450
|
+
"description": "Staples is a retail store for office supplies and related products, serving various customer needs.\\n I worked as a frontend developer, responsible for building responsive features and the main website navigation, which was a significant project.",
|
|
467
451
|
"link": "#",
|
|
468
|
-
"image": "https://gaboesquivel.com/images/work/
|
|
452
|
+
"image": "https://gaboesquivel.com/images/work/staples.jpg",
|
|
469
453
|
"technologies": [
|
|
470
454
|
"JavaScript",
|
|
471
455
|
"CSS3",
|
|
@@ -473,32 +457,46 @@
|
|
|
473
457
|
]
|
|
474
458
|
},
|
|
475
459
|
{
|
|
476
|
-
"title": "
|
|
477
|
-
"description": "
|
|
478
|
-
"link": "
|
|
479
|
-
"image": "https://gaboesquivel.com/images/work/
|
|
460
|
+
"title": "Gridium",
|
|
461
|
+
"description": "Gridium is an energy data analytics prototype that helps users visualize and analyze energy-related data. Gridium empowers users to make informed decisions regarding energy consumption and efficiency.\\n I was responsible for building the first version of the application, which displayed data collected from various buildings.",
|
|
462
|
+
"link": "https://gridium.com/",
|
|
463
|
+
"image": "https://gaboesquivel.com/images/work/gridium.png",
|
|
480
464
|
"technologies": [
|
|
481
465
|
"JavaScript",
|
|
482
|
-
"
|
|
483
|
-
"
|
|
466
|
+
"Data Charts",
|
|
467
|
+
"CSS",
|
|
468
|
+
"Bootstrap"
|
|
484
469
|
]
|
|
485
470
|
},
|
|
486
471
|
{
|
|
487
|
-
"title": "
|
|
488
|
-
"description": "
|
|
489
|
-
"
|
|
490
|
-
"
|
|
472
|
+
"title": "ARINC Microfids",
|
|
473
|
+
"description": "ARINC Microfids is a versatile flight information display system designed for hotels, rental car agencies, and airport-related businesses. \\n My responsibilities included managing all aspects of the frontend development and integration with the Ruby on Rails backend.",
|
|
474
|
+
"image": "https://gaboesquivel.com/images/work/arinc.png",
|
|
475
|
+
"technologies": [
|
|
476
|
+
"Ruby on Rails",
|
|
477
|
+
"AngularJS",
|
|
478
|
+
"Faye",
|
|
479
|
+
"LESS",
|
|
480
|
+
"Heroku"
|
|
481
|
+
]
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"title": "Capoeira Abolicao",
|
|
485
|
+
"description": "Capoeira Abolição is a Capoeira group a Brazilian martial art that combines dance, acrobatics, music, and culture.\\n I trained with this group for several years and volunteered to create a promotional website that showcases their professors and global community.",
|
|
486
|
+
"link": "https://capoieraabolicao.com",
|
|
487
|
+
"image": "https://gaboesquivel.com/images/work/abolicao.jpg",
|
|
491
488
|
"technologies": [
|
|
492
489
|
"JavaScript",
|
|
493
|
-
"
|
|
494
|
-
"
|
|
490
|
+
"Wordpress",
|
|
491
|
+
"CSS",
|
|
492
|
+
"Bootstrap"
|
|
495
493
|
]
|
|
496
494
|
},
|
|
497
495
|
{
|
|
498
|
-
"title": "
|
|
499
|
-
"description": "
|
|
496
|
+
"title": "Panini",
|
|
497
|
+
"description": "Panini.",
|
|
500
498
|
"link": "#",
|
|
501
|
-
"image": "https://gaboesquivel.com/images/work/
|
|
499
|
+
"image": "https://gaboesquivel.com/images/work/panini.jpg",
|
|
502
500
|
"technologies": [
|
|
503
501
|
"JavaScript",
|
|
504
502
|
"CSS3",
|
|
@@ -506,10 +504,10 @@
|
|
|
506
504
|
]
|
|
507
505
|
},
|
|
508
506
|
{
|
|
509
|
-
"title": "
|
|
510
|
-
"description": "
|
|
507
|
+
"title": "Earth",
|
|
508
|
+
"description": "EARTH University provides education in agricultural sciences and resource management for students worldwide. Supported by the Costa Rican Government, USAID, and the W.K. Kellogg Foundation, it emphasizes values, ethical entrepreneurship, and environmental commitment.\\n I was responsible for building their main website, blog and newsletter.",
|
|
511
509
|
"link": "#",
|
|
512
|
-
"image": "https://gaboesquivel.com/images/work/
|
|
510
|
+
"image": "https://gaboesquivel.com/images/work/wordpress-earth-pai.jpg",
|
|
513
511
|
"technologies": [
|
|
514
512
|
"JavaScript",
|
|
515
513
|
"CSS3",
|
|
@@ -517,10 +515,10 @@
|
|
|
517
515
|
]
|
|
518
516
|
},
|
|
519
517
|
{
|
|
520
|
-
"title": "
|
|
521
|
-
"description": "
|
|
518
|
+
"title": "Proparques",
|
|
519
|
+
"description": "ProParques is a nonprofit organization comprising professionals, academics, environmentalists, and entrepreneurs dedicated to identifying, conceptualizing, and executing specific projects to ensure the long-term sustainability of national parks.\\n I developed their responsive landing page and an interactive map for exploring national parks.",
|
|
522
520
|
"link": "#",
|
|
523
|
-
"image": "https://gaboesquivel.com/images/work/
|
|
521
|
+
"image": "https://gaboesquivel.com/images/work/proparques.jpg",
|
|
524
522
|
"technologies": [
|
|
525
523
|
"JavaScript",
|
|
526
524
|
"CSS3",
|
|
@@ -529,8 +527,8 @@
|
|
|
529
527
|
},
|
|
530
528
|
{
|
|
531
529
|
"title": "Fantasy Tennis",
|
|
532
|
-
"description": "Fantasy Tennis.",
|
|
533
|
-
"link": "
|
|
530
|
+
"description": "FanSlam Fantasy Tennis is a strategic game where you aim to earn points in upcoming ATP, WTA, and Grand Slam tournaments by crafting a winning team through careful strategy, considering factors like team balance, surface preferences, style matchups, and player form.\\n I served as a fullstack developer, taking on the responsibility of designing and constructing both the frontend and backend of this application.",
|
|
531
|
+
"link": "https://www.fanslam.us",
|
|
534
532
|
"image": "https://gaboesquivel.com/images/work/fantasy-tennis.jpg",
|
|
535
533
|
"technologies": [
|
|
536
534
|
"JavaScript",
|
|
@@ -538,45 +536,49 @@
|
|
|
538
536
|
]
|
|
539
537
|
},
|
|
540
538
|
{
|
|
541
|
-
"title": "
|
|
542
|
-
"description": "
|
|
539
|
+
"title": "Mobtion",
|
|
540
|
+
"description": "Mobtion agency specializes in delivering customized mobile development services.\\n I was responsible for designing and developing their responsive website and content management system (CMS), leveraging the power of WordPress.",
|
|
543
541
|
"link": "#",
|
|
544
|
-
"image": "https://gaboesquivel.com/images/work/
|
|
542
|
+
"image": "https://gaboesquivel.com/images/work/mobtion.jpg",
|
|
545
543
|
"technologies": [
|
|
546
544
|
"JavaScript",
|
|
547
|
-
"CSS3"
|
|
545
|
+
"CSS3",
|
|
546
|
+
"Wordpress",
|
|
547
|
+
"PHP"
|
|
548
548
|
]
|
|
549
549
|
},
|
|
550
550
|
{
|
|
551
|
-
"title": "
|
|
552
|
-
"description": "
|
|
551
|
+
"title": "ITS",
|
|
552
|
+
"description": "ITS InfoCom, the leading Latin American multinational in Information Technologies, specializes in Remote Infrastructure Management (RIM) services. Their offerings include cutting-edge architectures like Borderless Networks, Convergence, Unified Collaboration, Cloud Computing, Security, and Business Contact Center.\\n I took charge of implementing their primary website, content management system (CMS), and integration with their CRM system.",
|
|
553
553
|
"link": "#",
|
|
554
|
-
"image": "https://gaboesquivel.com/images/work/
|
|
554
|
+
"image": "https://gaboesquivel.com/images/work/website-its.jpg",
|
|
555
555
|
"technologies": [
|
|
556
556
|
"JavaScript",
|
|
557
|
-
"CSS3"
|
|
557
|
+
"CSS3",
|
|
558
|
+
"PHP",
|
|
559
|
+
"Custom CMS"
|
|
558
560
|
]
|
|
559
561
|
},
|
|
560
562
|
{
|
|
561
|
-
"title": "
|
|
562
|
-
"description": "
|
|
563
|
+
"title": "Trivenzor",
|
|
564
|
+
"description": "I was the developer in charge of creating a responsive landing page for Trivenzor, a prescription medication used to treat high blood pressure (hypertension) in adults.",
|
|
563
565
|
"link": "#",
|
|
564
|
-
"image": "https://gaboesquivel.com/images/work/
|
|
566
|
+
"image": "https://gaboesquivel.com/images/work/tribenzor.jpg",
|
|
565
567
|
"technologies": [
|
|
566
568
|
"JavaScript",
|
|
567
|
-
"CSS3"
|
|
569
|
+
"CSS3",
|
|
570
|
+
"Mootols"
|
|
568
571
|
]
|
|
569
572
|
},
|
|
570
573
|
{
|
|
571
|
-
"title": "
|
|
572
|
-
"description": "
|
|
573
|
-
"link": "
|
|
574
|
-
"image": "https://gaboesquivel.com/images/work/
|
|
574
|
+
"title": "Living with Dryness",
|
|
575
|
+
"description": "I was the developer responsible for crafting the pixel-perfect and responsive Living with Dryness landing page.",
|
|
576
|
+
"link": "#",
|
|
577
|
+
"image": "https://gaboesquivel.com/images/work/living-with-dryness.jpg",
|
|
575
578
|
"technologies": [
|
|
576
579
|
"JavaScript",
|
|
577
|
-
"
|
|
578
|
-
"
|
|
579
|
-
"Bootstrap"
|
|
580
|
+
"CSS3",
|
|
581
|
+
"Wordpress"
|
|
580
582
|
]
|
|
581
583
|
}
|
|
582
584
|
]
|
package/readme.md
CHANGED
|
@@ -2,15 +2,8 @@
|
|
|
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, as well as advanced expertise in containers, React, and TypeScript.
|
|
4
4
|
|
|
5
|
-
I help companies develop software products and make technical decisions. I work with stakeholders and developers in the design and implementation of software applications, taking ideas from conception to production and ensuring successful execution.
|
|
6
|
-
|
|
7
|
-
Blockchain, DeFi, NodeJS, Databases, Linux, Docker, Cloud, GraphQL, React, React Native
|
|
8
|
-
|
|
9
5
|
Learn more on my website [gaboesquivel.com](https://gaboesquivel.com)
|
|
10
6
|
|
|
11
|
-
Spoken languages: English, Spanish, Portuguese, and Italian.
|
|
12
|
-
|
|
13
|
-
|
|
14
7
|
------
|
|
15
8
|
|
|
16
9
|
|