gaboesquivel 3.4.16 → 3.4.17
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 +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1382,7 +1382,7 @@ var techStack = [
|
|
|
1382
1382
|
image: "/images/tech/aws.png",
|
|
1383
1383
|
description: "Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services.",
|
|
1384
1384
|
link: "https://aws.amazon.com/",
|
|
1385
|
-
since: "
|
|
1385
|
+
since: "2015",
|
|
1386
1386
|
intro: [
|
|
1387
1387
|
"AWS provides a wide range of cloud services, including computing power, storage options, and networking capabilities.",
|
|
1388
1388
|
"It is a popular choice for deploying and managing scalable applications in the cloud."
|
|
@@ -1399,7 +1399,7 @@ var techStack = [
|
|
|
1399
1399
|
image: "/images/tech/gcloud.png",
|
|
1400
1400
|
description: "Google Cloud Platform, a suite of cloud computing services that runs on the same infrastructure that Google uses internally.",
|
|
1401
1401
|
link: "https://cloud.google.com/",
|
|
1402
|
-
since: "
|
|
1402
|
+
since: "2018",
|
|
1403
1403
|
intro: [
|
|
1404
1404
|
"Google Cloud Platform offers a suite of cloud computing services, providing infrastructure, platform, and software solutions.",
|
|
1405
1405
|
"It is known for its scalability, reliability, and integration with Google's ecosystem."
|
|
@@ -1432,7 +1432,7 @@ var techStack = [
|
|
|
1432
1432
|
image: "/images/tech/tanstack.png",
|
|
1433
1433
|
description: "Powerful asynchronous state management for fetching, caching, and updating data in React applications.",
|
|
1434
1434
|
link: "https://tanstack.com/query/latest",
|
|
1435
|
-
since: "
|
|
1435
|
+
since: "2021",
|
|
1436
1436
|
intro: [
|
|
1437
1437
|
"TanStack Query (formerly React Query) simplifies data fetching, caching, and state management.",
|
|
1438
1438
|
"It provides tools for handling loading states, errors, and data synchronization."
|
package/dist/index.mjs
CHANGED
|
@@ -1351,7 +1351,7 @@ var techStack = [
|
|
|
1351
1351
|
image: "/images/tech/aws.png",
|
|
1352
1352
|
description: "Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services.",
|
|
1353
1353
|
link: "https://aws.amazon.com/",
|
|
1354
|
-
since: "
|
|
1354
|
+
since: "2015",
|
|
1355
1355
|
intro: [
|
|
1356
1356
|
"AWS provides a wide range of cloud services, including computing power, storage options, and networking capabilities.",
|
|
1357
1357
|
"It is a popular choice for deploying and managing scalable applications in the cloud."
|
|
@@ -1368,7 +1368,7 @@ var techStack = [
|
|
|
1368
1368
|
image: "/images/tech/gcloud.png",
|
|
1369
1369
|
description: "Google Cloud Platform, a suite of cloud computing services that runs on the same infrastructure that Google uses internally.",
|
|
1370
1370
|
link: "https://cloud.google.com/",
|
|
1371
|
-
since: "
|
|
1371
|
+
since: "2018",
|
|
1372
1372
|
intro: [
|
|
1373
1373
|
"Google Cloud Platform offers a suite of cloud computing services, providing infrastructure, platform, and software solutions.",
|
|
1374
1374
|
"It is known for its scalability, reliability, and integration with Google's ecosystem."
|
|
@@ -1401,7 +1401,7 @@ var techStack = [
|
|
|
1401
1401
|
image: "/images/tech/tanstack.png",
|
|
1402
1402
|
description: "Powerful asynchronous state management for fetching, caching, and updating data in React applications.",
|
|
1403
1403
|
link: "https://tanstack.com/query/latest",
|
|
1404
|
-
since: "
|
|
1404
|
+
since: "2021",
|
|
1405
1405
|
intro: [
|
|
1406
1406
|
"TanStack Query (formerly React Query) simplifies data fetching, caching, and state management.",
|
|
1407
1407
|
"It provides tools for handling loading states, errors, and data synchronization."
|