Skip to main content

Marcos Djivelekian

Marcos is a full stack software engineer with a passion for UX/UI and front-end development. He has worked with Perficient Digital since 2016.

Blogs from this Author

React: Dealing with ‘This’ and Event Handlers

React is a JavaScript library for building user interfaces (UIs). One of the important aspects of building UIs is that you must be able to react (get it?) to user interaction. React has its way to handle events, but it’s up to the developers to handle the value of the this keyword inside the handle […]