Skip to content
View MattKayDev's full-sized avatar
Block or Report

Block or report MattKayDev

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

string name = "Maciej";

Console.Writeline($"Hello World, {name}"); πŸ‘‹

Some people would call me a <strong>Software Developer</strong> πŸ˜„

Here are some ideas to get you started:

  • 🌱 I’m always expanding my knowledge
  • πŸ˜„ Pronouns: He/His
  • ⚑ Fun fact: I'm Polish but English is preffered language of choice and when I speak to family I use "Ponglish" (mixture of Polish & English)
  • πŸ‘Ά I'm a Dad of 2* month old boy ❀️ πŸŽ‰
  • .Net framework and C# langauge are technoligies I prefer to use

πŸ“« Catch me here:

holisitc_developer | Facebookholisitc_developer | LinkedInholisitc_developer | Facebook


Technologies used by me:

.Net CSharp JavaScript HTML5 CSS3 React Node.js SQL Git GitHub Python

<script> const oneDay = 24 * 60 * 60 * 1000; // hours*minutes*seconds*milliseconds const firstDate = new Date(2023, 1, 8); const secondDate = new Date(); const diffDays = Math.round(Math.abs((firstDate - secondDate) / oneDay)); const weeksOld = Math.round(diffDays / 7); const monthsOld = Math.round(diffDays / 30); const yearsOld = Math.round(monthsOld / 12); document.getElementById("age").innerHTML = monthsOld; </script>

Pinned

  1. BudgetAppByMKD BudgetAppByMKD Public

    Simple budget tracking app. Made with .NET Maui

    C#

  2. BabyMovementCounter BabyMovementCounter Public

    Simple baby movement counter allowing to get an average for movements per hour

    C#

  3. iPOS iPOS Public

    iPOS is a very simple POS System for a Takeway.

    Visual Basic .NET

  4. MauiToDoSqlite MauiToDoSqlite Public

    Todo App using Sqlite and it's built with .Net Maui

    C#