Skip to content
View arbdoescode's full-sized avatar
👨‍💻
Programming
👨‍💻
Programming
Block or Report

Block or report arbdoescode

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

Hi 👋 My name is Arb Koçi

  • Senior Developer at UFT

Skills

SwiftUI C++ C# Java Python PHP HTML5 CSS3 Javascript React Bootstrap NodeJS MySQL .NET Photoshop

Socials

#!/usr/bin/python
# -*- coding: utf-8 -*-


class ComputerEngineer:

    def __init__(self):
        self.name = "Arb Koçi"
        self.role = "Computer Engineer"
        self.language_spoken = ["English", "Albanian", "German", "Turkish"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = ComputerEngineer()
me.say_hi()

Pinned Loading

  1. Group6-Project Group6-Project Public

    Project repository for Software Engineering Course, CEN 3, Epoka University, Academic year 2021-2022

    JavaScript 5

  2. Sql-To-Ftp Sql-To-Ftp Public

    This c# (.NET core) windows form application searches information from a table in sql database and saves it in a folder as csv file, later to send it in a ftp server as client

    C#

  3. Pass_Road_gametest Pass_Road_gametest Public

    Game passing road made with JavaFX, showing how to make obstacles move and behave with the gamepiece

    Java 1

  4. Quiz_Game_file_C Quiz_Game_file_C Public

    This is a code in C/C++ language , in which questions with multiple choices are taken from a file. The code requires you to sign in or register and you will be able to play and in the end of every …

    C++