Skip to content
View psp515's full-sized avatar
πŸ–₯️
Learning
πŸ–₯️
Learning

Organizations

@Deve-Lite

Block or report psp515

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

Hello There πŸ–

🀡 About Me

namespace psp515;

public class Me : Person, IStudent, IIntroduce, ILanguages, IExperience
{
    private IMood Mood;

    public Me(IMood mood)
    {
        // Try to guess ;D 
        Mood = mood; 
    }

    public override string Introduce() => base.Introduce()+$"{Mood.Emoji}" ;
    
    protected string Name => "Łukasz";

    protected string Surname => "Kolber";

    public string Nick => "psp515";

    protected List<Experience> Experiences => 
    [
        new Experience(
            "Software Engineer Intern", 
            "Tech Sterowniki", 
            "2021-06", 
            "2021-08", 
            "STM32, C++."),

        new Experience(
            "Software Engineer Intern", 
            "Dassault Systèmes", 
            "2023-07", 
            "2024-10", 
            "C#, .NET, Docker, Cloud, Jenkins"),

        new Experience(
            "Software Engineer", 
            "Dassault Systèmes", 
            "2024-24-10", 
            "----------", 
            "C#, .NET, Docker, Cloud, Jenkins")
    ];

    protected List<Degree> Universities =>
    [
        new Degree(
            "AGH University of Krakow", 
            "Computer Science", 
            "Bachelor's Degree", 
            "2021-2025"),

        new Degree("
            Warsaw University of Technology", 
            "Computer Science", 
            "Master's Degree", 
            "2025-...")
    ];

    protected List<Language> Languages =>
    [
        new Language("pl", "Native"),
        new Language("en", "B2 / C1")
    ];
}

πŸ”§ Known Technologies & Tools

Docker Blazor

πŸ‘Ά Tested Technologies & Tools

πŸŽ“ Extending Knowledge / Testing / Working With

Docker

πŸ† Planning To Test / Willing to Learn

πŸ“ˆ GitHub Stats

Pinned Loading

  1. PicoController PicoController Public

    ARGB Led controller for Raspberry Pi Pico W.

    Python 3

  2. Deve-Lite/PlantMonitor Deve-Lite/PlantMonitor Public

    Monitror your plants with easy to use and extensible device based on Raspberry Pi Pico

    Python 2

  3. DeviceBase DeviceBase Public

    Example of minimal api in .NET 7.

    C# 4 1

  4. Deve-Lite/DashboardX-App Deve-Lite/DashboardX-App Public

    Your MQTT Dashboard!

    C# 2 1

  5. ImageHub ImageHub Public

    ImageHub is simple hub for images created with Vertical Slice Architecture.

    C# 1

  6. Deve-Lite/MyPrintiverse-App Deve-Lite/MyPrintiverse-App Public

    Multiplatform application.

    C# 2