Skip to content
View vazgen6's full-sized avatar
πŸ‘¨β€πŸ’»
Probably Programming
πŸ‘¨β€πŸ’»
Probably Programming
Block or Report

Block or report vazgen6

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

πŸ’« About Me:

I am a passionate full-stack software engineer holding a BS in Computer Science, backed by a solid 6-year track record in software development.

Driven by a commitment to lifelong learning, I consistently seek opportunities to expand my horizons and stay at the forefront of industry trends.



LinkedIn: https://www.linkedin.com/in/vazgen-sargisian-b71180187/
Credly: https://www.credly.com/users/vazgen/badges
Medium: https://vazgen6.medium.com/
Hackerrank: https://www.hackerrank.com/vazgen6

🌐 Socials:

Instagram LinkedIn Stack Overflow

πŸ’» Tech Stack:

JavaScript TypeScript CSS3 HTML5 AWS Azure Google Cloud Heroku Firebase Angular Ant-Design Bootstrap Express.js JWT jQuery NPM NestJS NodeJS Qt C++ SASS RxJS React React Router Webpack Apache Jenkins Nginx MySQL MongoDB MicrosoftSQLServer AmazonDynamoDB Figma Docker Confluence Postman Jira Trello

πŸ“Š GitHub Stats:

πŸ† GitHub Trophies


Pinned

  1. Debian Setup Debian Setup
    1
    #!/bin/bash
    2
    # Some Microsoft packages are still Ubuntu specific
    3
    # Make sure no other processes are running such as updates or installations that might block this installation
    4
    
                  
    5
    cd ~/Downloads
  2. My vscode settings.json My vscode settings.json
    1
    {
    2
        "editor.multiCursorModifier": "ctrlCmd",
    3
        "[jsonc]": {
    4
            "editor.defaultFormatter": "vscode.json-language-features"
    5
        },
  3. My Favorite extentions for vscode an... My Favorite extentions for vscode and codium
    1
    # General Extentions
    2
    code --install-extension wayou.vscode-todo-highlight
    3
    code --install-extension EditorConfig.EditorConfig
    4
    code --install-extension michelemelluso.code-beautifier
    5
    code --install-extension kevinkyang.auto-comment-blocks
  4. combining-languages-in-node.js combining-languages-in-node.js Public

    just having fun by using other languages inside node.js

    C

  5. ie-prank ie-prank Public

    Program that runs in background, detects Google Chrome processes ,kills, then starts IE instead

    C++ 1