Skip to content
View gniewus's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report gniewus

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gniewus/README.md

Hey! 👋

I'm Tomasz, a Berlin-crafted software and data engineer with a huge passion for Software 2.0 and ML.

  • 🔭 Master's in CS, experience in NLP, AI, and Data Enginnering
  • 💬 Ask me about: Data Enginnering, Python, Data Science, Data Visualisation,BI and ML
  • ⚡ Fun fact: I am proficient in English, German, and Polish. -->

Feel free to check out my Medium page!

Pinned Loading

  1. GeburtstagkalendarSkill GeburtstagkalendarSkill Public

    Simple Alexa skill App for "Office"-Alexa to provide info about your upcoming birthdays of your work colleagues

    JavaScript

  2. gpt3-bias-paraphrase gpt3-bias-paraphrase Public

    Demo app showcasing the possibility to use GPT model for making adjustments to job adverts

    JavaScript 9 3

  3. CustomerJourney-visualization-for-Tableau CustomerJourney-visualization-for-Tableau Public

    Forked from publicisworldwide/CustomerJourney-visualization-for-Tableau

    Tableau + D3.js

    JavaScript

  4. JS Plugin for extending Tableau Dasb... JS Plugin for extending Tableau Dasboard over embedded customized visualisation. It provides simple ETL-similar way to access data from the Tableau Dashboard over TableauJS.
    1
    import _ from "../node_modules/lodash";
    2
    
                  
    3
    /**
    4
     * Tableau Connector base class.
    5
     * JS Plugin for extending Tableau over embedded customized visualisation.
  5. LinkedIn Recruiter Hotkeys - Read mo... LinkedIn Recruiter Hotkeys - Read more at https://medium.com/@gniewus11/linkedin-recruiter-hotkeys-3b0f054f308e
    1
    // Saving
    2
    try {
    3
        console.log('Saving Candidate')
    4
        this.document.querySelector("[data-control-name='profilesavetopipeline_quicksave']").click()
    5
    } catch(err) {