Skip to content
View lSelectral's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report lSelectral

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

👨🏻‍💻  About Me

💡  I like to explore new technologies and develop software solutions and quick hacks.
🎓  I'm currently working as .Net Backend Developer in TELEPERFORMACE.
✉️  You can shoot me an email at recepagah12@gmail.com! I'll try to respond as soon as I can.
👯 I’m looking to collaborate on Fullstack Projects with at least one of this tech stacks (ASP.NET, React.Js, Node.JS, Typescript, Rust)

Night Coding

🛠  Tech Stack

CSharp  Python  JavaScript  React  Node.js  Flask  HTML  CSS  Git  GitHub  Visual Studio Code  Illustrator  Photoshop 

⚙️  GitHub Analytics

🤝🏻  Connect with Me

Pinned

  1. SELECTRA_REVIT SELECTRA_REVIT Public

    This is my personal project that includes a Revit Tab and many add-ins in it.

    C# 1

  2. near-shopping-crud near-shopping-crud Public

    Shell

  3. Teleperformance_Shopping_App Teleperformance_Shopping_App Public

    C# 1

  4. alternatif-bank-mobile alternatif-bank-mobile Public

    HTML

  5. lexical lexical Public

    Forked from facebook/lexical

    Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.

    TypeScript

  6. Response and Statue test in Postman ... Response and Statue test in Postman Test
    1
    pm.test('Should get 200 status code with JSON response', () => {
    2
        pm.response.to.have.status(200);
    3
        pm.response.to.be.ok;
    4
        pm.response.to.be.json;
    5
    })