Skip to content

Commit

Permalink
Add extra projects to catch up on GitHub Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed Oct 14, 2024
1 parent 3345b01 commit ebe8709
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/pages/experience/cool-projects-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,18 @@
"technologies": "AWS, Rekognition, Lambda, S3, CDK.",
"url": "https://github.com/san99tiago/aws-rekognition-demo"
},
{
"title": "Advanced JSON Mapper",
"description": "Robust JSON Mapper on top of Python by using 'jsonpathng' with JMESPath expressions. Exposed as an API via FastAPI.",
"technologies": "JSON, JSONPathNG, JMESPath, Python, Mapper, FastAPI.",
"url": "https://github.com/san99tiago/jsonpath-ng-experiments"
},
{
"title": "FastAPI Docker GitHub Actions CICD",
"description": "DEMO to create a CICD pipeline for FastAPI Docker Images on top of GitHub Actions",
"technologies": "FastAPI, Docker, GitHub Actions",
"url": "https://github.com/san99tiago/fastapi-docker-github-actions"
},
{
"title": "AWS CDK Lambda Docker Templates",
"description": "My own CDK template (simple pattern) for deploying AWS Lambda Functions on top of Docker images. It covers Python and NodeJs images.",
Expand Down

0 comments on commit ebe8709

Please sign in to comment.