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")
];
}
π₯οΈ
Learning
I like coding, 3d printing and gaming.
-
Dassault Systèmes
- KrakΓ³w
-
07:16
(UTC -12:00) - @psp515
- in/lukasz-psp515-kolber
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


