gaboesquivel 3.9.0 → 3.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +67 -68
- package/dist/index.mjs +67 -68
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1239,7 +1239,6 @@ var projects = [
|
|
|
1239
1239
|
image: "https://gaboesquivel.com/images/work/cryptocantina.png",
|
|
1240
1240
|
images: [
|
|
1241
1241
|
"https://gaboesquivel.com/images/work/cryptocantina-multi.jpg",
|
|
1242
|
-
"https://gaboesquivel.com/images/2018/07/crypto-cantina-cr-london-room.webp",
|
|
1243
1242
|
"https://gaboesquivel.com/images/work/cryptocantina-london-room-2.jpg",
|
|
1244
1243
|
"https://gaboesquivel.com/images/work/cryptocantina-london-room.jpg",
|
|
1245
1244
|
"https://gaboesquivel.com/images/work/cryptocantina-london-room-3.jpg",
|
|
@@ -1270,7 +1269,7 @@ var projects = [
|
|
|
1270
1269
|
var techStack = [
|
|
1271
1270
|
{
|
|
1272
1271
|
name: "TypeScript",
|
|
1273
|
-
|
|
1272
|
+
slug: "typescript",
|
|
1274
1273
|
tag: "TypeScript",
|
|
1275
1274
|
image: "/images/tech/typescript.png",
|
|
1276
1275
|
description: "A strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.",
|
|
@@ -1287,7 +1286,7 @@ var techStack = [
|
|
|
1287
1286
|
},
|
|
1288
1287
|
{
|
|
1289
1288
|
name: "Solidity",
|
|
1290
|
-
|
|
1289
|
+
slug: "solidity",
|
|
1291
1290
|
tag: "Solidity",
|
|
1292
1291
|
image: "/images/tech/solidity.png",
|
|
1293
1292
|
description: "A contract-oriented programming language for writing smart contracts on Ethereum.",
|
|
@@ -1305,7 +1304,7 @@ var techStack = [
|
|
|
1305
1304
|
},
|
|
1306
1305
|
{
|
|
1307
1306
|
name: "Foundry",
|
|
1308
|
-
|
|
1307
|
+
slug: "foundry",
|
|
1309
1308
|
tag: "Foundry",
|
|
1310
1309
|
image: "/images/tech/foundry.png",
|
|
1311
1310
|
description: "A blazing fast, portable, and modular toolkit for Ethereum application development.",
|
|
@@ -1321,7 +1320,7 @@ var techStack = [
|
|
|
1321
1320
|
},
|
|
1322
1321
|
{
|
|
1323
1322
|
name: "Next.js",
|
|
1324
|
-
|
|
1323
|
+
slug: "nextjs",
|
|
1325
1324
|
tag: "NextJS",
|
|
1326
1325
|
image: "/images/tech/nextjs.png",
|
|
1327
1326
|
description: "A React framework for production, providing hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more.",
|
|
@@ -1339,7 +1338,7 @@ var techStack = [
|
|
|
1339
1338
|
},
|
|
1340
1339
|
{
|
|
1341
1340
|
name: "Ponder",
|
|
1342
|
-
|
|
1341
|
+
slug: "ponder",
|
|
1343
1342
|
tag: "Ponder",
|
|
1344
1343
|
image: "/images/tech/ponder.png",
|
|
1345
1344
|
description: "A tool for indexing and querying blockchain data.",
|
|
@@ -1356,7 +1355,7 @@ var techStack = [
|
|
|
1356
1355
|
},
|
|
1357
1356
|
{
|
|
1358
1357
|
name: "PostgreSQL",
|
|
1359
|
-
|
|
1358
|
+
slug: "postgresql",
|
|
1360
1359
|
tag: "Postgres",
|
|
1361
1360
|
image: "/images/tech/postgresql.png",
|
|
1362
1361
|
description: "A powerful, open-source object-relational database system with a strong reputation for reliability, feature robustness, and performance.",
|
|
@@ -1373,7 +1372,7 @@ var techStack = [
|
|
|
1373
1372
|
},
|
|
1374
1373
|
{
|
|
1375
1374
|
name: "Viem",
|
|
1376
|
-
|
|
1375
|
+
slug: "viem",
|
|
1377
1376
|
tag: "Viem",
|
|
1378
1377
|
image: "/images/tech/viem.png",
|
|
1379
1378
|
description: "A library for interacting with Ethereum and other EVM-compatible blockchains.",
|
|
@@ -1391,7 +1390,7 @@ var techStack = [
|
|
|
1391
1390
|
},
|
|
1392
1391
|
{
|
|
1393
1392
|
name: "Wagmi",
|
|
1394
|
-
|
|
1393
|
+
slug: "wagmi",
|
|
1395
1394
|
tag: "Wagmi",
|
|
1396
1395
|
image: "/images/tech/wagmi.png",
|
|
1397
1396
|
description: "A collection of React hooks for Ethereum.",
|
|
@@ -1409,7 +1408,7 @@ var techStack = [
|
|
|
1409
1408
|
},
|
|
1410
1409
|
{
|
|
1411
1410
|
name: "EVM",
|
|
1412
|
-
|
|
1411
|
+
slug: "evm",
|
|
1413
1412
|
tag: "EVM",
|
|
1414
1413
|
image: "/images/tech/evm.png",
|
|
1415
1414
|
description: "The Ethereum Virtual Machine, a runtime environment for smart contracts in Ethereum.",
|
|
@@ -1426,7 +1425,7 @@ var techStack = [
|
|
|
1426
1425
|
},
|
|
1427
1426
|
{
|
|
1428
1427
|
name: "ThirdWeb",
|
|
1429
|
-
|
|
1428
|
+
slug: "thirdweb",
|
|
1430
1429
|
tag: "ThirdWeb",
|
|
1431
1430
|
image: "/images/tech/thirdweb.png",
|
|
1432
1431
|
description: "A platform for building and deploying Web3 applications with ease.",
|
|
@@ -1442,7 +1441,7 @@ var techStack = [
|
|
|
1442
1441
|
},
|
|
1443
1442
|
{
|
|
1444
1443
|
name: "EthersJS",
|
|
1445
|
-
|
|
1444
|
+
slug: "ethersjs",
|
|
1446
1445
|
tag: "Ethers",
|
|
1447
1446
|
image: "/images/tech/ethersjs.png",
|
|
1448
1447
|
description: "A library for interacting with the Ethereum blockchain and its ecosystem.",
|
|
@@ -1461,7 +1460,7 @@ var techStack = [
|
|
|
1461
1460
|
},
|
|
1462
1461
|
{
|
|
1463
1462
|
name: "Alchemy",
|
|
1464
|
-
|
|
1463
|
+
slug: "alchemy",
|
|
1465
1464
|
tag: "Alchemy",
|
|
1466
1465
|
image: "/images/tech/alchemy.png",
|
|
1467
1466
|
description: "A blockchain development platform that provides infrastructure and tools for building decentralized applications.",
|
|
@@ -1477,7 +1476,7 @@ var techStack = [
|
|
|
1477
1476
|
},
|
|
1478
1477
|
{
|
|
1479
1478
|
name: "Hardhat",
|
|
1480
|
-
|
|
1479
|
+
slug: "hardhat",
|
|
1481
1480
|
tag: "Hardhat",
|
|
1482
1481
|
image: "/images/tech/hardhat.png",
|
|
1483
1482
|
description: "A development environment for Ethereum software, providing tools for building and testing smart contracts.",
|
|
@@ -1493,7 +1492,7 @@ var techStack = [
|
|
|
1493
1492
|
},
|
|
1494
1493
|
{
|
|
1495
1494
|
name: "Node.js",
|
|
1496
|
-
|
|
1495
|
+
slug: "nodejs",
|
|
1497
1496
|
tag: "NodeJS",
|
|
1498
1497
|
image: "/images/tech/nodejs.png",
|
|
1499
1498
|
description: "A JavaScript runtime built on Chrome's V8 JavaScript engine, designed to build scalable network applications.",
|
|
@@ -1512,7 +1511,7 @@ var techStack = [
|
|
|
1512
1511
|
},
|
|
1513
1512
|
{
|
|
1514
1513
|
name: "GraphQL",
|
|
1515
|
-
|
|
1514
|
+
slug: "graphql",
|
|
1516
1515
|
tag: "GraphQL",
|
|
1517
1516
|
image: "/images/tech/graphql.png",
|
|
1518
1517
|
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.",
|
|
@@ -1529,7 +1528,7 @@ var techStack = [
|
|
|
1529
1528
|
},
|
|
1530
1529
|
{
|
|
1531
1530
|
name: "React Native",
|
|
1532
|
-
|
|
1531
|
+
slug: "react-native",
|
|
1533
1532
|
tag: "React Native",
|
|
1534
1533
|
image: "/images/tech/react-native.png",
|
|
1535
1534
|
description: "A framework for building native apps using React.",
|
|
@@ -1547,7 +1546,7 @@ var techStack = [
|
|
|
1547
1546
|
},
|
|
1548
1547
|
{
|
|
1549
1548
|
name: "WebGL",
|
|
1550
|
-
|
|
1549
|
+
slug: "webgl",
|
|
1551
1550
|
tag: "WebGL",
|
|
1552
1551
|
image: "/images/tech/webgl.png",
|
|
1553
1552
|
description: "A JavaScript API for rendering interactive 3D and 2D graphics within any compatible web browser.",
|
|
@@ -1563,7 +1562,7 @@ var techStack = [
|
|
|
1563
1562
|
},
|
|
1564
1563
|
{
|
|
1565
1564
|
name: "AWS",
|
|
1566
|
-
|
|
1565
|
+
slug: "aws",
|
|
1567
1566
|
tag: "AWS",
|
|
1568
1567
|
image: "/images/tech/aws.png",
|
|
1569
1568
|
description: "Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services.",
|
|
@@ -1580,7 +1579,7 @@ var techStack = [
|
|
|
1580
1579
|
},
|
|
1581
1580
|
{
|
|
1582
1581
|
name: "GCP",
|
|
1583
|
-
|
|
1582
|
+
slug: "gcloud",
|
|
1584
1583
|
tag: "GCP",
|
|
1585
1584
|
image: "/images/tech/gcloud.png",
|
|
1586
1585
|
description: "Google Cloud Platform, a suite of cloud computing services that runs on the same infrastructure that Google uses internally.",
|
|
@@ -1596,7 +1595,7 @@ var techStack = [
|
|
|
1596
1595
|
},
|
|
1597
1596
|
{
|
|
1598
1597
|
name: "ShadcnUI",
|
|
1599
|
-
|
|
1598
|
+
slug: "shadcn",
|
|
1600
1599
|
tag: "ShadcnUI",
|
|
1601
1600
|
image: "/images/tech/shadcn.png",
|
|
1602
1601
|
description: "A collection of beautifully designed components built with Radix UI and Tailwind CSS.",
|
|
@@ -1613,7 +1612,7 @@ var techStack = [
|
|
|
1613
1612
|
},
|
|
1614
1613
|
{
|
|
1615
1614
|
name: "TanStack Query",
|
|
1616
|
-
|
|
1615
|
+
slug: "tanstack",
|
|
1617
1616
|
tag: "Tanstack",
|
|
1618
1617
|
image: "/images/tech/tanstack.png",
|
|
1619
1618
|
description: "Powerful asynchronous state management for fetching, caching, and updating data in React applications.",
|
|
@@ -1630,7 +1629,7 @@ var techStack = [
|
|
|
1630
1629
|
},
|
|
1631
1630
|
{
|
|
1632
1631
|
name: "WebAuthn",
|
|
1633
|
-
|
|
1632
|
+
slug: "webauthn",
|
|
1634
1633
|
tag: "WebAuthN",
|
|
1635
1634
|
image: "/images/tech/webauthn.png",
|
|
1636
1635
|
description: "A web standard for passwordless authentication using public key cryptography.",
|
|
@@ -1647,7 +1646,7 @@ var techStack = [
|
|
|
1647
1646
|
},
|
|
1648
1647
|
{
|
|
1649
1648
|
name: "Ethereum",
|
|
1650
|
-
|
|
1649
|
+
slug: "ethereum",
|
|
1651
1650
|
tag: "Ethereum",
|
|
1652
1651
|
image: "/images/tech/ethereum.png",
|
|
1653
1652
|
description: "A decentralized platform that enables developers to build and deploy smart contracts and decentralized applications.",
|
|
@@ -1663,7 +1662,7 @@ var techStack = [
|
|
|
1663
1662
|
},
|
|
1664
1663
|
{
|
|
1665
1664
|
name: "NFT",
|
|
1666
|
-
|
|
1665
|
+
slug: "nft",
|
|
1667
1666
|
tag: "NFT",
|
|
1668
1667
|
image: "/images/tech/nft.png",
|
|
1669
1668
|
description: "Non-Fungible Tokens, unique digital assets that represent ownership of a specific item or piece of content.",
|
|
@@ -1679,7 +1678,7 @@ var techStack = [
|
|
|
1679
1678
|
},
|
|
1680
1679
|
{
|
|
1681
1680
|
name: "AI SDK",
|
|
1682
|
-
|
|
1681
|
+
slug: "ai-sdk",
|
|
1683
1682
|
tag: "AI SDK",
|
|
1684
1683
|
image: "/images/tech/ai-sdk.png",
|
|
1685
1684
|
description: "Software Development Kits for integrating AI capabilities into applications.",
|
|
@@ -1695,7 +1694,7 @@ var techStack = [
|
|
|
1695
1694
|
},
|
|
1696
1695
|
{
|
|
1697
1696
|
name: "LLMs",
|
|
1698
|
-
|
|
1697
|
+
slug: "llms",
|
|
1699
1698
|
tag: "LLMs",
|
|
1700
1699
|
image: "/images/tech/llms.png",
|
|
1701
1700
|
description: "Large Language Models used for natural language processing and understanding.",
|
|
@@ -1711,7 +1710,7 @@ var techStack = [
|
|
|
1711
1710
|
},
|
|
1712
1711
|
{
|
|
1713
1712
|
name: "Supabase",
|
|
1714
|
-
|
|
1713
|
+
slug: "supabase",
|
|
1715
1714
|
tag: "Supabase",
|
|
1716
1715
|
image: "/images/tech/supabase.png",
|
|
1717
1716
|
description: "An open source Firebase alternative providing all the backend features you need to build a product.",
|
|
@@ -1729,7 +1728,7 @@ var techStack = [
|
|
|
1729
1728
|
},
|
|
1730
1729
|
{
|
|
1731
1730
|
name: "Stitches",
|
|
1732
|
-
|
|
1731
|
+
slug: "stitches",
|
|
1733
1732
|
tag: "Stitches",
|
|
1734
1733
|
image: "/images/tech/stitches.png",
|
|
1735
1734
|
description: "A CSS-in-JS library with near-zero runtime, SSR support, and a great developer experience.",
|
|
@@ -1746,7 +1745,7 @@ var techStack = [
|
|
|
1746
1745
|
},
|
|
1747
1746
|
{
|
|
1748
1747
|
name: "Zustand",
|
|
1749
|
-
|
|
1748
|
+
slug: "zustand",
|
|
1750
1749
|
tag: "Zustand",
|
|
1751
1750
|
image: "/images/tech/zustand.png",
|
|
1752
1751
|
description: "A small, fast, and scalable state management solution for React applications.",
|
|
@@ -1763,7 +1762,7 @@ var techStack = [
|
|
|
1763
1762
|
},
|
|
1764
1763
|
{
|
|
1765
1764
|
name: "Zod",
|
|
1766
|
-
|
|
1765
|
+
slug: "zod",
|
|
1767
1766
|
tag: "Zod",
|
|
1768
1767
|
image: "/images/tech/zod.png",
|
|
1769
1768
|
description: "TypeScript-first schema validation with static type inference.",
|
|
@@ -1780,7 +1779,7 @@ var techStack = [
|
|
|
1780
1779
|
},
|
|
1781
1780
|
{
|
|
1782
1781
|
name: "nuqs",
|
|
1783
|
-
|
|
1782
|
+
slug: "nuqs",
|
|
1784
1783
|
tag: "nuqs",
|
|
1785
1784
|
image: "/images/tech/nuqs.png",
|
|
1786
1785
|
description: "A type-safe URL query state management library for Next.js applications.",
|
|
@@ -1797,7 +1796,7 @@ var techStack = [
|
|
|
1797
1796
|
},
|
|
1798
1797
|
{
|
|
1799
1798
|
name: "Trigger.dev",
|
|
1800
|
-
|
|
1799
|
+
slug: "trigger",
|
|
1801
1800
|
tag: "Trigger",
|
|
1802
1801
|
image: "/images/tech/trigger.png",
|
|
1803
1802
|
description: "A developer-first open source background jobs framework for TypeScript.",
|
|
@@ -1814,7 +1813,7 @@ var techStack = [
|
|
|
1814
1813
|
},
|
|
1815
1814
|
{
|
|
1816
1815
|
name: "Terraform",
|
|
1817
|
-
|
|
1816
|
+
slug: "terraform",
|
|
1818
1817
|
tag: "Terraform",
|
|
1819
1818
|
image: "/images/tech/terraform.png",
|
|
1820
1819
|
description: "An open-source infrastructure as code software tool for building, changing, and versioning infrastructure safely and efficiently.",
|
|
@@ -1831,7 +1830,7 @@ var techStack = [
|
|
|
1831
1830
|
},
|
|
1832
1831
|
{
|
|
1833
1832
|
name: "Redux",
|
|
1834
|
-
|
|
1833
|
+
slug: "redux",
|
|
1835
1834
|
tag: "Redux",
|
|
1836
1835
|
image: "/images/tech/redux.png",
|
|
1837
1836
|
description: "A predictable state container for JavaScript apps, helping you write applications that behave consistently.",
|
|
@@ -1848,7 +1847,7 @@ var techStack = [
|
|
|
1848
1847
|
},
|
|
1849
1848
|
{
|
|
1850
1849
|
name: "Serverless",
|
|
1851
|
-
|
|
1850
|
+
slug: "serverless",
|
|
1852
1851
|
tag: "Serverless",
|
|
1853
1852
|
image: "/images/tech/serverless.png",
|
|
1854
1853
|
description: "A cloud computing execution model where the cloud provider dynamically manages the allocation of machine resources.",
|
|
@@ -1864,7 +1863,7 @@ var techStack = [
|
|
|
1864
1863
|
},
|
|
1865
1864
|
{
|
|
1866
1865
|
name: "Docker",
|
|
1867
|
-
|
|
1866
|
+
slug: "docker",
|
|
1868
1867
|
tag: "Docker",
|
|
1869
1868
|
image: "/images/tech/docker.png",
|
|
1870
1869
|
description: "A platform for developing, shipping, and running applications in containers.",
|
|
@@ -1880,7 +1879,7 @@ var techStack = [
|
|
|
1880
1879
|
},
|
|
1881
1880
|
{
|
|
1882
1881
|
name: "RXJS",
|
|
1883
|
-
|
|
1882
|
+
slug: "rxjs",
|
|
1884
1883
|
tag: "RXJS",
|
|
1885
1884
|
image: "/images/tech/rxjs.png",
|
|
1886
1885
|
description: "A library for reactive programming using Observables, to make it easier to compose asynchronous or callback-based code.",
|
|
@@ -1896,7 +1895,7 @@ var techStack = [
|
|
|
1896
1895
|
},
|
|
1897
1896
|
{
|
|
1898
1897
|
name: "Expo",
|
|
1899
|
-
|
|
1898
|
+
slug: "expo",
|
|
1900
1899
|
tag: "Expo",
|
|
1901
1900
|
image: "/images/tech/expo.png",
|
|
1902
1901
|
description: "A set of tools and services for React Native development.",
|
|
@@ -1913,7 +1912,7 @@ var techStack = [
|
|
|
1913
1912
|
},
|
|
1914
1913
|
{
|
|
1915
1914
|
name: "Tailwind CSS",
|
|
1916
|
-
|
|
1915
|
+
slug: "tailwind",
|
|
1917
1916
|
tag: "Tailwind",
|
|
1918
1917
|
image: "/images/tech/tailwind.png",
|
|
1919
1918
|
description: "A utility-first CSS framework for rapid UI development.",
|
|
@@ -1930,7 +1929,7 @@ var techStack = [
|
|
|
1930
1929
|
},
|
|
1931
1930
|
{
|
|
1932
1931
|
name: "Antelope",
|
|
1933
|
-
|
|
1932
|
+
slug: "antelope",
|
|
1934
1933
|
tag: "Antelope",
|
|
1935
1934
|
image: "/images/tech/antelope.png",
|
|
1936
1935
|
description: "A blockchain protocol designed for high performance and scalability, supporting decentralized applications.",
|
|
@@ -1946,7 +1945,7 @@ var techStack = [
|
|
|
1946
1945
|
},
|
|
1947
1946
|
{
|
|
1948
1947
|
name: "C++",
|
|
1949
|
-
|
|
1948
|
+
slug: "cpp",
|
|
1950
1949
|
tag: "C++",
|
|
1951
1950
|
image: "/images/tech/cpp.png",
|
|
1952
1951
|
description: "A general-purpose programming language created as an extension of the C programming language.",
|
|
@@ -1962,7 +1961,7 @@ var techStack = [
|
|
|
1962
1961
|
},
|
|
1963
1962
|
{
|
|
1964
1963
|
name: "EOS",
|
|
1965
|
-
|
|
1964
|
+
slug: "eos",
|
|
1966
1965
|
tag: "EOS",
|
|
1967
1966
|
image: "/images/tech/eos.png",
|
|
1968
1967
|
description: "A blockchain platform designed for the development of decentralized applications (dApps).",
|
|
@@ -1978,7 +1977,7 @@ var techStack = [
|
|
|
1978
1977
|
},
|
|
1979
1978
|
{
|
|
1980
1979
|
name: "Flow Blockchain",
|
|
1981
|
-
|
|
1980
|
+
slug: "flow",
|
|
1982
1981
|
tag: "Flow",
|
|
1983
1982
|
image: "/images/tech/flow.png",
|
|
1984
1983
|
description: "A fast, decentralized, and developer-friendly blockchain, designed as the foundation for a new generation of games, apps, and digital assets.",
|
|
@@ -1994,7 +1993,7 @@ var techStack = [
|
|
|
1994
1993
|
},
|
|
1995
1994
|
{
|
|
1996
1995
|
name: "Polkadot",
|
|
1997
|
-
|
|
1996
|
+
slug: "polkadot",
|
|
1998
1997
|
tag: "Polkadot",
|
|
1999
1998
|
image: "/images/tech/polkadot.png",
|
|
2000
1999
|
description: "A network protocol that allows arbitrary data\u2014not just tokens\u2014to be transferred across blockchains.",
|
|
@@ -2010,7 +2009,7 @@ var techStack = [
|
|
|
2010
2009
|
},
|
|
2011
2010
|
{
|
|
2012
2011
|
name: "Substrate",
|
|
2013
|
-
|
|
2012
|
+
slug: "substrate",
|
|
2014
2013
|
tag: "Substrate",
|
|
2015
2014
|
image: "/images/tech/substrate.png",
|
|
2016
2015
|
description: "A framework for building blockchains, providing a set of tools and libraries for blockchain development.",
|
|
@@ -2026,7 +2025,7 @@ var techStack = [
|
|
|
2026
2025
|
},
|
|
2027
2026
|
{
|
|
2028
2027
|
name: "Flow",
|
|
2029
|
-
|
|
2028
|
+
slug: "flow",
|
|
2030
2029
|
tag: "Flow",
|
|
2031
2030
|
image: "/images/tech/flow.png",
|
|
2032
2031
|
description: "A fast, decentralized, and developer-friendly blockchain, designed as the foundation for a new generation of games, apps, and digital assets.",
|
|
@@ -2042,7 +2041,7 @@ var techStack = [
|
|
|
2042
2041
|
},
|
|
2043
2042
|
{
|
|
2044
2043
|
name: "Niftory",
|
|
2045
|
-
|
|
2044
|
+
slug: "niftory",
|
|
2046
2045
|
tag: "Niftory",
|
|
2047
2046
|
image: "/images/tech/niftory.png",
|
|
2048
2047
|
description: "A platform for creating, managing, and distributing NFTs, providing tools and infrastructure for NFT development.",
|
|
@@ -2058,7 +2057,7 @@ var techStack = [
|
|
|
2058
2057
|
},
|
|
2059
2058
|
{
|
|
2060
2059
|
name: "Dalle",
|
|
2061
|
-
|
|
2060
|
+
slug: "dalle",
|
|
2062
2061
|
tag: "Dalle",
|
|
2063
2062
|
image: "/images/tech/dalle.png",
|
|
2064
2063
|
description: "An AI model developed by OpenAI for generating images from textual descriptions.",
|
|
@@ -2074,7 +2073,7 @@ var techStack = [
|
|
|
2074
2073
|
},
|
|
2075
2074
|
{
|
|
2076
2075
|
name: "OpenAI",
|
|
2077
|
-
|
|
2076
|
+
slug: "openai",
|
|
2078
2077
|
tag: "OpenAI",
|
|
2079
2078
|
image: "/images/tech/openai.png",
|
|
2080
2079
|
description: "An AI research and deployment company, known for developing advanced AI models and technologies.",
|
|
@@ -2090,7 +2089,7 @@ var techStack = [
|
|
|
2090
2089
|
},
|
|
2091
2090
|
{
|
|
2092
2091
|
name: "Biometrics",
|
|
2093
|
-
|
|
2092
|
+
slug: "biometrics",
|
|
2094
2093
|
tag: "Biometrics",
|
|
2095
2094
|
image: "/images/tech/biometrics.png",
|
|
2096
2095
|
description: "Technologies and methods for recognizing individuals based on physical or behavioral characteristics.",
|
|
@@ -2106,7 +2105,7 @@ var techStack = [
|
|
|
2106
2105
|
},
|
|
2107
2106
|
{
|
|
2108
2107
|
name: "AngularJS",
|
|
2109
|
-
|
|
2108
|
+
slug: "angularjs",
|
|
2110
2109
|
tag: "AngularJS",
|
|
2111
2110
|
image: "/images/tech/angularjs.png",
|
|
2112
2111
|
description: "A structural framework for dynamic web apps.",
|
|
@@ -2123,7 +2122,7 @@ var techStack = [
|
|
|
2123
2122
|
},
|
|
2124
2123
|
{
|
|
2125
2124
|
name: "MongoDB",
|
|
2126
|
-
|
|
2125
|
+
slug: "mongodb",
|
|
2127
2126
|
tag: "MongoDB",
|
|
2128
2127
|
image: "/images/tech/mongodb.png",
|
|
2129
2128
|
description: "A document database with the scalability and flexibility that you want with the querying and indexing that you need.",
|
|
@@ -2140,7 +2139,7 @@ var techStack = [
|
|
|
2140
2139
|
},
|
|
2141
2140
|
{
|
|
2142
2141
|
name: "Heroku",
|
|
2143
|
-
|
|
2142
|
+
slug: "heroku",
|
|
2144
2143
|
tag: "Heroku",
|
|
2145
2144
|
image: "/images/tech/heroku.png",
|
|
2146
2145
|
description: "A platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.",
|
|
@@ -2156,7 +2155,7 @@ var techStack = [
|
|
|
2156
2155
|
},
|
|
2157
2156
|
{
|
|
2158
2157
|
name: "Bootstrap",
|
|
2159
|
-
|
|
2158
|
+
slug: "bootstrap",
|
|
2160
2159
|
tag: "Bootstrap",
|
|
2161
2160
|
image: "/images/tech/bootstrap.png",
|
|
2162
2161
|
description: "A free and open-source CSS framework directed at responsive, mobile-first front-end web development.",
|
|
@@ -2173,7 +2172,7 @@ var techStack = [
|
|
|
2173
2172
|
},
|
|
2174
2173
|
{
|
|
2175
2174
|
name: "Stripe",
|
|
2176
|
-
|
|
2175
|
+
slug: "stripe",
|
|
2177
2176
|
tag: "Stripe",
|
|
2178
2177
|
image: "/images/tech/stripe.png",
|
|
2179
2178
|
description: "A technology company that builds economic infrastructure for the internet.",
|
|
@@ -2189,7 +2188,7 @@ var techStack = [
|
|
|
2189
2188
|
},
|
|
2190
2189
|
{
|
|
2191
2190
|
name: "Twilio",
|
|
2192
|
-
|
|
2191
|
+
slug: "twilio",
|
|
2193
2192
|
tag: "Twilio",
|
|
2194
2193
|
image: "/images/tech/twilio.png",
|
|
2195
2194
|
description: "A cloud communications platform for building SMS, Voice & Messaging applications on an API.",
|
|
@@ -2205,7 +2204,7 @@ var techStack = [
|
|
|
2205
2204
|
},
|
|
2206
2205
|
{
|
|
2207
2206
|
name: "JavaScript",
|
|
2208
|
-
|
|
2207
|
+
slug: "javascript",
|
|
2209
2208
|
tag: "JavaScript",
|
|
2210
2209
|
image: "/images/tech/javascript.png",
|
|
2211
2210
|
description: "A high-level, just-in-time compiled, object-oriented programming language.",
|
|
@@ -2222,7 +2221,7 @@ var techStack = [
|
|
|
2222
2221
|
},
|
|
2223
2222
|
{
|
|
2224
2223
|
name: "CSS",
|
|
2225
|
-
|
|
2224
|
+
slug: "css",
|
|
2226
2225
|
tag: "CSS",
|
|
2227
2226
|
image: "/images/tech/css.png",
|
|
2228
2227
|
description: "A style sheet language used for describing the presentation of a document written in a markup language like HTML.",
|
|
@@ -2239,7 +2238,7 @@ var techStack = [
|
|
|
2239
2238
|
},
|
|
2240
2239
|
{
|
|
2241
2240
|
name: "Mootools",
|
|
2242
|
-
|
|
2241
|
+
slug: "mootools",
|
|
2243
2242
|
tag: "Mootools",
|
|
2244
2243
|
image: "/images/tech/mootools.png",
|
|
2245
2244
|
description: "A compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.",
|
|
@@ -2255,7 +2254,7 @@ var techStack = [
|
|
|
2255
2254
|
},
|
|
2256
2255
|
{
|
|
2257
2256
|
name: "Data Charts",
|
|
2258
|
-
|
|
2257
|
+
slug: "data-charts",
|
|
2259
2258
|
tag: "Data Charts",
|
|
2260
2259
|
image: "/images/tech/data-charts.png",
|
|
2261
2260
|
description: "Tools and libraries for creating interactive and dynamic data visualizations.",
|
|
@@ -2271,7 +2270,7 @@ var techStack = [
|
|
|
2271
2270
|
},
|
|
2272
2271
|
{
|
|
2273
2272
|
name: "Ruby on Rails",
|
|
2274
|
-
|
|
2273
|
+
slug: "rails",
|
|
2275
2274
|
tag: "Ruby on Rails",
|
|
2276
2275
|
image: "/images/tech/rails.png",
|
|
2277
2276
|
description: "A web application framework written in Ruby, designed to make programming web applications easier.",
|
|
@@ -2288,7 +2287,7 @@ var techStack = [
|
|
|
2288
2287
|
},
|
|
2289
2288
|
{
|
|
2290
2289
|
name: "Faye",
|
|
2291
|
-
|
|
2290
|
+
slug: "faye",
|
|
2292
2291
|
tag: "Faye",
|
|
2293
2292
|
image: "/images/tech/faye.png",
|
|
2294
2293
|
description: "A publish-subscribe messaging system based on the Bayeux protocol.",
|
|
@@ -2305,7 +2304,7 @@ var techStack = [
|
|
|
2305
2304
|
},
|
|
2306
2305
|
{
|
|
2307
2306
|
name: "LESS",
|
|
2308
|
-
|
|
2307
|
+
slug: "less",
|
|
2309
2308
|
tag: "LESS",
|
|
2310
2309
|
image: "/images/tech/less.png",
|
|
2311
2310
|
description: "A backward-compatible language extension for CSS.",
|
|
@@ -2321,7 +2320,7 @@ var techStack = [
|
|
|
2321
2320
|
},
|
|
2322
2321
|
{
|
|
2323
2322
|
name: "Wordpress",
|
|
2324
|
-
|
|
2323
|
+
slug: "wordpress",
|
|
2325
2324
|
tag: "Wordpress",
|
|
2326
2325
|
image: "/images/tech/wordpress.png",
|
|
2327
2326
|
description: "A free and open-source content management system (CMS) based on PHP and MySQL.",
|
|
@@ -2338,7 +2337,7 @@ var techStack = [
|
|
|
2338
2337
|
},
|
|
2339
2338
|
{
|
|
2340
2339
|
name: "Content Management Systems",
|
|
2341
|
-
|
|
2340
|
+
slug: "cms",
|
|
2342
2341
|
tag: "CMS",
|
|
2343
2342
|
image: "/images/tech/cms.png",
|
|
2344
2343
|
description: "Software applications that enable users to create, manage, and modify content on websites without specialized technical knowledge.",
|
|
@@ -2356,7 +2355,7 @@ var techStack = [
|
|
|
2356
2355
|
},
|
|
2357
2356
|
{
|
|
2358
2357
|
name: "DatoCMS",
|
|
2359
|
-
|
|
2358
|
+
slug: "datocms",
|
|
2360
2359
|
tag: "DatoCMS",
|
|
2361
2360
|
image: "/images/tech/datocms.png",
|
|
2362
2361
|
description: "A headless CMS that offers a flexible content management solution for modern websites and applications.",
|
|
@@ -2373,7 +2372,7 @@ var techStack = [
|
|
|
2373
2372
|
},
|
|
2374
2373
|
{
|
|
2375
2374
|
name: "ViroAR",
|
|
2376
|
-
|
|
2375
|
+
slug: "viroar",
|
|
2377
2376
|
tag: "ViroAR",
|
|
2378
2377
|
image: "/images/tech/viroar.png",
|
|
2379
2378
|
description: "A platform for building AR applications with React Native.",
|
package/dist/index.mjs
CHANGED
|
@@ -1208,7 +1208,6 @@ var projects = [
|
|
|
1208
1208
|
image: "https://gaboesquivel.com/images/work/cryptocantina.png",
|
|
1209
1209
|
images: [
|
|
1210
1210
|
"https://gaboesquivel.com/images/work/cryptocantina-multi.jpg",
|
|
1211
|
-
"https://gaboesquivel.com/images/2018/07/crypto-cantina-cr-london-room.webp",
|
|
1212
1211
|
"https://gaboesquivel.com/images/work/cryptocantina-london-room-2.jpg",
|
|
1213
1212
|
"https://gaboesquivel.com/images/work/cryptocantina-london-room.jpg",
|
|
1214
1213
|
"https://gaboesquivel.com/images/work/cryptocantina-london-room-3.jpg",
|
|
@@ -1239,7 +1238,7 @@ var projects = [
|
|
|
1239
1238
|
var techStack = [
|
|
1240
1239
|
{
|
|
1241
1240
|
name: "TypeScript",
|
|
1242
|
-
|
|
1241
|
+
slug: "typescript",
|
|
1243
1242
|
tag: "TypeScript",
|
|
1244
1243
|
image: "/images/tech/typescript.png",
|
|
1245
1244
|
description: "A strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.",
|
|
@@ -1256,7 +1255,7 @@ var techStack = [
|
|
|
1256
1255
|
},
|
|
1257
1256
|
{
|
|
1258
1257
|
name: "Solidity",
|
|
1259
|
-
|
|
1258
|
+
slug: "solidity",
|
|
1260
1259
|
tag: "Solidity",
|
|
1261
1260
|
image: "/images/tech/solidity.png",
|
|
1262
1261
|
description: "A contract-oriented programming language for writing smart contracts on Ethereum.",
|
|
@@ -1274,7 +1273,7 @@ var techStack = [
|
|
|
1274
1273
|
},
|
|
1275
1274
|
{
|
|
1276
1275
|
name: "Foundry",
|
|
1277
|
-
|
|
1276
|
+
slug: "foundry",
|
|
1278
1277
|
tag: "Foundry",
|
|
1279
1278
|
image: "/images/tech/foundry.png",
|
|
1280
1279
|
description: "A blazing fast, portable, and modular toolkit for Ethereum application development.",
|
|
@@ -1290,7 +1289,7 @@ var techStack = [
|
|
|
1290
1289
|
},
|
|
1291
1290
|
{
|
|
1292
1291
|
name: "Next.js",
|
|
1293
|
-
|
|
1292
|
+
slug: "nextjs",
|
|
1294
1293
|
tag: "NextJS",
|
|
1295
1294
|
image: "/images/tech/nextjs.png",
|
|
1296
1295
|
description: "A React framework for production, providing hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more.",
|
|
@@ -1308,7 +1307,7 @@ var techStack = [
|
|
|
1308
1307
|
},
|
|
1309
1308
|
{
|
|
1310
1309
|
name: "Ponder",
|
|
1311
|
-
|
|
1310
|
+
slug: "ponder",
|
|
1312
1311
|
tag: "Ponder",
|
|
1313
1312
|
image: "/images/tech/ponder.png",
|
|
1314
1313
|
description: "A tool for indexing and querying blockchain data.",
|
|
@@ -1325,7 +1324,7 @@ var techStack = [
|
|
|
1325
1324
|
},
|
|
1326
1325
|
{
|
|
1327
1326
|
name: "PostgreSQL",
|
|
1328
|
-
|
|
1327
|
+
slug: "postgresql",
|
|
1329
1328
|
tag: "Postgres",
|
|
1330
1329
|
image: "/images/tech/postgresql.png",
|
|
1331
1330
|
description: "A powerful, open-source object-relational database system with a strong reputation for reliability, feature robustness, and performance.",
|
|
@@ -1342,7 +1341,7 @@ var techStack = [
|
|
|
1342
1341
|
},
|
|
1343
1342
|
{
|
|
1344
1343
|
name: "Viem",
|
|
1345
|
-
|
|
1344
|
+
slug: "viem",
|
|
1346
1345
|
tag: "Viem",
|
|
1347
1346
|
image: "/images/tech/viem.png",
|
|
1348
1347
|
description: "A library for interacting with Ethereum and other EVM-compatible blockchains.",
|
|
@@ -1360,7 +1359,7 @@ var techStack = [
|
|
|
1360
1359
|
},
|
|
1361
1360
|
{
|
|
1362
1361
|
name: "Wagmi",
|
|
1363
|
-
|
|
1362
|
+
slug: "wagmi",
|
|
1364
1363
|
tag: "Wagmi",
|
|
1365
1364
|
image: "/images/tech/wagmi.png",
|
|
1366
1365
|
description: "A collection of React hooks for Ethereum.",
|
|
@@ -1378,7 +1377,7 @@ var techStack = [
|
|
|
1378
1377
|
},
|
|
1379
1378
|
{
|
|
1380
1379
|
name: "EVM",
|
|
1381
|
-
|
|
1380
|
+
slug: "evm",
|
|
1382
1381
|
tag: "EVM",
|
|
1383
1382
|
image: "/images/tech/evm.png",
|
|
1384
1383
|
description: "The Ethereum Virtual Machine, a runtime environment for smart contracts in Ethereum.",
|
|
@@ -1395,7 +1394,7 @@ var techStack = [
|
|
|
1395
1394
|
},
|
|
1396
1395
|
{
|
|
1397
1396
|
name: "ThirdWeb",
|
|
1398
|
-
|
|
1397
|
+
slug: "thirdweb",
|
|
1399
1398
|
tag: "ThirdWeb",
|
|
1400
1399
|
image: "/images/tech/thirdweb.png",
|
|
1401
1400
|
description: "A platform for building and deploying Web3 applications with ease.",
|
|
@@ -1411,7 +1410,7 @@ var techStack = [
|
|
|
1411
1410
|
},
|
|
1412
1411
|
{
|
|
1413
1412
|
name: "EthersJS",
|
|
1414
|
-
|
|
1413
|
+
slug: "ethersjs",
|
|
1415
1414
|
tag: "Ethers",
|
|
1416
1415
|
image: "/images/tech/ethersjs.png",
|
|
1417
1416
|
description: "A library for interacting with the Ethereum blockchain and its ecosystem.",
|
|
@@ -1430,7 +1429,7 @@ var techStack = [
|
|
|
1430
1429
|
},
|
|
1431
1430
|
{
|
|
1432
1431
|
name: "Alchemy",
|
|
1433
|
-
|
|
1432
|
+
slug: "alchemy",
|
|
1434
1433
|
tag: "Alchemy",
|
|
1435
1434
|
image: "/images/tech/alchemy.png",
|
|
1436
1435
|
description: "A blockchain development platform that provides infrastructure and tools for building decentralized applications.",
|
|
@@ -1446,7 +1445,7 @@ var techStack = [
|
|
|
1446
1445
|
},
|
|
1447
1446
|
{
|
|
1448
1447
|
name: "Hardhat",
|
|
1449
|
-
|
|
1448
|
+
slug: "hardhat",
|
|
1450
1449
|
tag: "Hardhat",
|
|
1451
1450
|
image: "/images/tech/hardhat.png",
|
|
1452
1451
|
description: "A development environment for Ethereum software, providing tools for building and testing smart contracts.",
|
|
@@ -1462,7 +1461,7 @@ var techStack = [
|
|
|
1462
1461
|
},
|
|
1463
1462
|
{
|
|
1464
1463
|
name: "Node.js",
|
|
1465
|
-
|
|
1464
|
+
slug: "nodejs",
|
|
1466
1465
|
tag: "NodeJS",
|
|
1467
1466
|
image: "/images/tech/nodejs.png",
|
|
1468
1467
|
description: "A JavaScript runtime built on Chrome's V8 JavaScript engine, designed to build scalable network applications.",
|
|
@@ -1481,7 +1480,7 @@ var techStack = [
|
|
|
1481
1480
|
},
|
|
1482
1481
|
{
|
|
1483
1482
|
name: "GraphQL",
|
|
1484
|
-
|
|
1483
|
+
slug: "graphql",
|
|
1485
1484
|
tag: "GraphQL",
|
|
1486
1485
|
image: "/images/tech/graphql.png",
|
|
1487
1486
|
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.",
|
|
@@ -1498,7 +1497,7 @@ var techStack = [
|
|
|
1498
1497
|
},
|
|
1499
1498
|
{
|
|
1500
1499
|
name: "React Native",
|
|
1501
|
-
|
|
1500
|
+
slug: "react-native",
|
|
1502
1501
|
tag: "React Native",
|
|
1503
1502
|
image: "/images/tech/react-native.png",
|
|
1504
1503
|
description: "A framework for building native apps using React.",
|
|
@@ -1516,7 +1515,7 @@ var techStack = [
|
|
|
1516
1515
|
},
|
|
1517
1516
|
{
|
|
1518
1517
|
name: "WebGL",
|
|
1519
|
-
|
|
1518
|
+
slug: "webgl",
|
|
1520
1519
|
tag: "WebGL",
|
|
1521
1520
|
image: "/images/tech/webgl.png",
|
|
1522
1521
|
description: "A JavaScript API for rendering interactive 3D and 2D graphics within any compatible web browser.",
|
|
@@ -1532,7 +1531,7 @@ var techStack = [
|
|
|
1532
1531
|
},
|
|
1533
1532
|
{
|
|
1534
1533
|
name: "AWS",
|
|
1535
|
-
|
|
1534
|
+
slug: "aws",
|
|
1536
1535
|
tag: "AWS",
|
|
1537
1536
|
image: "/images/tech/aws.png",
|
|
1538
1537
|
description: "Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services.",
|
|
@@ -1549,7 +1548,7 @@ var techStack = [
|
|
|
1549
1548
|
},
|
|
1550
1549
|
{
|
|
1551
1550
|
name: "GCP",
|
|
1552
|
-
|
|
1551
|
+
slug: "gcloud",
|
|
1553
1552
|
tag: "GCP",
|
|
1554
1553
|
image: "/images/tech/gcloud.png",
|
|
1555
1554
|
description: "Google Cloud Platform, a suite of cloud computing services that runs on the same infrastructure that Google uses internally.",
|
|
@@ -1565,7 +1564,7 @@ var techStack = [
|
|
|
1565
1564
|
},
|
|
1566
1565
|
{
|
|
1567
1566
|
name: "ShadcnUI",
|
|
1568
|
-
|
|
1567
|
+
slug: "shadcn",
|
|
1569
1568
|
tag: "ShadcnUI",
|
|
1570
1569
|
image: "/images/tech/shadcn.png",
|
|
1571
1570
|
description: "A collection of beautifully designed components built with Radix UI and Tailwind CSS.",
|
|
@@ -1582,7 +1581,7 @@ var techStack = [
|
|
|
1582
1581
|
},
|
|
1583
1582
|
{
|
|
1584
1583
|
name: "TanStack Query",
|
|
1585
|
-
|
|
1584
|
+
slug: "tanstack",
|
|
1586
1585
|
tag: "Tanstack",
|
|
1587
1586
|
image: "/images/tech/tanstack.png",
|
|
1588
1587
|
description: "Powerful asynchronous state management for fetching, caching, and updating data in React applications.",
|
|
@@ -1599,7 +1598,7 @@ var techStack = [
|
|
|
1599
1598
|
},
|
|
1600
1599
|
{
|
|
1601
1600
|
name: "WebAuthn",
|
|
1602
|
-
|
|
1601
|
+
slug: "webauthn",
|
|
1603
1602
|
tag: "WebAuthN",
|
|
1604
1603
|
image: "/images/tech/webauthn.png",
|
|
1605
1604
|
description: "A web standard for passwordless authentication using public key cryptography.",
|
|
@@ -1616,7 +1615,7 @@ var techStack = [
|
|
|
1616
1615
|
},
|
|
1617
1616
|
{
|
|
1618
1617
|
name: "Ethereum",
|
|
1619
|
-
|
|
1618
|
+
slug: "ethereum",
|
|
1620
1619
|
tag: "Ethereum",
|
|
1621
1620
|
image: "/images/tech/ethereum.png",
|
|
1622
1621
|
description: "A decentralized platform that enables developers to build and deploy smart contracts and decentralized applications.",
|
|
@@ -1632,7 +1631,7 @@ var techStack = [
|
|
|
1632
1631
|
},
|
|
1633
1632
|
{
|
|
1634
1633
|
name: "NFT",
|
|
1635
|
-
|
|
1634
|
+
slug: "nft",
|
|
1636
1635
|
tag: "NFT",
|
|
1637
1636
|
image: "/images/tech/nft.png",
|
|
1638
1637
|
description: "Non-Fungible Tokens, unique digital assets that represent ownership of a specific item or piece of content.",
|
|
@@ -1648,7 +1647,7 @@ var techStack = [
|
|
|
1648
1647
|
},
|
|
1649
1648
|
{
|
|
1650
1649
|
name: "AI SDK",
|
|
1651
|
-
|
|
1650
|
+
slug: "ai-sdk",
|
|
1652
1651
|
tag: "AI SDK",
|
|
1653
1652
|
image: "/images/tech/ai-sdk.png",
|
|
1654
1653
|
description: "Software Development Kits for integrating AI capabilities into applications.",
|
|
@@ -1664,7 +1663,7 @@ var techStack = [
|
|
|
1664
1663
|
},
|
|
1665
1664
|
{
|
|
1666
1665
|
name: "LLMs",
|
|
1667
|
-
|
|
1666
|
+
slug: "llms",
|
|
1668
1667
|
tag: "LLMs",
|
|
1669
1668
|
image: "/images/tech/llms.png",
|
|
1670
1669
|
description: "Large Language Models used for natural language processing and understanding.",
|
|
@@ -1680,7 +1679,7 @@ var techStack = [
|
|
|
1680
1679
|
},
|
|
1681
1680
|
{
|
|
1682
1681
|
name: "Supabase",
|
|
1683
|
-
|
|
1682
|
+
slug: "supabase",
|
|
1684
1683
|
tag: "Supabase",
|
|
1685
1684
|
image: "/images/tech/supabase.png",
|
|
1686
1685
|
description: "An open source Firebase alternative providing all the backend features you need to build a product.",
|
|
@@ -1698,7 +1697,7 @@ var techStack = [
|
|
|
1698
1697
|
},
|
|
1699
1698
|
{
|
|
1700
1699
|
name: "Stitches",
|
|
1701
|
-
|
|
1700
|
+
slug: "stitches",
|
|
1702
1701
|
tag: "Stitches",
|
|
1703
1702
|
image: "/images/tech/stitches.png",
|
|
1704
1703
|
description: "A CSS-in-JS library with near-zero runtime, SSR support, and a great developer experience.",
|
|
@@ -1715,7 +1714,7 @@ var techStack = [
|
|
|
1715
1714
|
},
|
|
1716
1715
|
{
|
|
1717
1716
|
name: "Zustand",
|
|
1718
|
-
|
|
1717
|
+
slug: "zustand",
|
|
1719
1718
|
tag: "Zustand",
|
|
1720
1719
|
image: "/images/tech/zustand.png",
|
|
1721
1720
|
description: "A small, fast, and scalable state management solution for React applications.",
|
|
@@ -1732,7 +1731,7 @@ var techStack = [
|
|
|
1732
1731
|
},
|
|
1733
1732
|
{
|
|
1734
1733
|
name: "Zod",
|
|
1735
|
-
|
|
1734
|
+
slug: "zod",
|
|
1736
1735
|
tag: "Zod",
|
|
1737
1736
|
image: "/images/tech/zod.png",
|
|
1738
1737
|
description: "TypeScript-first schema validation with static type inference.",
|
|
@@ -1749,7 +1748,7 @@ var techStack = [
|
|
|
1749
1748
|
},
|
|
1750
1749
|
{
|
|
1751
1750
|
name: "nuqs",
|
|
1752
|
-
|
|
1751
|
+
slug: "nuqs",
|
|
1753
1752
|
tag: "nuqs",
|
|
1754
1753
|
image: "/images/tech/nuqs.png",
|
|
1755
1754
|
description: "A type-safe URL query state management library for Next.js applications.",
|
|
@@ -1766,7 +1765,7 @@ var techStack = [
|
|
|
1766
1765
|
},
|
|
1767
1766
|
{
|
|
1768
1767
|
name: "Trigger.dev",
|
|
1769
|
-
|
|
1768
|
+
slug: "trigger",
|
|
1770
1769
|
tag: "Trigger",
|
|
1771
1770
|
image: "/images/tech/trigger.png",
|
|
1772
1771
|
description: "A developer-first open source background jobs framework for TypeScript.",
|
|
@@ -1783,7 +1782,7 @@ var techStack = [
|
|
|
1783
1782
|
},
|
|
1784
1783
|
{
|
|
1785
1784
|
name: "Terraform",
|
|
1786
|
-
|
|
1785
|
+
slug: "terraform",
|
|
1787
1786
|
tag: "Terraform",
|
|
1788
1787
|
image: "/images/tech/terraform.png",
|
|
1789
1788
|
description: "An open-source infrastructure as code software tool for building, changing, and versioning infrastructure safely and efficiently.",
|
|
@@ -1800,7 +1799,7 @@ var techStack = [
|
|
|
1800
1799
|
},
|
|
1801
1800
|
{
|
|
1802
1801
|
name: "Redux",
|
|
1803
|
-
|
|
1802
|
+
slug: "redux",
|
|
1804
1803
|
tag: "Redux",
|
|
1805
1804
|
image: "/images/tech/redux.png",
|
|
1806
1805
|
description: "A predictable state container for JavaScript apps, helping you write applications that behave consistently.",
|
|
@@ -1817,7 +1816,7 @@ var techStack = [
|
|
|
1817
1816
|
},
|
|
1818
1817
|
{
|
|
1819
1818
|
name: "Serverless",
|
|
1820
|
-
|
|
1819
|
+
slug: "serverless",
|
|
1821
1820
|
tag: "Serverless",
|
|
1822
1821
|
image: "/images/tech/serverless.png",
|
|
1823
1822
|
description: "A cloud computing execution model where the cloud provider dynamically manages the allocation of machine resources.",
|
|
@@ -1833,7 +1832,7 @@ var techStack = [
|
|
|
1833
1832
|
},
|
|
1834
1833
|
{
|
|
1835
1834
|
name: "Docker",
|
|
1836
|
-
|
|
1835
|
+
slug: "docker",
|
|
1837
1836
|
tag: "Docker",
|
|
1838
1837
|
image: "/images/tech/docker.png",
|
|
1839
1838
|
description: "A platform for developing, shipping, and running applications in containers.",
|
|
@@ -1849,7 +1848,7 @@ var techStack = [
|
|
|
1849
1848
|
},
|
|
1850
1849
|
{
|
|
1851
1850
|
name: "RXJS",
|
|
1852
|
-
|
|
1851
|
+
slug: "rxjs",
|
|
1853
1852
|
tag: "RXJS",
|
|
1854
1853
|
image: "/images/tech/rxjs.png",
|
|
1855
1854
|
description: "A library for reactive programming using Observables, to make it easier to compose asynchronous or callback-based code.",
|
|
@@ -1865,7 +1864,7 @@ var techStack = [
|
|
|
1865
1864
|
},
|
|
1866
1865
|
{
|
|
1867
1866
|
name: "Expo",
|
|
1868
|
-
|
|
1867
|
+
slug: "expo",
|
|
1869
1868
|
tag: "Expo",
|
|
1870
1869
|
image: "/images/tech/expo.png",
|
|
1871
1870
|
description: "A set of tools and services for React Native development.",
|
|
@@ -1882,7 +1881,7 @@ var techStack = [
|
|
|
1882
1881
|
},
|
|
1883
1882
|
{
|
|
1884
1883
|
name: "Tailwind CSS",
|
|
1885
|
-
|
|
1884
|
+
slug: "tailwind",
|
|
1886
1885
|
tag: "Tailwind",
|
|
1887
1886
|
image: "/images/tech/tailwind.png",
|
|
1888
1887
|
description: "A utility-first CSS framework for rapid UI development.",
|
|
@@ -1899,7 +1898,7 @@ var techStack = [
|
|
|
1899
1898
|
},
|
|
1900
1899
|
{
|
|
1901
1900
|
name: "Antelope",
|
|
1902
|
-
|
|
1901
|
+
slug: "antelope",
|
|
1903
1902
|
tag: "Antelope",
|
|
1904
1903
|
image: "/images/tech/antelope.png",
|
|
1905
1904
|
description: "A blockchain protocol designed for high performance and scalability, supporting decentralized applications.",
|
|
@@ -1915,7 +1914,7 @@ var techStack = [
|
|
|
1915
1914
|
},
|
|
1916
1915
|
{
|
|
1917
1916
|
name: "C++",
|
|
1918
|
-
|
|
1917
|
+
slug: "cpp",
|
|
1919
1918
|
tag: "C++",
|
|
1920
1919
|
image: "/images/tech/cpp.png",
|
|
1921
1920
|
description: "A general-purpose programming language created as an extension of the C programming language.",
|
|
@@ -1931,7 +1930,7 @@ var techStack = [
|
|
|
1931
1930
|
},
|
|
1932
1931
|
{
|
|
1933
1932
|
name: "EOS",
|
|
1934
|
-
|
|
1933
|
+
slug: "eos",
|
|
1935
1934
|
tag: "EOS",
|
|
1936
1935
|
image: "/images/tech/eos.png",
|
|
1937
1936
|
description: "A blockchain platform designed for the development of decentralized applications (dApps).",
|
|
@@ -1947,7 +1946,7 @@ var techStack = [
|
|
|
1947
1946
|
},
|
|
1948
1947
|
{
|
|
1949
1948
|
name: "Flow Blockchain",
|
|
1950
|
-
|
|
1949
|
+
slug: "flow",
|
|
1951
1950
|
tag: "Flow",
|
|
1952
1951
|
image: "/images/tech/flow.png",
|
|
1953
1952
|
description: "A fast, decentralized, and developer-friendly blockchain, designed as the foundation for a new generation of games, apps, and digital assets.",
|
|
@@ -1963,7 +1962,7 @@ var techStack = [
|
|
|
1963
1962
|
},
|
|
1964
1963
|
{
|
|
1965
1964
|
name: "Polkadot",
|
|
1966
|
-
|
|
1965
|
+
slug: "polkadot",
|
|
1967
1966
|
tag: "Polkadot",
|
|
1968
1967
|
image: "/images/tech/polkadot.png",
|
|
1969
1968
|
description: "A network protocol that allows arbitrary data\u2014not just tokens\u2014to be transferred across blockchains.",
|
|
@@ -1979,7 +1978,7 @@ var techStack = [
|
|
|
1979
1978
|
},
|
|
1980
1979
|
{
|
|
1981
1980
|
name: "Substrate",
|
|
1982
|
-
|
|
1981
|
+
slug: "substrate",
|
|
1983
1982
|
tag: "Substrate",
|
|
1984
1983
|
image: "/images/tech/substrate.png",
|
|
1985
1984
|
description: "A framework for building blockchains, providing a set of tools and libraries for blockchain development.",
|
|
@@ -1995,7 +1994,7 @@ var techStack = [
|
|
|
1995
1994
|
},
|
|
1996
1995
|
{
|
|
1997
1996
|
name: "Flow",
|
|
1998
|
-
|
|
1997
|
+
slug: "flow",
|
|
1999
1998
|
tag: "Flow",
|
|
2000
1999
|
image: "/images/tech/flow.png",
|
|
2001
2000
|
description: "A fast, decentralized, and developer-friendly blockchain, designed as the foundation for a new generation of games, apps, and digital assets.",
|
|
@@ -2011,7 +2010,7 @@ var techStack = [
|
|
|
2011
2010
|
},
|
|
2012
2011
|
{
|
|
2013
2012
|
name: "Niftory",
|
|
2014
|
-
|
|
2013
|
+
slug: "niftory",
|
|
2015
2014
|
tag: "Niftory",
|
|
2016
2015
|
image: "/images/tech/niftory.png",
|
|
2017
2016
|
description: "A platform for creating, managing, and distributing NFTs, providing tools and infrastructure for NFT development.",
|
|
@@ -2027,7 +2026,7 @@ var techStack = [
|
|
|
2027
2026
|
},
|
|
2028
2027
|
{
|
|
2029
2028
|
name: "Dalle",
|
|
2030
|
-
|
|
2029
|
+
slug: "dalle",
|
|
2031
2030
|
tag: "Dalle",
|
|
2032
2031
|
image: "/images/tech/dalle.png",
|
|
2033
2032
|
description: "An AI model developed by OpenAI for generating images from textual descriptions.",
|
|
@@ -2043,7 +2042,7 @@ var techStack = [
|
|
|
2043
2042
|
},
|
|
2044
2043
|
{
|
|
2045
2044
|
name: "OpenAI",
|
|
2046
|
-
|
|
2045
|
+
slug: "openai",
|
|
2047
2046
|
tag: "OpenAI",
|
|
2048
2047
|
image: "/images/tech/openai.png",
|
|
2049
2048
|
description: "An AI research and deployment company, known for developing advanced AI models and technologies.",
|
|
@@ -2059,7 +2058,7 @@ var techStack = [
|
|
|
2059
2058
|
},
|
|
2060
2059
|
{
|
|
2061
2060
|
name: "Biometrics",
|
|
2062
|
-
|
|
2061
|
+
slug: "biometrics",
|
|
2063
2062
|
tag: "Biometrics",
|
|
2064
2063
|
image: "/images/tech/biometrics.png",
|
|
2065
2064
|
description: "Technologies and methods for recognizing individuals based on physical or behavioral characteristics.",
|
|
@@ -2075,7 +2074,7 @@ var techStack = [
|
|
|
2075
2074
|
},
|
|
2076
2075
|
{
|
|
2077
2076
|
name: "AngularJS",
|
|
2078
|
-
|
|
2077
|
+
slug: "angularjs",
|
|
2079
2078
|
tag: "AngularJS",
|
|
2080
2079
|
image: "/images/tech/angularjs.png",
|
|
2081
2080
|
description: "A structural framework for dynamic web apps.",
|
|
@@ -2092,7 +2091,7 @@ var techStack = [
|
|
|
2092
2091
|
},
|
|
2093
2092
|
{
|
|
2094
2093
|
name: "MongoDB",
|
|
2095
|
-
|
|
2094
|
+
slug: "mongodb",
|
|
2096
2095
|
tag: "MongoDB",
|
|
2097
2096
|
image: "/images/tech/mongodb.png",
|
|
2098
2097
|
description: "A document database with the scalability and flexibility that you want with the querying and indexing that you need.",
|
|
@@ -2109,7 +2108,7 @@ var techStack = [
|
|
|
2109
2108
|
},
|
|
2110
2109
|
{
|
|
2111
2110
|
name: "Heroku",
|
|
2112
|
-
|
|
2111
|
+
slug: "heroku",
|
|
2113
2112
|
tag: "Heroku",
|
|
2114
2113
|
image: "/images/tech/heroku.png",
|
|
2115
2114
|
description: "A platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.",
|
|
@@ -2125,7 +2124,7 @@ var techStack = [
|
|
|
2125
2124
|
},
|
|
2126
2125
|
{
|
|
2127
2126
|
name: "Bootstrap",
|
|
2128
|
-
|
|
2127
|
+
slug: "bootstrap",
|
|
2129
2128
|
tag: "Bootstrap",
|
|
2130
2129
|
image: "/images/tech/bootstrap.png",
|
|
2131
2130
|
description: "A free and open-source CSS framework directed at responsive, mobile-first front-end web development.",
|
|
@@ -2142,7 +2141,7 @@ var techStack = [
|
|
|
2142
2141
|
},
|
|
2143
2142
|
{
|
|
2144
2143
|
name: "Stripe",
|
|
2145
|
-
|
|
2144
|
+
slug: "stripe",
|
|
2146
2145
|
tag: "Stripe",
|
|
2147
2146
|
image: "/images/tech/stripe.png",
|
|
2148
2147
|
description: "A technology company that builds economic infrastructure for the internet.",
|
|
@@ -2158,7 +2157,7 @@ var techStack = [
|
|
|
2158
2157
|
},
|
|
2159
2158
|
{
|
|
2160
2159
|
name: "Twilio",
|
|
2161
|
-
|
|
2160
|
+
slug: "twilio",
|
|
2162
2161
|
tag: "Twilio",
|
|
2163
2162
|
image: "/images/tech/twilio.png",
|
|
2164
2163
|
description: "A cloud communications platform for building SMS, Voice & Messaging applications on an API.",
|
|
@@ -2174,7 +2173,7 @@ var techStack = [
|
|
|
2174
2173
|
},
|
|
2175
2174
|
{
|
|
2176
2175
|
name: "JavaScript",
|
|
2177
|
-
|
|
2176
|
+
slug: "javascript",
|
|
2178
2177
|
tag: "JavaScript",
|
|
2179
2178
|
image: "/images/tech/javascript.png",
|
|
2180
2179
|
description: "A high-level, just-in-time compiled, object-oriented programming language.",
|
|
@@ -2191,7 +2190,7 @@ var techStack = [
|
|
|
2191
2190
|
},
|
|
2192
2191
|
{
|
|
2193
2192
|
name: "CSS",
|
|
2194
|
-
|
|
2193
|
+
slug: "css",
|
|
2195
2194
|
tag: "CSS",
|
|
2196
2195
|
image: "/images/tech/css.png",
|
|
2197
2196
|
description: "A style sheet language used for describing the presentation of a document written in a markup language like HTML.",
|
|
@@ -2208,7 +2207,7 @@ var techStack = [
|
|
|
2208
2207
|
},
|
|
2209
2208
|
{
|
|
2210
2209
|
name: "Mootools",
|
|
2211
|
-
|
|
2210
|
+
slug: "mootools",
|
|
2212
2211
|
tag: "Mootools",
|
|
2213
2212
|
image: "/images/tech/mootools.png",
|
|
2214
2213
|
description: "A compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.",
|
|
@@ -2224,7 +2223,7 @@ var techStack = [
|
|
|
2224
2223
|
},
|
|
2225
2224
|
{
|
|
2226
2225
|
name: "Data Charts",
|
|
2227
|
-
|
|
2226
|
+
slug: "data-charts",
|
|
2228
2227
|
tag: "Data Charts",
|
|
2229
2228
|
image: "/images/tech/data-charts.png",
|
|
2230
2229
|
description: "Tools and libraries for creating interactive and dynamic data visualizations.",
|
|
@@ -2240,7 +2239,7 @@ var techStack = [
|
|
|
2240
2239
|
},
|
|
2241
2240
|
{
|
|
2242
2241
|
name: "Ruby on Rails",
|
|
2243
|
-
|
|
2242
|
+
slug: "rails",
|
|
2244
2243
|
tag: "Ruby on Rails",
|
|
2245
2244
|
image: "/images/tech/rails.png",
|
|
2246
2245
|
description: "A web application framework written in Ruby, designed to make programming web applications easier.",
|
|
@@ -2257,7 +2256,7 @@ var techStack = [
|
|
|
2257
2256
|
},
|
|
2258
2257
|
{
|
|
2259
2258
|
name: "Faye",
|
|
2260
|
-
|
|
2259
|
+
slug: "faye",
|
|
2261
2260
|
tag: "Faye",
|
|
2262
2261
|
image: "/images/tech/faye.png",
|
|
2263
2262
|
description: "A publish-subscribe messaging system based on the Bayeux protocol.",
|
|
@@ -2274,7 +2273,7 @@ var techStack = [
|
|
|
2274
2273
|
},
|
|
2275
2274
|
{
|
|
2276
2275
|
name: "LESS",
|
|
2277
|
-
|
|
2276
|
+
slug: "less",
|
|
2278
2277
|
tag: "LESS",
|
|
2279
2278
|
image: "/images/tech/less.png",
|
|
2280
2279
|
description: "A backward-compatible language extension for CSS.",
|
|
@@ -2290,7 +2289,7 @@ var techStack = [
|
|
|
2290
2289
|
},
|
|
2291
2290
|
{
|
|
2292
2291
|
name: "Wordpress",
|
|
2293
|
-
|
|
2292
|
+
slug: "wordpress",
|
|
2294
2293
|
tag: "Wordpress",
|
|
2295
2294
|
image: "/images/tech/wordpress.png",
|
|
2296
2295
|
description: "A free and open-source content management system (CMS) based on PHP and MySQL.",
|
|
@@ -2307,7 +2306,7 @@ var techStack = [
|
|
|
2307
2306
|
},
|
|
2308
2307
|
{
|
|
2309
2308
|
name: "Content Management Systems",
|
|
2310
|
-
|
|
2309
|
+
slug: "cms",
|
|
2311
2310
|
tag: "CMS",
|
|
2312
2311
|
image: "/images/tech/cms.png",
|
|
2313
2312
|
description: "Software applications that enable users to create, manage, and modify content on websites without specialized technical knowledge.",
|
|
@@ -2325,7 +2324,7 @@ var techStack = [
|
|
|
2325
2324
|
},
|
|
2326
2325
|
{
|
|
2327
2326
|
name: "DatoCMS",
|
|
2328
|
-
|
|
2327
|
+
slug: "datocms",
|
|
2329
2328
|
tag: "DatoCMS",
|
|
2330
2329
|
image: "/images/tech/datocms.png",
|
|
2331
2330
|
description: "A headless CMS that offers a flexible content management solution for modern websites and applications.",
|
|
@@ -2342,7 +2341,7 @@ var techStack = [
|
|
|
2342
2341
|
},
|
|
2343
2342
|
{
|
|
2344
2343
|
name: "ViroAR",
|
|
2345
|
-
|
|
2344
|
+
slug: "viroar",
|
|
2346
2345
|
tag: "ViroAR",
|
|
2347
2346
|
image: "/images/tech/viroar.png",
|
|
2348
2347
|
description: "A platform for building AR applications with React Native.",
|