gaboesquivel 3.4.6 → 3.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +39 -38
- package/dist/index.mjs +39 -38
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -467,6 +467,7 @@ var projects = [
|
|
|
467
467
|
"slug": "wink",
|
|
468
468
|
"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.",
|
|
469
469
|
"tech": [
|
|
470
|
+
"Typescript",
|
|
470
471
|
"AWS",
|
|
471
472
|
"Serverless",
|
|
472
473
|
"React Native",
|
|
@@ -1073,7 +1074,7 @@ var techStack = [
|
|
|
1073
1074
|
image: "/images/tech/typescript.png",
|
|
1074
1075
|
description: "A strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.",
|
|
1075
1076
|
link: "https://www.typescriptlang.org/",
|
|
1076
|
-
since: "
|
|
1077
|
+
since: "2018",
|
|
1077
1078
|
intro: [
|
|
1078
1079
|
"TypeScript is a superset of JavaScript that adds static types, enhancing code quality and maintainability.",
|
|
1079
1080
|
"It is widely used in modern web development for building scalable and robust applications."
|
|
@@ -1090,7 +1091,7 @@ var techStack = [
|
|
|
1090
1091
|
image: "/images/tech/solidity.png",
|
|
1091
1092
|
description: "A contract-oriented programming language for writing smart contracts on Ethereum.",
|
|
1092
1093
|
link: "https://soliditylang.org/",
|
|
1093
|
-
since: "
|
|
1094
|
+
since: "2017",
|
|
1094
1095
|
intro: [
|
|
1095
1096
|
"Solidity is the primary language for writing smart contracts on Ethereum and other EVM-compatible blockchains.",
|
|
1096
1097
|
"It is designed to target the Ethereum Virtual Machine (EVM) and is influenced by C++, Python, and JavaScript."
|
|
@@ -1108,7 +1109,7 @@ var techStack = [
|
|
|
1108
1109
|
image: "/images/tech/foundry.png",
|
|
1109
1110
|
description: "A blazing fast, portable, and modular toolkit for Ethereum application development.",
|
|
1110
1111
|
link: "https://getfoundry.sh/",
|
|
1111
|
-
since: "
|
|
1112
|
+
since: "2024",
|
|
1112
1113
|
intro: [
|
|
1113
1114
|
"Foundry is a toolkit for Ethereum application development, known for its speed and modularity.",
|
|
1114
1115
|
"It provides a suite of tools for building, testing, and deploying smart contracts."
|
|
@@ -1124,7 +1125,7 @@ var techStack = [
|
|
|
1124
1125
|
image: "/images/tech/nextjs.png",
|
|
1125
1126
|
description: "A React framework for production, providing hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more.",
|
|
1126
1127
|
link: "https://nextjs.org/",
|
|
1127
|
-
since: "
|
|
1128
|
+
since: "2020",
|
|
1128
1129
|
intro: [
|
|
1129
1130
|
"Next.js is a popular React framework that enables server-side rendering and static site generation for React applications.",
|
|
1130
1131
|
"It is known for its performance optimizations and ease of use in building scalable web applications."
|
|
@@ -1142,7 +1143,7 @@ var techStack = [
|
|
|
1142
1143
|
image: "/images/tech/ponder.png",
|
|
1143
1144
|
description: "A tool for indexing and querying blockchain data.",
|
|
1144
1145
|
link: "https://ponder.io/",
|
|
1145
|
-
since: "
|
|
1146
|
+
since: "2024",
|
|
1146
1147
|
intro: [
|
|
1147
1148
|
"Ponder is a powerful tool for indexing and querying blockchain data, making it easier to build responsive dApps.",
|
|
1148
1149
|
"It provides real-time data processing capabilities, enhancing the performance of decentralized applications."
|
|
@@ -1159,7 +1160,7 @@ var techStack = [
|
|
|
1159
1160
|
image: "/images/tech/postgresql.png",
|
|
1160
1161
|
description: "A powerful, open-source object-relational database system with a strong reputation for reliability, feature robustness, and performance.",
|
|
1161
1162
|
link: "https://www.postgresql.org/",
|
|
1162
|
-
since: "
|
|
1163
|
+
since: "2018",
|
|
1163
1164
|
intro: [
|
|
1164
1165
|
"PostgreSQL is a highly stable database management system, used by many companies and organizations to store and manage their data.",
|
|
1165
1166
|
"It supports advanced data types and performance optimization features, making it a popular choice for complex applications."
|
|
@@ -1176,7 +1177,7 @@ var techStack = [
|
|
|
1176
1177
|
image: "/images/tech/viem.png",
|
|
1177
1178
|
description: "A library for interacting with Ethereum and other EVM-compatible blockchains.",
|
|
1178
1179
|
link: "https://viem.io/",
|
|
1179
|
-
since: "
|
|
1180
|
+
since: "2020",
|
|
1180
1181
|
intro: [
|
|
1181
1182
|
"Viem is a modern library designed to simplify interactions with Ethereum and other EVM-compatible blockchains.",
|
|
1182
1183
|
"It provides a robust set of tools for developers to build decentralized applications with ease."
|
|
@@ -1194,7 +1195,7 @@ var techStack = [
|
|
|
1194
1195
|
image: "/images/tech/wagmi.png",
|
|
1195
1196
|
description: "A collection of React hooks for Ethereum.",
|
|
1196
1197
|
link: "https://wagmi.sh/",
|
|
1197
|
-
since: "
|
|
1198
|
+
since: "2020",
|
|
1198
1199
|
intro: [
|
|
1199
1200
|
"Wagmi provides a set of React hooks that simplify the process of building Ethereum applications.",
|
|
1200
1201
|
"It is designed to work seamlessly with popular libraries like ethers.js and viem."
|
|
@@ -1212,7 +1213,7 @@ var techStack = [
|
|
|
1212
1213
|
image: "/images/tech/evm.png",
|
|
1213
1214
|
description: "The Ethereum Virtual Machine, a runtime environment for smart contracts in Ethereum.",
|
|
1214
1215
|
link: "https://ethereum.org/en/developers/docs/evm/",
|
|
1215
|
-
since: "
|
|
1216
|
+
since: "2017",
|
|
1216
1217
|
intro: [
|
|
1217
1218
|
"The EVM is the runtime environment for smart contracts in Ethereum, enabling decentralized computation.",
|
|
1218
1219
|
"It is a key component of the Ethereum blockchain, executing smart contracts and maintaining consensus."
|
|
@@ -1229,7 +1230,7 @@ var techStack = [
|
|
|
1229
1230
|
image: "/images/tech/thirdweb.png",
|
|
1230
1231
|
description: "A platform for building and deploying Web3 applications with ease.",
|
|
1231
1232
|
link: "https://thirdweb.com/",
|
|
1232
|
-
since: "
|
|
1233
|
+
since: "2024",
|
|
1233
1234
|
intro: [
|
|
1234
1235
|
"ThirdWeb provides tools and infrastructure for building Web3 applications, simplifying the development process.",
|
|
1235
1236
|
"It offers a range of features for deploying smart contracts and managing blockchain interactions."
|
|
@@ -1245,7 +1246,7 @@ var techStack = [
|
|
|
1245
1246
|
image: "/images/tech/ai.png",
|
|
1246
1247
|
description: "Artificial Intelligence technologies and tools for building intelligent applications.",
|
|
1247
1248
|
link: "https://en.wikipedia.org/wiki/Artificial_intelligence",
|
|
1248
|
-
since: "
|
|
1249
|
+
since: "2018",
|
|
1249
1250
|
intro: [
|
|
1250
1251
|
"AI encompasses a range of technologies and tools for building intelligent applications that can learn and adapt.",
|
|
1251
1252
|
"It is widely used in various fields, including natural language processing, computer vision, and robotics."
|
|
@@ -1262,7 +1263,7 @@ var techStack = [
|
|
|
1262
1263
|
image: "/images/tech/ethersjs.png",
|
|
1263
1264
|
description: "A library for interacting with the Ethereum blockchain and its ecosystem.",
|
|
1264
1265
|
link: "https://docs.ethers.io/v5/",
|
|
1265
|
-
since: "
|
|
1266
|
+
since: "2018",
|
|
1266
1267
|
intro: [
|
|
1267
1268
|
"EthersJS is a library designed to interact with the Ethereum blockchain, providing a simple and consistent interface for developers.",
|
|
1268
1269
|
"It is widely used for its ease of use and comprehensive documentation, making it a popular choice for Ethereum development."
|
|
@@ -1280,7 +1281,7 @@ var techStack = [
|
|
|
1280
1281
|
image: "/images/tech/alchemy.png",
|
|
1281
1282
|
description: "A blockchain development platform that provides infrastructure and tools for building decentralized applications.",
|
|
1282
1283
|
link: "https://www.alchemy.com/",
|
|
1283
|
-
since: "
|
|
1284
|
+
since: "2020",
|
|
1284
1285
|
intro: [
|
|
1285
1286
|
"Alchemy offers a suite of tools and infrastructure for building decentralized applications on blockchain networks.",
|
|
1286
1287
|
"It is known for its reliability and performance, supporting developers in building scalable blockchain solutions."
|
|
@@ -1331,7 +1332,7 @@ var techStack = [
|
|
|
1331
1332
|
image: "/images/tech/graphql.png",
|
|
1332
1333
|
description: "A query language for your API, and a server-side runtime for executing queries by using a type system you define for your data.",
|
|
1333
1334
|
link: "https://graphql.org/",
|
|
1334
|
-
since: "
|
|
1335
|
+
since: "2018",
|
|
1335
1336
|
intro: [
|
|
1336
1337
|
"GraphQL provides a more efficient, powerful, and flexible alternative to REST, allowing clients to request exactly the data they need.",
|
|
1337
1338
|
"It is widely used in modern web applications for its ability to streamline data fetching and improve performance."
|
|
@@ -1364,7 +1365,7 @@ var techStack = [
|
|
|
1364
1365
|
image: "/images/tech/llms.png",
|
|
1365
1366
|
description: "Large Language Models used for natural language processing and understanding.",
|
|
1366
1367
|
link: "https://en.wikipedia.org/wiki/Language_model",
|
|
1367
|
-
since: "
|
|
1368
|
+
since: "2020",
|
|
1368
1369
|
intro: [
|
|
1369
1370
|
"LLMs are advanced models used for natural language processing, enabling applications to understand and generate human-like text.",
|
|
1370
1371
|
"They are widely used in chatbots, translation services, and content generation."
|
|
@@ -1380,7 +1381,7 @@ var techStack = [
|
|
|
1380
1381
|
image: "/images/tech/webgl.png",
|
|
1381
1382
|
description: "A JavaScript API for rendering interactive 3D and 2D graphics within any compatible web browser.",
|
|
1382
1383
|
link: "https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API",
|
|
1383
|
-
since: "
|
|
1384
|
+
since: "2018",
|
|
1384
1385
|
intro: [
|
|
1385
1386
|
"WebGL is a powerful API for rendering 3D and 2D graphics in web browsers, enabling interactive visual experiences.",
|
|
1386
1387
|
"It is widely used in gaming, data visualization, and interactive web applications."
|
|
@@ -1396,13 +1397,13 @@ var techStack = [
|
|
|
1396
1397
|
image: "/images/tech/ethereum.png",
|
|
1397
1398
|
description: "A decentralized platform that enables developers to build and deploy smart contracts and decentralized applications.",
|
|
1398
1399
|
link: "https://ethereum.org/",
|
|
1399
|
-
since: "
|
|
1400
|
+
since: "2017",
|
|
1400
1401
|
intro: [
|
|
1401
|
-
"Ethereum is a decentralized platform that
|
|
1402
|
-
"It is
|
|
1402
|
+
"Ethereum is a decentralized platform that enables developers to build and deploy smart contracts and decentralized applications.",
|
|
1403
|
+
"It is widely used for its flexibility and support for a wide range of decentralized applications."
|
|
1403
1404
|
],
|
|
1404
1405
|
experience: [
|
|
1405
|
-
"
|
|
1406
|
+
"Utilized Ethereum in projects like Knowledge.io and RareMint for building decentralized applications and smart contracts."
|
|
1406
1407
|
]
|
|
1407
1408
|
},
|
|
1408
1409
|
{
|
|
@@ -1737,7 +1738,7 @@ var techStack = [
|
|
|
1737
1738
|
image: "/images/tech/openai.png",
|
|
1738
1739
|
description: "An AI research and deployment company, known for developing advanced AI models and technologies.",
|
|
1739
1740
|
link: "https://openai.com/",
|
|
1740
|
-
since: "
|
|
1741
|
+
since: "2020",
|
|
1741
1742
|
intro: [
|
|
1742
1743
|
"OpenAI is an AI research and deployment company, known for developing advanced AI models and technologies.",
|
|
1743
1744
|
"It is widely recognized for its contributions to AI research and development, including models like GPT-3 and Dalle."
|
|
@@ -1753,7 +1754,7 @@ var techStack = [
|
|
|
1753
1754
|
image: "/images/tech/biometrics.png",
|
|
1754
1755
|
description: "Technologies and methods for recognizing individuals based on physical or behavioral characteristics.",
|
|
1755
1756
|
link: "https://en.wikipedia.org/wiki/Biometrics",
|
|
1756
|
-
since: "
|
|
1757
|
+
since: "2020",
|
|
1757
1758
|
intro: [
|
|
1758
1759
|
"Biometrics involves technologies and methods for recognizing individuals based on physical or behavioral characteristics.",
|
|
1759
1760
|
"It is widely used in security systems, authentication, and identity verification."
|
|
@@ -1769,7 +1770,7 @@ var techStack = [
|
|
|
1769
1770
|
image: "/images/tech/express.png",
|
|
1770
1771
|
description: "A minimal and flexible Node.js web application framework.",
|
|
1771
1772
|
link: "https://expressjs.com/",
|
|
1772
|
-
since: "
|
|
1773
|
+
since: "2018",
|
|
1773
1774
|
intro: [
|
|
1774
1775
|
"Express.js provides a robust set of features for web and mobile applications, making it a popular choice for building APIs.",
|
|
1775
1776
|
"It is known for its simplicity and flexibility, allowing developers to create server-side applications quickly."
|
|
@@ -1786,7 +1787,7 @@ var techStack = [
|
|
|
1786
1787
|
image: "/images/tech/angularjs.png",
|
|
1787
1788
|
description: "A structural framework for dynamic web apps.",
|
|
1788
1789
|
link: "https://angularjs.org/",
|
|
1789
|
-
since: "
|
|
1790
|
+
since: "2018",
|
|
1790
1791
|
intro: [
|
|
1791
1792
|
"AngularJS lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly.",
|
|
1792
1793
|
"It is fully extensible and works well with other libraries."
|
|
@@ -1803,7 +1804,7 @@ var techStack = [
|
|
|
1803
1804
|
image: "/images/tech/mongodb.png",
|
|
1804
1805
|
description: "A document database with the scalability and flexibility that you want with the querying and indexing that you need.",
|
|
1805
1806
|
link: "https://www.mongodb.com/",
|
|
1806
|
-
since: "
|
|
1807
|
+
since: "2018",
|
|
1807
1808
|
intro: [
|
|
1808
1809
|
"MongoDB is a document database designed for ease of development and scaling.",
|
|
1809
1810
|
"It is known for its flexibility and scalability, making it a popular choice for modern web applications."
|
|
@@ -1820,7 +1821,7 @@ var techStack = [
|
|
|
1820
1821
|
image: "/images/tech/heroku.png",
|
|
1821
1822
|
description: "A platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.",
|
|
1822
1823
|
link: "https://www.heroku.com/",
|
|
1823
|
-
since: "
|
|
1824
|
+
since: "2018",
|
|
1824
1825
|
intro: [
|
|
1825
1826
|
"Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.",
|
|
1826
1827
|
"It is known for its ease of use and support for a wide range of programming languages and frameworks."
|
|
@@ -1836,7 +1837,7 @@ var techStack = [
|
|
|
1836
1837
|
image: "/images/tech/bootstrap.png",
|
|
1837
1838
|
description: "A free and open-source CSS framework directed at responsive, mobile-first front-end web development.",
|
|
1838
1839
|
link: "https://getbootstrap.com/",
|
|
1839
|
-
since: "
|
|
1840
|
+
since: "2018",
|
|
1840
1841
|
intro: [
|
|
1841
1842
|
"Bootstrap contains CSS- and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.",
|
|
1842
1843
|
"It is widely used for its responsive grid system and pre-designed components."
|
|
@@ -1853,7 +1854,7 @@ var techStack = [
|
|
|
1853
1854
|
image: "/images/tech/stripe.png",
|
|
1854
1855
|
description: "A technology company that builds economic infrastructure for the internet.",
|
|
1855
1856
|
link: "https://stripe.com/",
|
|
1856
|
-
since: "
|
|
1857
|
+
since: "2018",
|
|
1857
1858
|
intro: [
|
|
1858
1859
|
"Stripe provides a suite of payment APIs that powers commerce for online businesses of all sizes.",
|
|
1859
1860
|
"It is known for its ease of integration and support for a wide range of payment methods."
|
|
@@ -1869,7 +1870,7 @@ var techStack = [
|
|
|
1869
1870
|
image: "/images/tech/twilio.png",
|
|
1870
1871
|
description: "A cloud communications platform for building SMS, Voice & Messaging applications on an API.",
|
|
1871
1872
|
link: "https://www.twilio.com/",
|
|
1872
|
-
since: "
|
|
1873
|
+
since: "2018",
|
|
1873
1874
|
intro: [
|
|
1874
1875
|
"Twilio provides APIs for sending and receiving messages, making phone calls, and performing other communication functions.",
|
|
1875
1876
|
"It is widely used for integrating communication capabilities into applications."
|
|
@@ -1885,7 +1886,7 @@ var techStack = [
|
|
|
1885
1886
|
image: "/images/tech/linux.png",
|
|
1886
1887
|
description: "An open-source operating system based on Unix, widely used for servers, desktops, and embedded systems.",
|
|
1887
1888
|
link: "https://www.linux.org/",
|
|
1888
|
-
since: "
|
|
1889
|
+
since: "2018",
|
|
1889
1890
|
intro: [
|
|
1890
1891
|
"Linux is an open-source operating system based on Unix, known for its stability, security, and flexibility.",
|
|
1891
1892
|
"It is widely used in servers, desktops, and embedded systems, providing a robust platform for various applications."
|
|
@@ -1901,7 +1902,7 @@ var techStack = [
|
|
|
1901
1902
|
image: "/images/tech/javascript.png",
|
|
1902
1903
|
description: "A high-level, just-in-time compiled, object-oriented programming language.",
|
|
1903
1904
|
link: "https://developer.mozilla.org/en-US/docs/Web/JavaScript",
|
|
1904
|
-
since: "
|
|
1905
|
+
since: "2009",
|
|
1905
1906
|
intro: [
|
|
1906
1907
|
"JavaScript is a versatile programming language that is widely used for web development, enabling interactive and dynamic web pages.",
|
|
1907
1908
|
"It is known for its flexibility and support for a wide range of programming paradigms."
|
|
@@ -1918,7 +1919,7 @@ var techStack = [
|
|
|
1918
1919
|
image: "/images/tech/css.png",
|
|
1919
1920
|
description: "A style sheet language used for describing the presentation of a document written in a markup language like HTML.",
|
|
1920
1921
|
link: "https://developer.mozilla.org/en-US/docs/Web/CSS",
|
|
1921
|
-
since: "
|
|
1922
|
+
since: "2009",
|
|
1922
1923
|
intro: [
|
|
1923
1924
|
"CSS is a style sheet language used for describing the presentation of a document written in a markup language like HTML.",
|
|
1924
1925
|
"It is known for its ability to separate content from design, enabling responsive and visually appealing web pages."
|
|
@@ -1935,7 +1936,7 @@ var techStack = [
|
|
|
1935
1936
|
image: "/images/tech/mootools.png",
|
|
1936
1937
|
description: "A compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.",
|
|
1937
1938
|
link: "https://mootools.net/",
|
|
1938
|
-
since: "
|
|
1939
|
+
since: "2009",
|
|
1939
1940
|
intro: [
|
|
1940
1941
|
"Mootools is a JavaScript framework that provides a rich set of features for building web applications, including DOM manipulation, event handling, and more.",
|
|
1941
1942
|
"It is known for its lightweight and modular architecture."
|
|
@@ -1951,7 +1952,7 @@ var techStack = [
|
|
|
1951
1952
|
image: "/images/tech/data-charts.png",
|
|
1952
1953
|
description: "Tools and libraries for creating interactive and dynamic data visualizations.",
|
|
1953
1954
|
link: "https://www.chartjs.org/",
|
|
1954
|
-
since: "
|
|
1955
|
+
since: "2018",
|
|
1955
1956
|
intro: [
|
|
1956
1957
|
"Data charts provide a way to visualize data in a clear and interactive manner, making it easier to understand and analyze.",
|
|
1957
1958
|
"They are widely used in applications that require data visualization and analysis."
|
|
@@ -1967,7 +1968,7 @@ var techStack = [
|
|
|
1967
1968
|
image: "/images/tech/rails.png",
|
|
1968
1969
|
description: "A web application framework written in Ruby, designed to make programming web applications easier.",
|
|
1969
1970
|
link: "https://rubyonrails.org/",
|
|
1970
|
-
since: "
|
|
1971
|
+
since: "2009",
|
|
1971
1972
|
intro: [
|
|
1972
1973
|
"Ruby on Rails is a full-stack web application framework that emphasizes convention over configuration.",
|
|
1973
1974
|
"It is known for its developer-friendly syntax and rapid development capabilities."
|
|
@@ -2017,7 +2018,7 @@ var techStack = [
|
|
|
2017
2018
|
image: "/images/tech/wordpress.png",
|
|
2018
2019
|
description: "A free and open-source content management system (CMS) based on PHP and MySQL.",
|
|
2019
2020
|
link: "https://wordpress.org/",
|
|
2020
|
-
since: "
|
|
2021
|
+
since: "2009",
|
|
2021
2022
|
intro: [
|
|
2022
2023
|
"Wordpress is a free and open-source content management system (CMS) based on PHP and MySQL.",
|
|
2023
2024
|
"It is known for its ease of use and support for a wide range of plugins and themes, making it a popular choice for building websites and blogs."
|
|
@@ -2034,7 +2035,7 @@ var techStack = [
|
|
|
2034
2035
|
image: "/images/tech/cms.png",
|
|
2035
2036
|
description: "Software applications that enable users to create, manage, and modify content on websites without specialized technical knowledge.",
|
|
2036
2037
|
link: "https://en.wikipedia.org/wiki/Content_management_system",
|
|
2037
|
-
since: "
|
|
2038
|
+
since: "2009",
|
|
2038
2039
|
intro: [
|
|
2039
2040
|
"Content Management Systems (CMS) provide tools for creating and managing digital content, often with user-friendly interfaces.",
|
|
2040
2041
|
"They enable non-technical users to maintain websites and digital platforms without requiring coding knowledge."
|
|
@@ -2052,7 +2053,7 @@ var techStack = [
|
|
|
2052
2053
|
image: "/images/tech/datocms.png",
|
|
2053
2054
|
description: "A headless CMS that offers a flexible content management solution for modern websites and applications.",
|
|
2054
2055
|
link: "https://www.datocms.com/",
|
|
2055
|
-
since: "
|
|
2056
|
+
since: "2020",
|
|
2056
2057
|
intro: [
|
|
2057
2058
|
"DatoCMS is a headless content management system that provides a flexible and powerful solution for managing content across multiple platforms.",
|
|
2058
2059
|
"It offers a user-friendly interface, robust API, and seamless integration with modern development frameworks."
|
package/dist/index.mjs
CHANGED
|
@@ -436,6 +436,7 @@ var projects = [
|
|
|
436
436
|
"slug": "wink",
|
|
437
437
|
"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.",
|
|
438
438
|
"tech": [
|
|
439
|
+
"Typescript",
|
|
439
440
|
"AWS",
|
|
440
441
|
"Serverless",
|
|
441
442
|
"React Native",
|
|
@@ -1042,7 +1043,7 @@ var techStack = [
|
|
|
1042
1043
|
image: "/images/tech/typescript.png",
|
|
1043
1044
|
description: "A strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.",
|
|
1044
1045
|
link: "https://www.typescriptlang.org/",
|
|
1045
|
-
since: "
|
|
1046
|
+
since: "2018",
|
|
1046
1047
|
intro: [
|
|
1047
1048
|
"TypeScript is a superset of JavaScript that adds static types, enhancing code quality and maintainability.",
|
|
1048
1049
|
"It is widely used in modern web development for building scalable and robust applications."
|
|
@@ -1059,7 +1060,7 @@ var techStack = [
|
|
|
1059
1060
|
image: "/images/tech/solidity.png",
|
|
1060
1061
|
description: "A contract-oriented programming language for writing smart contracts on Ethereum.",
|
|
1061
1062
|
link: "https://soliditylang.org/",
|
|
1062
|
-
since: "
|
|
1063
|
+
since: "2017",
|
|
1063
1064
|
intro: [
|
|
1064
1065
|
"Solidity is the primary language for writing smart contracts on Ethereum and other EVM-compatible blockchains.",
|
|
1065
1066
|
"It is designed to target the Ethereum Virtual Machine (EVM) and is influenced by C++, Python, and JavaScript."
|
|
@@ -1077,7 +1078,7 @@ var techStack = [
|
|
|
1077
1078
|
image: "/images/tech/foundry.png",
|
|
1078
1079
|
description: "A blazing fast, portable, and modular toolkit for Ethereum application development.",
|
|
1079
1080
|
link: "https://getfoundry.sh/",
|
|
1080
|
-
since: "
|
|
1081
|
+
since: "2024",
|
|
1081
1082
|
intro: [
|
|
1082
1083
|
"Foundry is a toolkit for Ethereum application development, known for its speed and modularity.",
|
|
1083
1084
|
"It provides a suite of tools for building, testing, and deploying smart contracts."
|
|
@@ -1093,7 +1094,7 @@ var techStack = [
|
|
|
1093
1094
|
image: "/images/tech/nextjs.png",
|
|
1094
1095
|
description: "A React framework for production, providing hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more.",
|
|
1095
1096
|
link: "https://nextjs.org/",
|
|
1096
|
-
since: "
|
|
1097
|
+
since: "2020",
|
|
1097
1098
|
intro: [
|
|
1098
1099
|
"Next.js is a popular React framework that enables server-side rendering and static site generation for React applications.",
|
|
1099
1100
|
"It is known for its performance optimizations and ease of use in building scalable web applications."
|
|
@@ -1111,7 +1112,7 @@ var techStack = [
|
|
|
1111
1112
|
image: "/images/tech/ponder.png",
|
|
1112
1113
|
description: "A tool for indexing and querying blockchain data.",
|
|
1113
1114
|
link: "https://ponder.io/",
|
|
1114
|
-
since: "
|
|
1115
|
+
since: "2024",
|
|
1115
1116
|
intro: [
|
|
1116
1117
|
"Ponder is a powerful tool for indexing and querying blockchain data, making it easier to build responsive dApps.",
|
|
1117
1118
|
"It provides real-time data processing capabilities, enhancing the performance of decentralized applications."
|
|
@@ -1128,7 +1129,7 @@ var techStack = [
|
|
|
1128
1129
|
image: "/images/tech/postgresql.png",
|
|
1129
1130
|
description: "A powerful, open-source object-relational database system with a strong reputation for reliability, feature robustness, and performance.",
|
|
1130
1131
|
link: "https://www.postgresql.org/",
|
|
1131
|
-
since: "
|
|
1132
|
+
since: "2018",
|
|
1132
1133
|
intro: [
|
|
1133
1134
|
"PostgreSQL is a highly stable database management system, used by many companies and organizations to store and manage their data.",
|
|
1134
1135
|
"It supports advanced data types and performance optimization features, making it a popular choice for complex applications."
|
|
@@ -1145,7 +1146,7 @@ var techStack = [
|
|
|
1145
1146
|
image: "/images/tech/viem.png",
|
|
1146
1147
|
description: "A library for interacting with Ethereum and other EVM-compatible blockchains.",
|
|
1147
1148
|
link: "https://viem.io/",
|
|
1148
|
-
since: "
|
|
1149
|
+
since: "2020",
|
|
1149
1150
|
intro: [
|
|
1150
1151
|
"Viem is a modern library designed to simplify interactions with Ethereum and other EVM-compatible blockchains.",
|
|
1151
1152
|
"It provides a robust set of tools for developers to build decentralized applications with ease."
|
|
@@ -1163,7 +1164,7 @@ var techStack = [
|
|
|
1163
1164
|
image: "/images/tech/wagmi.png",
|
|
1164
1165
|
description: "A collection of React hooks for Ethereum.",
|
|
1165
1166
|
link: "https://wagmi.sh/",
|
|
1166
|
-
since: "
|
|
1167
|
+
since: "2020",
|
|
1167
1168
|
intro: [
|
|
1168
1169
|
"Wagmi provides a set of React hooks that simplify the process of building Ethereum applications.",
|
|
1169
1170
|
"It is designed to work seamlessly with popular libraries like ethers.js and viem."
|
|
@@ -1181,7 +1182,7 @@ var techStack = [
|
|
|
1181
1182
|
image: "/images/tech/evm.png",
|
|
1182
1183
|
description: "The Ethereum Virtual Machine, a runtime environment for smart contracts in Ethereum.",
|
|
1183
1184
|
link: "https://ethereum.org/en/developers/docs/evm/",
|
|
1184
|
-
since: "
|
|
1185
|
+
since: "2017",
|
|
1185
1186
|
intro: [
|
|
1186
1187
|
"The EVM is the runtime environment for smart contracts in Ethereum, enabling decentralized computation.",
|
|
1187
1188
|
"It is a key component of the Ethereum blockchain, executing smart contracts and maintaining consensus."
|
|
@@ -1198,7 +1199,7 @@ var techStack = [
|
|
|
1198
1199
|
image: "/images/tech/thirdweb.png",
|
|
1199
1200
|
description: "A platform for building and deploying Web3 applications with ease.",
|
|
1200
1201
|
link: "https://thirdweb.com/",
|
|
1201
|
-
since: "
|
|
1202
|
+
since: "2024",
|
|
1202
1203
|
intro: [
|
|
1203
1204
|
"ThirdWeb provides tools and infrastructure for building Web3 applications, simplifying the development process.",
|
|
1204
1205
|
"It offers a range of features for deploying smart contracts and managing blockchain interactions."
|
|
@@ -1214,7 +1215,7 @@ var techStack = [
|
|
|
1214
1215
|
image: "/images/tech/ai.png",
|
|
1215
1216
|
description: "Artificial Intelligence technologies and tools for building intelligent applications.",
|
|
1216
1217
|
link: "https://en.wikipedia.org/wiki/Artificial_intelligence",
|
|
1217
|
-
since: "
|
|
1218
|
+
since: "2018",
|
|
1218
1219
|
intro: [
|
|
1219
1220
|
"AI encompasses a range of technologies and tools for building intelligent applications that can learn and adapt.",
|
|
1220
1221
|
"It is widely used in various fields, including natural language processing, computer vision, and robotics."
|
|
@@ -1231,7 +1232,7 @@ var techStack = [
|
|
|
1231
1232
|
image: "/images/tech/ethersjs.png",
|
|
1232
1233
|
description: "A library for interacting with the Ethereum blockchain and its ecosystem.",
|
|
1233
1234
|
link: "https://docs.ethers.io/v5/",
|
|
1234
|
-
since: "
|
|
1235
|
+
since: "2018",
|
|
1235
1236
|
intro: [
|
|
1236
1237
|
"EthersJS is a library designed to interact with the Ethereum blockchain, providing a simple and consistent interface for developers.",
|
|
1237
1238
|
"It is widely used for its ease of use and comprehensive documentation, making it a popular choice for Ethereum development."
|
|
@@ -1249,7 +1250,7 @@ var techStack = [
|
|
|
1249
1250
|
image: "/images/tech/alchemy.png",
|
|
1250
1251
|
description: "A blockchain development platform that provides infrastructure and tools for building decentralized applications.",
|
|
1251
1252
|
link: "https://www.alchemy.com/",
|
|
1252
|
-
since: "
|
|
1253
|
+
since: "2020",
|
|
1253
1254
|
intro: [
|
|
1254
1255
|
"Alchemy offers a suite of tools and infrastructure for building decentralized applications on blockchain networks.",
|
|
1255
1256
|
"It is known for its reliability and performance, supporting developers in building scalable blockchain solutions."
|
|
@@ -1300,7 +1301,7 @@ var techStack = [
|
|
|
1300
1301
|
image: "/images/tech/graphql.png",
|
|
1301
1302
|
description: "A query language for your API, and a server-side runtime for executing queries by using a type system you define for your data.",
|
|
1302
1303
|
link: "https://graphql.org/",
|
|
1303
|
-
since: "
|
|
1304
|
+
since: "2018",
|
|
1304
1305
|
intro: [
|
|
1305
1306
|
"GraphQL provides a more efficient, powerful, and flexible alternative to REST, allowing clients to request exactly the data they need.",
|
|
1306
1307
|
"It is widely used in modern web applications for its ability to streamline data fetching and improve performance."
|
|
@@ -1333,7 +1334,7 @@ var techStack = [
|
|
|
1333
1334
|
image: "/images/tech/llms.png",
|
|
1334
1335
|
description: "Large Language Models used for natural language processing and understanding.",
|
|
1335
1336
|
link: "https://en.wikipedia.org/wiki/Language_model",
|
|
1336
|
-
since: "
|
|
1337
|
+
since: "2020",
|
|
1337
1338
|
intro: [
|
|
1338
1339
|
"LLMs are advanced models used for natural language processing, enabling applications to understand and generate human-like text.",
|
|
1339
1340
|
"They are widely used in chatbots, translation services, and content generation."
|
|
@@ -1349,7 +1350,7 @@ var techStack = [
|
|
|
1349
1350
|
image: "/images/tech/webgl.png",
|
|
1350
1351
|
description: "A JavaScript API for rendering interactive 3D and 2D graphics within any compatible web browser.",
|
|
1351
1352
|
link: "https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API",
|
|
1352
|
-
since: "
|
|
1353
|
+
since: "2018",
|
|
1353
1354
|
intro: [
|
|
1354
1355
|
"WebGL is a powerful API for rendering 3D and 2D graphics in web browsers, enabling interactive visual experiences.",
|
|
1355
1356
|
"It is widely used in gaming, data visualization, and interactive web applications."
|
|
@@ -1365,13 +1366,13 @@ var techStack = [
|
|
|
1365
1366
|
image: "/images/tech/ethereum.png",
|
|
1366
1367
|
description: "A decentralized platform that enables developers to build and deploy smart contracts and decentralized applications.",
|
|
1367
1368
|
link: "https://ethereum.org/",
|
|
1368
|
-
since: "
|
|
1369
|
+
since: "2017",
|
|
1369
1370
|
intro: [
|
|
1370
|
-
"Ethereum is a decentralized platform that
|
|
1371
|
-
"It is
|
|
1371
|
+
"Ethereum is a decentralized platform that enables developers to build and deploy smart contracts and decentralized applications.",
|
|
1372
|
+
"It is widely used for its flexibility and support for a wide range of decentralized applications."
|
|
1372
1373
|
],
|
|
1373
1374
|
experience: [
|
|
1374
|
-
"
|
|
1375
|
+
"Utilized Ethereum in projects like Knowledge.io and RareMint for building decentralized applications and smart contracts."
|
|
1375
1376
|
]
|
|
1376
1377
|
},
|
|
1377
1378
|
{
|
|
@@ -1706,7 +1707,7 @@ var techStack = [
|
|
|
1706
1707
|
image: "/images/tech/openai.png",
|
|
1707
1708
|
description: "An AI research and deployment company, known for developing advanced AI models and technologies.",
|
|
1708
1709
|
link: "https://openai.com/",
|
|
1709
|
-
since: "
|
|
1710
|
+
since: "2020",
|
|
1710
1711
|
intro: [
|
|
1711
1712
|
"OpenAI is an AI research and deployment company, known for developing advanced AI models and technologies.",
|
|
1712
1713
|
"It is widely recognized for its contributions to AI research and development, including models like GPT-3 and Dalle."
|
|
@@ -1722,7 +1723,7 @@ var techStack = [
|
|
|
1722
1723
|
image: "/images/tech/biometrics.png",
|
|
1723
1724
|
description: "Technologies and methods for recognizing individuals based on physical or behavioral characteristics.",
|
|
1724
1725
|
link: "https://en.wikipedia.org/wiki/Biometrics",
|
|
1725
|
-
since: "
|
|
1726
|
+
since: "2020",
|
|
1726
1727
|
intro: [
|
|
1727
1728
|
"Biometrics involves technologies and methods for recognizing individuals based on physical or behavioral characteristics.",
|
|
1728
1729
|
"It is widely used in security systems, authentication, and identity verification."
|
|
@@ -1738,7 +1739,7 @@ var techStack = [
|
|
|
1738
1739
|
image: "/images/tech/express.png",
|
|
1739
1740
|
description: "A minimal and flexible Node.js web application framework.",
|
|
1740
1741
|
link: "https://expressjs.com/",
|
|
1741
|
-
since: "
|
|
1742
|
+
since: "2018",
|
|
1742
1743
|
intro: [
|
|
1743
1744
|
"Express.js provides a robust set of features for web and mobile applications, making it a popular choice for building APIs.",
|
|
1744
1745
|
"It is known for its simplicity and flexibility, allowing developers to create server-side applications quickly."
|
|
@@ -1755,7 +1756,7 @@ var techStack = [
|
|
|
1755
1756
|
image: "/images/tech/angularjs.png",
|
|
1756
1757
|
description: "A structural framework for dynamic web apps.",
|
|
1757
1758
|
link: "https://angularjs.org/",
|
|
1758
|
-
since: "
|
|
1759
|
+
since: "2018",
|
|
1759
1760
|
intro: [
|
|
1760
1761
|
"AngularJS lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly.",
|
|
1761
1762
|
"It is fully extensible and works well with other libraries."
|
|
@@ -1772,7 +1773,7 @@ var techStack = [
|
|
|
1772
1773
|
image: "/images/tech/mongodb.png",
|
|
1773
1774
|
description: "A document database with the scalability and flexibility that you want with the querying and indexing that you need.",
|
|
1774
1775
|
link: "https://www.mongodb.com/",
|
|
1775
|
-
since: "
|
|
1776
|
+
since: "2018",
|
|
1776
1777
|
intro: [
|
|
1777
1778
|
"MongoDB is a document database designed for ease of development and scaling.",
|
|
1778
1779
|
"It is known for its flexibility and scalability, making it a popular choice for modern web applications."
|
|
@@ -1789,7 +1790,7 @@ var techStack = [
|
|
|
1789
1790
|
image: "/images/tech/heroku.png",
|
|
1790
1791
|
description: "A platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.",
|
|
1791
1792
|
link: "https://www.heroku.com/",
|
|
1792
|
-
since: "
|
|
1793
|
+
since: "2018",
|
|
1793
1794
|
intro: [
|
|
1794
1795
|
"Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.",
|
|
1795
1796
|
"It is known for its ease of use and support for a wide range of programming languages and frameworks."
|
|
@@ -1805,7 +1806,7 @@ var techStack = [
|
|
|
1805
1806
|
image: "/images/tech/bootstrap.png",
|
|
1806
1807
|
description: "A free and open-source CSS framework directed at responsive, mobile-first front-end web development.",
|
|
1807
1808
|
link: "https://getbootstrap.com/",
|
|
1808
|
-
since: "
|
|
1809
|
+
since: "2018",
|
|
1809
1810
|
intro: [
|
|
1810
1811
|
"Bootstrap contains CSS- and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.",
|
|
1811
1812
|
"It is widely used for its responsive grid system and pre-designed components."
|
|
@@ -1822,7 +1823,7 @@ var techStack = [
|
|
|
1822
1823
|
image: "/images/tech/stripe.png",
|
|
1823
1824
|
description: "A technology company that builds economic infrastructure for the internet.",
|
|
1824
1825
|
link: "https://stripe.com/",
|
|
1825
|
-
since: "
|
|
1826
|
+
since: "2018",
|
|
1826
1827
|
intro: [
|
|
1827
1828
|
"Stripe provides a suite of payment APIs that powers commerce for online businesses of all sizes.",
|
|
1828
1829
|
"It is known for its ease of integration and support for a wide range of payment methods."
|
|
@@ -1838,7 +1839,7 @@ var techStack = [
|
|
|
1838
1839
|
image: "/images/tech/twilio.png",
|
|
1839
1840
|
description: "A cloud communications platform for building SMS, Voice & Messaging applications on an API.",
|
|
1840
1841
|
link: "https://www.twilio.com/",
|
|
1841
|
-
since: "
|
|
1842
|
+
since: "2018",
|
|
1842
1843
|
intro: [
|
|
1843
1844
|
"Twilio provides APIs for sending and receiving messages, making phone calls, and performing other communication functions.",
|
|
1844
1845
|
"It is widely used for integrating communication capabilities into applications."
|
|
@@ -1854,7 +1855,7 @@ var techStack = [
|
|
|
1854
1855
|
image: "/images/tech/linux.png",
|
|
1855
1856
|
description: "An open-source operating system based on Unix, widely used for servers, desktops, and embedded systems.",
|
|
1856
1857
|
link: "https://www.linux.org/",
|
|
1857
|
-
since: "
|
|
1858
|
+
since: "2018",
|
|
1858
1859
|
intro: [
|
|
1859
1860
|
"Linux is an open-source operating system based on Unix, known for its stability, security, and flexibility.",
|
|
1860
1861
|
"It is widely used in servers, desktops, and embedded systems, providing a robust platform for various applications."
|
|
@@ -1870,7 +1871,7 @@ var techStack = [
|
|
|
1870
1871
|
image: "/images/tech/javascript.png",
|
|
1871
1872
|
description: "A high-level, just-in-time compiled, object-oriented programming language.",
|
|
1872
1873
|
link: "https://developer.mozilla.org/en-US/docs/Web/JavaScript",
|
|
1873
|
-
since: "
|
|
1874
|
+
since: "2009",
|
|
1874
1875
|
intro: [
|
|
1875
1876
|
"JavaScript is a versatile programming language that is widely used for web development, enabling interactive and dynamic web pages.",
|
|
1876
1877
|
"It is known for its flexibility and support for a wide range of programming paradigms."
|
|
@@ -1887,7 +1888,7 @@ var techStack = [
|
|
|
1887
1888
|
image: "/images/tech/css.png",
|
|
1888
1889
|
description: "A style sheet language used for describing the presentation of a document written in a markup language like HTML.",
|
|
1889
1890
|
link: "https://developer.mozilla.org/en-US/docs/Web/CSS",
|
|
1890
|
-
since: "
|
|
1891
|
+
since: "2009",
|
|
1891
1892
|
intro: [
|
|
1892
1893
|
"CSS is a style sheet language used for describing the presentation of a document written in a markup language like HTML.",
|
|
1893
1894
|
"It is known for its ability to separate content from design, enabling responsive and visually appealing web pages."
|
|
@@ -1904,7 +1905,7 @@ var techStack = [
|
|
|
1904
1905
|
image: "/images/tech/mootools.png",
|
|
1905
1906
|
description: "A compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.",
|
|
1906
1907
|
link: "https://mootools.net/",
|
|
1907
|
-
since: "
|
|
1908
|
+
since: "2009",
|
|
1908
1909
|
intro: [
|
|
1909
1910
|
"Mootools is a JavaScript framework that provides a rich set of features for building web applications, including DOM manipulation, event handling, and more.",
|
|
1910
1911
|
"It is known for its lightweight and modular architecture."
|
|
@@ -1920,7 +1921,7 @@ var techStack = [
|
|
|
1920
1921
|
image: "/images/tech/data-charts.png",
|
|
1921
1922
|
description: "Tools and libraries for creating interactive and dynamic data visualizations.",
|
|
1922
1923
|
link: "https://www.chartjs.org/",
|
|
1923
|
-
since: "
|
|
1924
|
+
since: "2018",
|
|
1924
1925
|
intro: [
|
|
1925
1926
|
"Data charts provide a way to visualize data in a clear and interactive manner, making it easier to understand and analyze.",
|
|
1926
1927
|
"They are widely used in applications that require data visualization and analysis."
|
|
@@ -1936,7 +1937,7 @@ var techStack = [
|
|
|
1936
1937
|
image: "/images/tech/rails.png",
|
|
1937
1938
|
description: "A web application framework written in Ruby, designed to make programming web applications easier.",
|
|
1938
1939
|
link: "https://rubyonrails.org/",
|
|
1939
|
-
since: "
|
|
1940
|
+
since: "2009",
|
|
1940
1941
|
intro: [
|
|
1941
1942
|
"Ruby on Rails is a full-stack web application framework that emphasizes convention over configuration.",
|
|
1942
1943
|
"It is known for its developer-friendly syntax and rapid development capabilities."
|
|
@@ -1986,7 +1987,7 @@ var techStack = [
|
|
|
1986
1987
|
image: "/images/tech/wordpress.png",
|
|
1987
1988
|
description: "A free and open-source content management system (CMS) based on PHP and MySQL.",
|
|
1988
1989
|
link: "https://wordpress.org/",
|
|
1989
|
-
since: "
|
|
1990
|
+
since: "2009",
|
|
1990
1991
|
intro: [
|
|
1991
1992
|
"Wordpress is a free and open-source content management system (CMS) based on PHP and MySQL.",
|
|
1992
1993
|
"It is known for its ease of use and support for a wide range of plugins and themes, making it a popular choice for building websites and blogs."
|
|
@@ -2003,7 +2004,7 @@ var techStack = [
|
|
|
2003
2004
|
image: "/images/tech/cms.png",
|
|
2004
2005
|
description: "Software applications that enable users to create, manage, and modify content on websites without specialized technical knowledge.",
|
|
2005
2006
|
link: "https://en.wikipedia.org/wiki/Content_management_system",
|
|
2006
|
-
since: "
|
|
2007
|
+
since: "2009",
|
|
2007
2008
|
intro: [
|
|
2008
2009
|
"Content Management Systems (CMS) provide tools for creating and managing digital content, often with user-friendly interfaces.",
|
|
2009
2010
|
"They enable non-technical users to maintain websites and digital platforms without requiring coding knowledge."
|
|
@@ -2021,7 +2022,7 @@ var techStack = [
|
|
|
2021
2022
|
image: "/images/tech/datocms.png",
|
|
2022
2023
|
description: "A headless CMS that offers a flexible content management solution for modern websites and applications.",
|
|
2023
2024
|
link: "https://www.datocms.com/",
|
|
2024
|
-
since: "
|
|
2025
|
+
since: "2020",
|
|
2025
2026
|
intro: [
|
|
2026
2027
|
"DatoCMS is a headless content management system that provides a flexible and powerful solution for managing content across multiple platforms.",
|
|
2027
2028
|
"It offers a user-friendly interface, robust API, and seamless integration with modern development frameworks."
|