Skip to content
View ItsAlexanderPopov's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ItsAlexanderPopov

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

Hello there πŸ‘‹

public class FullstackDeveloper {

    private String name = "Alex Popov";
    private String role = "Fullstack Developer";
    private String[] languagesSpoken = {"he_IL", "en_US", "ru_RU"};

    public void sayHi() {
        System.out.println("Thanks for visiting my GitHub page, hopefully you'd find my work interesting.");
    }

    public static void main(String[] args) {
        new FullstackDeveloper().sayHi();
    }
}

πŸ“« Contact Me On Socials

πŸŽ“ Skills

Front

HTML5 CSS3 JavaScript JQUERY React NextJS Electron Flutter Tailwind ThreeJS

Back

Java Python C# Express Rest API MongoDB MySQL

Tools

GIT NodeJS Postman Selenium Docker VSCode Eclipse Intellij

πŸ“ˆ Github Stats

πŸ† GitHub Trophies

trophy

πŸ—‚οΈ Highlight Projects

Portfolio

Static Badge

Pinned Loading

  1. dashboard dashboard Public

    Project used React framework and Syncfusion library to represent data visualizations and management through useful apps.

    JavaScript 2

  2. Echo Echo Public

    Next.js project with NextAuth and MongoDB. Social web application for posting and viewing everyone's posts and profiles.

    JavaScript 2

  3. Portfolio Portfolio Public

    My Portfolio

    JavaScript 2

  4. shtulim-puzzle shtulim-puzzle Public

    A remake of my previous version of folder-protection project, a puzzle for an escape room

    JavaScript 1

  5. Simon-game Simon-game Public

    Forked from DorMizrahii/Simon-game

    Simon Game

    JavaScript 2

  6. android-app android-app Public

    Interview home assignment that tests basic functionalities and skills on android java

    Java