Skip to content
View cuneydbolukoglu's full-sized avatar
👻
He writes in his own way
👻
He writes in his own way

Organizations

@daretodigital @musclepassword
Block or Report

Block or report cuneydbolukoglu

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

Hi 👋, I'm Cuneyd

  • ⚡ Front-End Developer at Sekom. from Turkey.
  • 🔭 I love to code in Javascript javascript
  • 💬 Developing advanced applications with React react
  • Working with Web APIs
  • I love building mobile apps with React Native
linkedin stackoverflow npm medium codepen dribbble

Pinned

  1. membership-app membership-app Public

    👥 Membership app via local storage & firebase

    JavaScript 2

  2. node-web-console node-web-console Public

    Web SSH Console

    JavaScript 1

  3. How to Remove Array Duplicates in ES6 How to Remove Array Duplicates in ES6
    1
    const data = [1, 2, 2, 3, 3, 4];
    2
    
                  
    3
    const removeArrayDuplicates = data.reduce(
    4
      (unique, item) => (unique.includes(item) ? unique : [...unique, item]),
    5
      []
  4. webpack webpack Public

    Webpack 5

    JavaScript