Skip to content
View nmuren's full-sized avatar

Organizations

@colored-strategies @Trendyol-Front-End-Bootcamp
Block or Report

Block or report nmuren

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

Hi 👋, I'm Nebil

A Software Developer currently based in Ankara/Turkey

nmuren

  • 🌱 I’m currently working with Javascript, Typescript, React, NestJS, Node.js, etc.

  • 📫 How to reach me nebilmuren@gmail.com

Connect with me:

nebil-muren @nebilmuren

Technologies:

javascript typescript react redux toolkit mobx nodejs expressjs git bootstrap css3 html5 linux mongodb postgresql

nmuren

Pinned

  1. bubble-vs-heap-sort bubble-vs-heap-sort Public

    There are many sorting algorithms. Here are examples of one of the efficient O(Nlog(N)) and one of the time-consuming O(N^2) algorithm. All of them do the job, but some of them do faster.

    Java

  2. react-redux-pomodoro-clock react-redux-pomodoro-clock Public

    React v16.13.1 & Redux v4.0.5 time management application that applies the Pomodoro Technique. The method uses a timer to break down work into intervals, separated by short breaks.

    JavaScript

  3. react-quote-fetcher react-quote-fetcher Public

    React v16.13 & Bootstrap v4.5 application that calls random quotes from JSON data source.

    JavaScript 1

  4. timestamp-api timestamp-api Public

    This API returns a date object depending on given timestamp or date information. Returns current time if no information is given.

    HTML 1

  5. react-markdown-viewer react-markdown-viewer Public

    React v16.13 & Bootstrap v4.5 application that receives a Markdown text and returns a preview.

    JavaScript 1

  6. special-format-checker special-format-checker Public

    This program inputs a string of special characters with "[", "]", "{", "}", "(", ")" and checks whether the string has a correct stream of opening and closing bracket, braces, and parenthesis.

    Java