Skip to content
View psp515's full-sized avatar
๐Ÿ–ฅ๏ธ
Learning
๐Ÿ–ฅ๏ธ
Learning
  • Dassault Systรจmes
  • Krakรณw
  • 23:00 (UTC -12:00)
  • X @psp515

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

๐Ÿ‘ถ Tested Technologies & Tools

๐ŸŽ“ Extending Knowledge / Testing / Working With

Docker Blazor

๐Ÿ† Planning To Test / Willing to Learn

๐Ÿ“ˆ GitHub Stats

Pinned

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

    Multiplatform application.

    C# 2

  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. ImageHub ImageHub Public

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

    C# 1

  5. PicoLamp PicoLamp Public

    Light it up!

    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