#!/usr/bin/python
# -*- coding: utf-8 -*-
from skills import codding
from utils import tools
class SoftwareEngineer:
def __init__(self):
self.name = "Carlos Alexis Gomez"
self.role = "Software Engineer"
self.language_spoken = ["es_CO", "en_US"]
self.code = [codding.Python, codding.Javascript, codding.Typescript, codding.Php, codding.Java, codding.VTL, codding.front, codding.others]
self.tools = [tools.Angular, tools.Docker, tools.CDK, tools.Chalice, tools.Amplify, tools.others]
self.architecture = ["microservices", "event-driven", "design patterns", "Cloud Architect"]
self.interests = ["Teach", "Learn", "Programming", "Tech", "Startups", "Best practices", "BI", "AWS"]
self.challenge = "Building Porter (https://portermetrics.com)"
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
Popular repositories Loading
-
graphql-ttl-transformer
graphql-ttl-transformer PublicForked from flogy/graphql-ttl-transformer
♻ Enable DynamoDB's time-to-live feature to auto-delete old entries in your AWS Amplify API!
TypeScript 1
-
-
graphql-firehose-transformer
graphql-firehose-transformer PublicForked from LagunaHealth/graphql-firehose-transformer
Add a simple interceptor to all of your Amplify API mutations and queries!
TypeScript
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.