Skip to content
View darambaris's full-sized avatar
🤓
Lifelong Learner
🤓
Lifelong Learner
Block or Report

Block or report darambaris

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
darambaris/README.md

Hi, I'm Jessika Darambaris

Linkedin: jessikadarambaris HackerRank: darambaris Medium: @jessika.darambaris

👩‍🎓 I'm a Computer Engineer graduated from USP
👩‍💻 I work as Lead Data Engineer at Thoughtworks

I've been working on...

{
     "languages": [
          "Python", "Golang", "C/C++"
     ],
     "databases": [
          "PostgreSQL", "MongoDB", "PrestoDB", "MySQL",
          "DynamoDB", "Debezium"
     ],
     "cloud services": {
          "AWS": [
               "S3", "Athena", "Redshift", "Glue", "EC2", 
               "RDS", "Elastic Beanstalk", "SQS", "Lambda",
               "Step Functions", "Event Bridge", "SSM",
               "MWAA", "EKS"
          ],
          "GCP": [
               "GCS", "BigQuery", "PubSub", "Firestore",
               "Composer"
          ],
          "others": ["Databricks"]
     },
     "Open Source Tools": [
          "Airflow", "Spark/Spark Streaming", "Metabase", 
          "Redash", "Kafka/Kafka Connect", "Kubernetes", 
          "Docker"
    ]
}

Certifications 🥇

Click to check the certification

Pinned

  1. CompressionPic CompressionPic Public

    Trabalho de Compressão de Imagens para disciplina de Multimídia e Hipermídia.

    C

  2. metabase metabase Public

    Forked from metabase/metabase

    The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋

    JavaScript

  3. multicycle_mips multicycle_mips Public

    Forked from rvferreira/multicycle_mips

    Operation Systems assignment 1 - A multicycle MIPS CPU implemented in c/c++using pthreads for synchronization

    C++

  4. RSAencryption RSAencryption Public

    Criptografia baseada no algoritmo RSA da disciplina de Engenharia de Segurança.

    Python