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

Block or report everget

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

👋 Hi there, I'm Alex!

See my portfolio

Stats

Visits Badge Years Badge Repos Badge Gists Badge

everget's GitHub stats Top Langs

Tech Stack

Languages:

Languages

Styling:

Styling

Frontend:

Frontend

Backend:

Backend

Testing:

Databases

Databases:

Databases

CI/CD:

CI/CD

Pinned Loading

  1. javascript-quiz javascript-quiz Public

    ❓ A simple quiz for JavaScript developers. Test yourself, your friends, your job applicants and simply enjoy JavaScript)

    43 10

  2. tradingview-pinescript-indicators tradingview-pinescript-indicators Public

    A collection of the various technical indicators implemented in Pine Script Language

    516 154

  3. space_invaders space_invaders Public

    This was my test task to join TradingView. The game was written in May of 2017 in Vanilla JS ES6 and using Canvas API.

    TypeScript 1

  4. rowser rowser Public

    🔍 [WIP on 1.0.0] An experimental browser/os/rendering engine/bot detector with proxied API

    JavaScript 6 2

  5. A comprehensive guide to advanced bi... A comprehensive guide to advanced bitwise manipulation techniques in JavaScript, featuring concise code snippets demonstrating clever bit-level operations for solving various programming challenges.
    1
    ## JavaScript Bitwise Hacks
    2
    It assumes the highest positive signed 32-bit float value for numbers.
    3
    In other words, ```2147483647``` (or ```0x7FFFFFFF``` or ```2^31-1```).
    4
    
                  
    5
    ## Table of Contents
  6. A detailed Mermaid sequence diagram ... A detailed Mermaid sequence diagram illustrating the complete Git workflow, showcasing command interactions across local and remote repositories, including setup, branching, staging, committing, pushing, pulling, and various advanced Git operations.
    1
    # Git Command Workflow Sequence Diagram
    2
    
                  
    3
    ```mermaid
    4
    %% https://mermaid.js.org/syntax/sequenceDiagram.html#styling
    5
    %% It would be cool to add sequences to the top from the column names