using System;
class SoftwareEngineer
{
public string Fullname { get; set; } = "Ziya Mammadov";
public DateTime DateOfBirth { get; set; } = new DateTime(2008, 5, 24);
public string Nickname { get; set; } = "zmmmdf";
public string Status { get; set; } = "Learning to code";
public string Email { get; set; } = "ziyamm08@gmail.com";
public string LinkedIn { get; set; } = "linkedin.com/in/mziya/";
public string[] ProgrammingLanguages { get; set; } = { "C#", "C++", "Python", "PHP" };
public string[] SpokenLanguages { get; set; } = { "Azerbaijani", "English", "Turkish" };
public string Phone { get; set; } = "+994 010 515 05 24";
public void Hi()
{
Console.WriteLine($"{Fullname} | {Nickname}");
Console.WriteLine(Status);
Console.WriteLine(Email);
Console.WriteLine(LinkedIn);
Console.WriteLine(Phone);
}
}
class Program
{
static void Main(string[] args)
{
SoftwareEngineer me = new SoftwareEngineer();
me.Hi();
}
}
🎯
Focusing
Software Development
-
MPAY
- Baku, Azerbaijan
-
13:24
(UTC +04:00) - https://portfolio-79a.pages.dev/
- zmmmdf
- in/zmmmdf
- @zmmmdf
- profile.php?id=61553631271254
Pinned Loading
-
cbar-currency-rates
cbar-currency-rates Public[AZ] CBAR valyuta məzənnələri ilə işləmək üçün Python kitabxanası [EN] Python library to work with CBAR currency rates
Python 1
-
qiymeti-az
qiymeti-az PublicQiymeti_AZ is a Python package that provides a convenient way to scrape product prices from various Azerbaijani websites. It includes default instances for popular Azerbaijani electronic stores and…
Python
-
turbo2csv
turbo2csv Public[AZ] Bu, Azərbaycanda ən məşhur avtomobil alışı saytlarından biri olan Turbo.az-dan avtomobil məlumatlarını çıxarmaq üçün hazırlanmış Python veb kazıyıcısıdır. [EN] This is a Python web scraper bui…
Python
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.