Skip to content
View SzymonKwiecinski's full-sized avatar

Block or report SzymonKwiecinski

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

Hello there 👋

Open Source Love

class PythonEngineer:

    def __init__(self):
        self.name = "Szymon Kwieciński"
        self.roles =
          [
              "Python Developer",
              "Data Engineer",
              "Software Engineer"
          ]
        self.language_spoken = ["pl_PL", "en_UK"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = PythonEngineer()
me.say_hi()

Skills 🛠️

  • Languages:Python, SQL, JINJA2, JavaScript, HTML, CSS, Terraform
  • Python Lib: Pandas, Numpy, Matplotlib, Seaborn, Sklearn, PyQt6, Tkinter, Pytest, Pydantic, confluent_kafka, Flask ...
  • Data: PostgreSQL, SQLServer, DynamoDB, Apache Kafka, Dataswarm(similar to Airflow)

Work experience 👔

Job Position Company Field Work Period
Junior Software Engineer StepStone Streaming processing, Python, AWS, Terraform(IaC), Kafka, Event Driven Architecture 01.03.2023 - actual
Data engineer Meta/Facebook Batch processing, ETL, Python, SQL, Big data, Data visualizsation 01.03.2022 - 01.03.2023
Junior Python Developer AREX Kielce Python, SQL 29.02.2021 — 28.02.2022
IT Specialist AREX Kielce maintenance of IT infrastructure 01.03.2020 — 28.02.2021
Scada/HMI intern ASTOR Automatic control, HMI, SQL, problem solving 01.08.2019 — 01.09.2019

Education 🎓

Projects 🐾

Certifications && Paths && Books 📜

PYTHON

SQL

English

Git && Linux

Other

Visual examples :)

Pinned Loading

  1. Application-for-the-automatic-improvement-of-inventory-levels Application-for-the-automatic-improvement-of-inventory-levels Public

    The application downloads all unconverted documents between a chosen date range. Create new documents fixing errors. Save changes in Subiekt GT (SQL Server).

    Python

  2. Implementation-of-the-HMI-panel-on-a-discovery-kit-containing-a-STM32-microcontroller Implementation-of-the-HMI-panel-on-a-discovery-kit-containing-a-STM32-microcontroller Public

    Software to touch panel based on STM32 board which allows control mobile robot

    C

  3. KANBAN_3-Exporter_xml_file KANBAN_3-Exporter_xml_file Public

    GUI Aplication. Extract data from MSSQL Server, convert them to xml file and send this file to Google Cloud Virtual Machine.

    Python

  4. Weight_calculator Weight_calculator Public

    Weight calculator for fasterner industry. Continuous Integration (CI) example

    Python