Ali Turşucular

Front End Engineer, product designer, manufacturing enthusiast, skier, and guitarist

Projects

spotify-playlists-quiz-with-react-demo

This React app generates a simple quiz based on user's Spotify playlists. It features connecting to Spotify Web API, accessing provided data, extracting useful information from that data and generating multiple choice questions. This app demonstrates an extensive usage of React features. Almost every component in the master branch has explanations and component flow information.

JavaScript - Released: 29 May 2019 - 0

alitursucular.github.io

I am a Senior Software Engineer in London, UK. I specialise in JavaScript-centric web development. I am operating under my limited company, Pinecone Software Limited. I provide contract, freelance and project-based web services.

JavaScript - Released: 03 Apr 2019 - 6

names-list-with-react-and-typescript-demo

A basic React - TypeScript app that allows users to add and remove names to and from a list. A user could also randomly pick from the list without picking the same name twice in a row.

TypeScript - Released: 19 May 2020 - 0

filter-and-sort-dynamically-created-table-with-vanilla-javascript-demo

This mini Vanilla JS project is about dynamically creating a table, which is filterable and sortable. We managed to perform these operations by resorting to several amazing JavaScript higher-order functions.

HTML - Released: 25 Aug 2019 - 9

simple-jquery-stopwatch-demo

I decided to use JavaScript date function at the core of this project. The main logic is; once the start button is pressed, the date value of that moment is stored. Every 10 ms, this stored value is subtracted from the current date value.

JavaScript - Released: 04 May 2019 - 9