Skip to content
View alkhachatryan's full-sized avatar
πŸ‡¦πŸ‡²
πŸ‡¦πŸ‡²
Block or Report

Block or report alkhachatryan

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

Alexey Khachatryan

Linkedin Mail

About me

I'm a Laravel Certified software development engineer. I like to work with Laravel, NodeJS and Python. I love Linux Kernel based OSs such as Ubuntu and CentOS. I'm open-source development enthusiast.

Stack I work with

Interesting stats

Alexey's stats

Pinned

  1. laravel-web-console laravel-web-console Public archive

    πŸ’» Web console for your Laravel application

    Blade 146 15

  2. laravel-loggable laravel-loggable Public archive

    πŸŽ₯ πŸ“½ 🎞 Log your model changes in multiple ways

    PHP 56 4

  3. spyonspies spyonspies Public

    Python 1 1

  4. image_recognition image_recognition Public

    Python HTTP/CGI server, which handles the POST request with a photo file, makes image recognition and returns the JSON output. Built in HTML form

    Python 4

  5. Socket.io (server+client) and Expres... Socket.io (server+client) and Express based Sample chat system
    1
    /**
    2
    * Socket io client
    3
    * */
    4
    socket = require('socket.io-client')(window.location.hostname + ':9090');
    5
    
                  
  6. LINUX | Check the battery power LINUX | Check the battery power
    1
    #!/bin/bash
    2
    
                  
    3
    #IF statment will use this var to notify user about low battery
    4
    LESS_THAN=70
    5