Skip to content
View P4r1nc3's full-sized avatar
πŸ₯Ά
πŸ₯Ά

Highlights

  • Pro

Block or report P4r1nc3

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

πŸ‘‹ Hey there! I'm Konrad

Typing SVG

Poland Open Source Love Profile Views


πŸ§‘β€πŸ’» About Me

Software enthusiast and lifelong learner with a passion for creating innovative solutions

I'm a software engineer from Poland who thrives on solving complex problems and building scalable systems. With a solid academic foundation and hands-on experience, I'm constantly exploring new technologies and pushing the boundaries of what's possible.

πŸŽ“ Academic Background

πŸ›οΈ Institution πŸ“š Degree πŸ”¬ Focus Area
Jagiellonian University Applied Computer Science Software Engineering & AI
AGH University of Science and Technology Automation Control and Robotics Low level programming & Control Theory

πŸš€ What I'm Currently Up To

public class Konrad extends SoftwareEngineer {
    
    private String[] currentFocus = {
        "Mastering Java & Spring ecosystem πŸƒ",
        "Exploring database architectures πŸ—„οΈ",
        "Designing scalable systems πŸ“ˆ",
        "Building AI-powered solutions πŸ€–"
    };
    
    private String[] learningGoals = {
        "Advanced microservices patterns",
        "Cloud-native architectures",
        "Machine learning in production",
        "DevOps best practices"
    };
    
    @Override
    public void code() {
        while (alive) {
            learn();
            build();
            iterate();
            share();
        }
    }
}

πŸ’­ "The best way to predict the future is to invent it." - Alan Kay

Thanks for stopping by! Feel free to explore my repositories and don't hesitate to reach out! πŸš€

⭐ If you like what you see, consider giving my repos a star! ⭐


Pinned Loading

  1. Python_Programming_MOOC_2025_I Python_Programming_MOOC_2025_I Public

    All exercises for Introduction to Programming course from University of Helsinki, Finland.

    Python 94 34

  2. Python_Programming_MOOC_2025_II Python_Programming_MOOC_2025_II Public

    All exercises for Advanced Course in Programming course from University of Helsinki, Finland.

    Python 20 15

  3. Java_Programming_MOOC_I Java_Programming_MOOC_I Public

    Exercises and Solutions for MOOC.fi Java Programming I, 2022 course version.

    Java 5

  4. Java_Programming_MOOC_II Java_Programming_MOOC_II Public

    Exercises and Solutions for MOOC.fi Java Programming II, 2022 course version.

    Java 4

  5. CRUD_Employee_Management_System CRUD_Employee_Management_System Public

    Simple Employee Management System project created with Spring and Bootstrap

    Java

  6. CRUD_Book_Store CRUD_Book_Store Public

    Simple Book Store project created with Spring and Bootstrap

    HTML