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

Highlights

  • Pro

Organizations

@Deve-Lite
Block or Report

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
{

    private IMood Mood;

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

    public override string Introduce() => base.Introduce()+$"{Mood.Emoji}" ;
    
    public string University => "AGH University of Science and Technology";
    public string FieldOfStudy => "Computer Science";
    
    protected string Name => "Łukasz";
    protected string Surname => "Kolber";
    public string Nick => "psp515";

    protected List<Language> Languages => new List<Language>
    {
        new Language("pl", "C2"),
        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. ImageHub ImageHub Public

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

    C# 1

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

    Your MQTT Dashboard!

    C# 1

  3. DeviceBase DeviceBase Public

    Example of minimal api in .NET 7.

    C# 4 1

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

    Multiplatform application.

    C# 2

  5. PicoController PicoController Public

    ARGB Led controller for Raspberry Pi Pico W.

    Python 1

  6. Deve-Lite/PlantMonitor Deve-Lite/PlantMonitor Public

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

    Python 2