Skip to content
View FeyzaBiber's full-sized avatar
  • Poland

Block or report FeyzaBiber

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

Hi 👋, I'm Feyza Biber

A passionate Software developer from Turkey & Poland

  • 🌱 I’m currently learning Vuejs and Nodejs

  • 👨‍💻 All of my projects are available at here

  • 📫 How to reach me here 📫

  • ⚡ Fun fact I think I am night owl

Connect with me:

feyzabiber feyzabiber

Languages and Tools:

azure bash bootstrap c csharp css3 d3js docker dotnet firebase git html5 javascript linux matlab mongodb mssql mysql nodejs oracle pandas postgresql postman python sass scikit_learn seaborn tensorflow vuejs vuetify

Pinned Loading

  1. factory-backendAPI Public

    JavaScript 1

  2. factory-dashboard Public

    Vue 1

  3. stock-market Public

    Vue

  4. week-1-shopping-card Public

    Reengen FullStack Bootcamp Week 1 Homework

    Vue

  5. week-2-HotelReservation Public

    Vue

  6. Addition of 2 arrays at the same index
    1
    // works for adding 2 arrays at the same index 
    2
    //	example:
    3
    //		in: "[1-2-3]"
    4
    //		in: "[4-5-6-7-8-9]"
    5
    //		output: "5-7-9-7-8-9"