Skip to content
View ronniejoshua's full-sized avatar
:octocat:
Nerding Out on Data
:octocat:
Nerding Out on Data
Block or Report

Block or report ronniejoshua

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

image info

Hello World

$ echo About Me:

Linkedin Badge Github Badge Profile views

Data engineer and analytics engineer, with a good understanding of designing and building data ingestion & data processing pipelines for batch data processing and real-time streaming data analytics. Comfortable working with RDBMS, NoSQL, OLAP, MPP (Massively Parallel Processing data platforms) and ETL frameworks, supported by strong knowledge of data modelling and DWH design.

  • 🔭 I’m currently working on developing data solutions using python and sql
  • 🌱 I’m currently learning Big Data Engineering Technologies
  • 👯 I’m looking to collaborate on data engineering & analytics engineering projects

Some of my Github Stats

All Stats Top Langs

Pinned Loading

  1. apache_beam_write_to_bigquery apache_beam_write_to_bigquery Public

    Python

  2. Automate external ip white listing a... Automate external ip white listing and connecting to gcp compute engine using shell script
    1
    #!/bin/bash
    2
    
                  
    3
    GCLOUD="/Users/<your-username>/google-cloud-sdk/bin"
    4
    ${GCLOUD}/gcloud compute firewall-rules update <gcp-firewall-rule-name> --project=<gcp-project-id> --source-ranges=$(curl ifconfig.me)
    5
    external_ip=$(${GCLOUD}/gcloud compute instances describe <gcp-compute-engine> --zone=<gcp-ce-zone> --format='get(networkInterfaces[0].accessConfigs[0].natIP)')
  3. How to download view only protected ... How to download view only protected PDF from Google Drive (JS code)?
    1
    // https://codingcat.codes/2019/01/09/download-view-protected-pdf-google-drive-js-code/
    2
    // https://www.linkedin.com/in/ronnie-joshua/
    3
    
                  
    4
    // 1. Open the presentation
    5
    // 2. Click three times on zoom to enlarge the presentation
  4. databases_with_python databases_with_python Public

    Python

  5. bigquery_google_sheets_datatransfer bigquery_google_sheets_datatransfer Public

    JavaScript 1

  6. basic_flask_application basic_flask_application Public

    HTML