Giter Site home page Giter Site logo
using System;

class SoftwareEngineer
{
    public string Fullname { get; set; } = "Ziya Mammadov";
    public string Nickname { get; set; } = "zmmmdf";
    public string Status { get; set; } = "Learning to code";
    public string[] ProgrammingLanguages { get; set; } = { "C#", "C++", "Python", "PHP" };
    public string[] SpokenLanguages { get; set; } = { "Azerbaijani", "English", "Turkish" };

    public void Hi()
    {
        Console.WriteLine($"Hi, I'm {Fullname} ({Nickname}). I am currently {Status}.");
        Console.Write("I'm proficient in the following programming languages: ");
        Console.WriteLine(string.Join(", ", ProgrammingLanguages));
        Console.Write("I speak the following languages: ");
        Console.WriteLine(string.Join(", ", SpokenLanguages));
    }
}

class Program
{
    static void Main(string[] args)
    {
        SoftwareEngineer me = new SoftwareEngineer();
        me.Hi();
    }
}

Coding

drongo-j

Connect with me:

drongo-x Aykhan-Ahmadzada Aykhan-                Ahmadzada Lichess

Languages and Tools:

Bootstrap C++ C# CSS3 Sass .NET Git HTML5 JavaScript Linux MS SQL MySQL Photoshop

GitHub Stats

zmmmdf

Ziya's Projects

azelot-lottery icon azelot-lottery

Experience the thrill of chance with AZELOT! Our online lottery platform offers exciting games, big prizes, and a secure gaming environment. Join us for a chance to win and enjoy a user-friendly experience. Your safety and satisfaction are our priorities. Play, win, and explore the excitement together!

aznum2words icon aznum2words

[AZ] Azərbaycan dilində ədədlərin sözlə yazılış təsviri üçün Python dilində yazılmış kitabxana. [EN] The library for converting numbers to words in the Azerbaijan language written in Python.

cbar-currency-rates icon cbar-currency-rates

[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

qiymeti-az icon qiymeti-az

Qiymeti_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 allows users to easily search for product prices from these stores using a simple interface.

turbo2csv icon turbo2csv

[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 built to extract car information from Turbo.az, one of the most popular car purchase websites in Azerbaijan.

umico2csv icon umico2csv

[AZ] Bu, Azərbaycanda ən məşhur onlayn alışı saytlarından biri olan Umico.az-dan məhsul məlumatlarını çıxarmaq üçün hazırlanmış Python veb kazıyıcısıdır. [EN] This is a Python web scraper built to extract product information from Umico.az, one of the most popular online purchase websites in Azerbaijan.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.