Skip to content
View tomasoak's full-sized avatar
🛰️
🛰️
Block or Report

Block or report tomasoak

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

Howdy 👋


  • 💼 Data Analytics Engineer | Business Intelligence Engineer | Data Engineer
  • 🚀 Learning every day about how to use technologies to leverage insights to create business value
  • ⚡ Fun fact: I ❤️ nature and adventures

About me

7+ years as a Data Analytics & Business Intelligence Engineer, I am passionate about turning data into actionable insights and empowering business decision-making toward efficiency and sustainability.

I worked for over 6.5 years using geospatial data science/engineering technologies to improve sustainability across the global agricultural commodity supply chain sector on international projects (Latin America, the US, and Europe). After declining an offer for a highly competitive Erasmus Mundus scholarship for an MSc Degree in Geospatial Data Science at renowned European universities, I decided to work as a Data Scientist in Stockholm (Sweden) for 2 years. There, I could further advance my skills in developing data pipelines, governance, visualizations, and reporting as well as broaden my perspectives on the supply chains and global economies. Moreover, focusing these years on the research and public policy space, I could collaborate with relevant scientific studies published in outstanding journals such as Nature Sustainability and Land Use Policy.

Recently, I decided to shift gears toward a faster business environment focused on equipping decision-makers with accessible information on fundraising, marketing, digital CRMs, and customer behavior. By leveraging this expertise, I can unleash my capabilities in bringing robust, efficient, integrated data models and products to life to unravel intricate business puzzles, such as leveraging finance, marketing, and operations actions to promote sustainable development.

Further, my technical expertise includes programming, API development, data ETL/ELT, management, analysis, and visualization, focusing on building efficient data pipelines and reports. I also have extensive experience optimizing SQL queries, modeling multi-dimensional data, and using code versioning control. Besides, I am curious and eager to learn innovative technologies to leverage business insights. I am fluent in Portuguese and English, and have a great command of Spanish.

My tech stack includes Python, SQL, AWS, Google Cloud Platform, dbt, Tableau, Looker Studio, Metabase, Git (Github/GitLab), Docker, and Terraform. Moreover, I have extensive experience with GIS and Remote Sensing technologies such as PostGIS, Google Earth Engine, GDAL, GeoPandas, QGIS, and ArcGIS.

Certifications:
• AWS Certified Cloud Practitioner
• dbt Fundamentals
• Databricks Lakehouse Fundamentals



Technologies

AWS Python Postgresql Jupyter Bash Git Docker QGIS GDAL PostGIS


Projects

Here you can check some cool projects and public useful code I've been working on

Business Intelligence

Software Engineering

  • GoBarber - Schedule Service for a Hair&Barber shop - (Node.js, React.js, React Native)
  • GeoManiacs - GeoSpatial company landing page - (React.js)
  • Impact - Socio-environmental projects monitor in the Brazilian Amazon region - (Backend: Node.js, Typescript, GraphQL, JWT Auth)

Packages

  • Data Hopper - Python package for data engineering and data wrangling

Gists


GitHub Streak


📫 Connect with me


Pinned

  1. gobarber gobarber Public

    💈 GoBarber - Haircuts & Shave - schedule service!

  2. datahopper datahopper Public

    Python package for data engineering and data wrangling

    Python 1

  3. landingpage_geomaniacs landingpage_geomaniacs Public

    Landing Page for a fake Geospatial Intelligence Company

    JavaScript

  4. agricultural_supply_chain_explorer agricultural_supply_chain_explorer Public

    Exploring Trase's international agricultural supply chains

  5. Git Aliases Git Aliases
    1
    # This .gitconfig file will definitely help to increase your productivity
    2
    # It can be accessed through the Visual Studio Code, whithin your user folder, open the CMD and type: "code .gitconfig". 
    3
    # You need to have the VSCode mapped in your Environment Variables
    4
    
                  
    5
    [user]
  6. Create a date dimension table in AWS... Create a date dimension table in AWS Redshift - from 1985 to 2060
    1
    begin transaction;
    2
    
                  
    3
    drop table if exists numbers;
    4
    create temp table numbers as (
    5
        with recursive