Skip to content
View tbs89's full-sized avatar

Block or report tbs89

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
tbs89/README.md

Tomas Baidal

Heya! I'm Tomas Baidal, Analytics Engineer living in Berlin, Germany. I am currently working at MILES Mobility, where I am responsible for data ingestion, integration, governance, and modeling.

Since September 1st, I’ve been working at MiILES and therefore using GitLab, so my activity on GitHub has decreased a bit.

You can visit my GitLab profile HERE.



image


class TomasBaidal():
    
  def __init__(self):
    self.name = "Tomas Baidal"
    self.username = "tbs89"
    self.location = "Berlin, Germany"
    self.role = "Analytics Engineer"
    self.current_company = "MILES Mobility GmbH"
    self.previous_company = "Trade Republic Bank"
    self.education = "Bachelor of Science - BS, Applied Data Science - Universitat Oberta de Catalunya"
    self.values = ["Continuous Improvement", "Collaboration", "Team Work", "Problem Solving"]
    self.stack = {
      "programming_languages": ["Python", "R", "SQL"],
      "data_warehousing": ["Snowflake", "Postgres", "MongoDB"],
      "data_transformation": ["dbt"],
      "orchestration": ["Airflow", "Kafka"],
      "data_processing": ["Spark", "Hadoop"],
      "cloud_services": {"AWS": ["DynamoDB", "Redshift","Glue", "SageMaker", "Lambda", "API Gateway", "CloudFormation"]},
      "data_modelling": ["Data Modelling", "ELT", "ETL"],
      "development_tools": ["git", "Docker", "Postman"],
      "web_frameworks": ["FastAPI", "Streamlit", "Dash Python"],
      "APIs": ["API development", "FastAPI", "Postman"]
    }
  

if __name__ == '__main__':
    me = TomasBaidal()





Pinned Loading

  1. aws-object-detection-tf-mxnet aws-object-detection-tf-mxnet Public

    This repo contains a object-detection project deployed in AWS

    Jupyter Notebook

  2. aws-ml-image-classification aws-ml-image-classification Public

    Machine Learning project deployed in AWS that classifies dog breeds using a Base Model ResNet50 from torchvision library

    Jupyter Notebook

  3. probability-statistics-python probability-statistics-python Public

    Basic probability and statistics stuff with python

    Jupyter Notebook

  4. redi-machine-learning-stuff redi-machine-learning-stuff Public

    ReDI School - Machine Learning Algorithms

    Jupyter Notebook

  5. typer-zendesk-cli typer-zendesk-cli Public

    Typer Zendesk CLI Tool is command-line interface application to perform Zendesk Admin tasks.

    Python 6