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

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 ✌️


  • 💼 Analytics Engineer | Data Engineer
  • 🚀 Creating business value by using data and software engineering technologies
  • ⚡ Fun fact: I'm a runner who loves outdoors activities


GitHub Streak


📫 Connect with me


Pinned Loading

  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