Skip to content
View gniewus's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report gniewus

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
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 8 3

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

    Forked from publicisworldwide/CustomerJourney-visualization-for-Tableau

    Tableau + D3.js

    JavaScript

  4. NautiyalAmit/Data-Science-Application-Feature-Selection NautiyalAmit/Data-Science-Application-Feature-Selection Public

    Feature selection in Data Science Application

    Jupyter Notebook

  5. 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.
  6. 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) {