Skip to content
View michalszc's full-sized avatar
🎯
Focusing
🎯
Focusing
  • AGH University of Science and Technology
  • Kraków, Poland
  • LinkedIn in/michalszc

Highlights

  • Pro
Block or Report

Block or report michalszc

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

Hi! Great to see you here!

I'm Michał Szczygieł and that's beginning of my IT career adventure. 😄

🗨️ About me 💬

const michalszc = {
   pronouns: "He" | "Him", // 👦
   code: ["Javascript", "TypeScript", "Python", "PHP"], // ⌨️
   askMeAbout: ["web dev", "tech", "app dev", "electronic music"], // ❓
   technologies: {
       frontEnd : {
           js : [ "React" ]
       },
       backEnd: {
           js: [ "Node", "Express" ]
       },
       databases: [ "MongoDB", "MySql" ],
   }, // ⚙️
   architecture: [ "Progressive web applications", "Single page applications" ], // 💻
   currentFocus: "Currently working on a game for mobile devices in Unity", // 🎯
   education: {
       currentlyStudying: true,
       where:{
         university: "AGH University of Science and Technology in Cracow, Poland",
         faculty: "Electrical Engineering, Automatics, Computer Science and Biomedical Engineering",
         fieldOfStudy: "Computer Science and Intelligent Systems"
       }  
   }, // 🎓
   hobbies : [
      "Electronic music 🎧",
      "Playing games 🎮",
      "Mountain hiking ⛰️"
   ],
   funFact: "My surname = bird specie" // 🐦
};

🔔 My Latest Projects 🔨

📝 Contact 📧

Pinned

  1. SafePlant SafePlant Public

    It is an innovative IoT system that optimises plant care by monitoring soil moisture and air temperature.

    TypeScript 1

  2. SaliencyPrediction SaliencyPrediction Public

    Predict areas of high visual importance

    Jupyter Notebook 1 1

  3. Tosiekdev/WildlifeSimulation Tosiekdev/WildlifeSimulation Public

    Wildlife simulation which aims to mimic real-world scenario.

    Python 2

  4. PageRenderAPI PageRenderAPI Public

    GraphQL API that allows to convert web pages to PDF, PNG, JPEG or WEBP format

    TypeScript 1

  5. WaveFunctionCollapse WaveFunctionCollapse Public

    The tile model implementation of WFC.

    TypeScript

  6. BrainfuckIDE BrainfuckIDE Public

    Brainfuck IDE built in C++ using Qt library

    C++ 1 1