Hello there! I'm Yakup!

Software Developer that is open to learn new technologies especially in web programming. Trying to improve JavaScript stack (Such as React.js, Next.js, Node.js). Working with the aim of improving his knowledge in these fields. Currently studying at university. I make projects and publish them on my Github page.

Projects

E-Commerce App

  • Next.js
  • React.js
  • CSS
  • Chakra-ui
  • React-icons

Etkinliğini Bul

  • Next.js
  • React.js
  • CSS
  • Chakra-ui
  • React-icons
  • React-map-gl

Book Search Listing

  • React.js
  • React-bootstrap
  • React-grid-layout
  • CSS
  • React-icons
  • Axios

Currency Converter

  • HTML
  • CSS
  • Javascript
  • Fetch API
  • Async-await

Translate App

  • HTML
  • CSS
  • Javascript
  • Fetch API
  • Async-await

Notes App

  • React.js
  • Redux
  • CSS
  • React-icons

Todo List

  • React.js
  • Webpack
  • Babel
  • Express.js
  • CSS

Contacts List App

  • React.js
  • CSS
  • React-icons

X-O-X Game

  • HTML
  • CSS
  • Javascript

Tech Stack

Articles

Rest Parameters and Spread Syntax — JS for React 3

In almost all programming languages, a function takes an arbitrary number of argumentsIt’s the same for JavaScript. For instance;


Read more

Error Handling in JS - try…catch — JS for React 2

Sometimes errors may occur in our programsIt can occur because of our mistakes, an unexpected user input, a server error, and a thousand other reasons.


Read more

JS Array Exercises | 8 Question

In my previous post, I explained the Javascript array functionsIn this post, we’ll do practices these functions in 8 questions. Please try to do it yourself before seeing the solution. So let’s start!


Read more

JS Array Functions — JS for React 1

Hi everyoneThis is the first article in the Javascript for React article series and also the first article on my Medium account. I need to get your comments about this post. I planned 8 articles for this series. Please keep following for new articles!


Read more