Skip to content
View emiliano-f's full-sized avatar

Block or report emiliano-f

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
emiliano-f/README.md

Hi there!

I'm Emiliano, a computer scientist and cloud data engineer. I'm from Argentina. In my repositories, you will find projects that I have worked on during my time at university. Depending on their complexity, you may find code that is documented or not, but I commit to documenting those that I consider important for myself and for the community.

🔭 I’m currently working at a data consultancy company and on my personal data projects, but primarily, I'm involved in the research for my thesis.

🌱 I’m currently learning advanced statistics, deep learning, data engineering tools, and Amazon Web Services.

🎯 My next goals after completing my thesis are to actively collaborate on open-source projects and obtain GCP and AWS certifications.

💬 Ask me about my expertise in Google Cloud platform, Python, Java, C, Rust, Bash, and SQL.

😄 Pronouns: He/him

Feel free to reach out to me, even to discuss working on projects together.

Pinned Loading

  1. ecosistema-springboot ecosistema-springboot Public

    A platform where sellers can publish sales listings, written in Java using Spring Boot.

    Java

  2. forecasting-crypto-arima-prophet forecasting-crypto-arima-prophet Public

    Time series forecasting for cryptocurrencies using Python.

    Python

  3. tinySwift tinySwift Public

    Tiny Swift compiler for educational purposes

    Java

  4. ia-uncuyo-2021 ia-uncuyo-2021 Public

    Python

  5. nocountry-lambda nocountry-lambda Public

    A simple pipeline (AWS) that recovers market data and shows in a PowerBI dashboard

    Python

  6. Configuring virtual environment on j... Configuring virtual environment on jupyter. Optionally initializes git.
    1
    #!/bin/bash
    2
    
                  
    3
    set -e
    4
    
                  
    5
    echo "Executing $0"