Skip to content
View RealShayan's full-sized avatar
πŸ₯‡
Focusing
πŸ₯‡
Focusing
Block or Report

Block or report RealShayan

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
RealShayan/README.md
using System;
using System.Threading;

namespace Personal_info
{
    class Program
    {
        static void Main()
        {
            string firstName = "Shayan";
            string lastName = "Mahmoodi";
            string[] skills = { "WordPress", "C#", ".NET", "Entity Framework Core", "Asp.NET Core Web API", "Restful APIs", "MongoDB", "SQL Server", "TDD", "Python", "Git" };

            Console.Write(" First Name: ");
            AnimateText(firstName, ConsoleColor.Green);
            Console.Write("\n Last Name: ");
            AnimateText(lastName, ConsoleColor.Blue);
            Console.Write("\n Skills: ");
            foreach (string lang in skills)
            {
                AnimateText(lang, ConsoleColor.Red);
                Console.Write(" | ");
            }
            Console.ReadKey();
        }
        static void AnimateText(string text, ConsoleColor color)
        {
            foreach (char c in text)
            {
                Console.ForegroundColor = color;
                Console.Write(c);
                Thread.Sleep(100);
            }
            Console.ResetColor();
        }
    }
}

🍟 About Me:

🌍 I'm based in Tehran/Iran
🀝 I'm open to collaborating on open source projects
πŸ“§ my gmail : shayan01379@gmail.com

Resume

πŸ’‘ Open the link to see My ResumeπŸ“ƒ

Skills

Git HTML CSS Bootstrap Wordpress Figma Canva JavaScript C# .NET Core Python MySQL MSSQL

Socials

linkedin gmail discord

My GitHub Stats

RealShayan's GitHub stats

Top Languages

Popular repositories Loading

  1. shop shop Public

    Python 4

  2. RealShayan RealShayan Public

    my GitHub profile repo

    3

  3. github-profile-readme-generator github-profile-readme-generator Public

    Forked from rahuldkjain/github-profile-readme-generator

    πŸš€ Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI.

    JavaScript 1

  4. silent-watcher silent-watcher Public

    Forked from Silent-Watcher/silent-watcher

    My Github Profile Page :) Leave a star before you leave ⭐

    1

  5. Moein-HDi Moein-HDi Public

    Forked from Moein-HDi/Moein-HDi

    Github profile read.md

  6. alisaadatvand alisaadatvand Public

    Forked from alisaadatvand/alisaadatvand