Skip to content
View asajadi84's full-sized avatar
👉
Check my profile
👉
Check my profile
Block or Report

Block or report asajadi84

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

   ▄████████    ▄████████      ▄█    ▄████████ ████████▄   ▄█  ████████▄     ▄████████  ▄█    █▄  
  ███    ███   ███    ███     ███   ███    ███ ███   ▀███ ███  ███   ▀███   ███    ███ ███    ███ 
  ███    █▀    ███    ███     ███   ███    ███ ███    ███ ███▌ ███    ███   ███    █▀  ███    ███ 
  ███          ███    ███     ███   ███    ███ ███    ███ ███▌ ███    ███  ▄███▄▄▄     ███    ███ 
▀███████████ ▀███████████     ███ ▀███████████ ███    ███ ███▌ ███    ███ ▀▀███▀▀▀     ███    ███ 
         ███   ███    ███     ███   ███    ███ ███    ███ ███  ███    ███   ███    █▄  ███    ███ 
   ▄█    ███   ███    ███     ███   ███    ███ ███   ▄███ ███  ███   ▄███   ███    ███ ███    ███ 
 ▄████████▀    ███    █▀  █▄ ▄███   ███    █▀  ████████▀  █▀   ████████▀    ██████████  ▀██████▀  
                          ▀▀▀▀▀▀                                                                  

About Me

I am a self-taught programmer and game developer starting programming back in 2009 when I was just 13 using Q basic language :) After that I tried many programming language and frameworks such as Visual Basic, B4A, Unity3d and Android Studio. Currently I work as a freelancer full-stack web developer using Express js for backend and API development. I also use Android Studio for making applications and link them to APIs using Retrofit2. That's basically it :)

Contact Me

Instagram | Linkedin | Stack Overflow

Stats

Ali Sajadi's GitHub stats Ali Sajadi's most used programming languages

Pinned Loading

  1. unitycorn unitycorn Public

    وبسایت آموزش بازیسازی با موتور یونیتی به زبان فارسی

    JavaScript 13

  2. chromatophore chromatophore Public

    Chromatophore is an Android game based on physics and colors! Made with Unity

    C# 1

  3. Unity-Breakout Unity-Breakout Public

    This is the source code for the game Breakout, which made to teach iaushk students how to develop a 2D game

    C# 3

  4. dabestaan1 dabestaan1 Public

    آموزش دروس 1 تا 6 ریاضی اول دبستان به صورت تعاملی / ساخته شده با یونیتی

    C#

  5. fastdic-lookup fastdic-lookup Public

    A chrome extension that adds fast dictionary to right click

    JavaScript

  6. Android RTL friendly Snackbar Android RTL friendly Snackbar
    1
    public void showSnackBar (String myString, boolean longTime) {
    2
            int duration = longTime? Snackbar.LENGTH_LONG : Snackbar.LENGTH_SHORT;
    3
            Snackbar mySnackbar = Snackbar.make(thePhoto, myString, duration);
    4
            View myView = mySnackbar.getView();
    5