Open in app

Sign In

Write

Sign In

Soner Mezgitci
Soner Mezgitci

30 Followers

Home

Lists

About

Jul 7, 2021

Adding Fibonacci Numbers With Using Recursion Function

What is Fibonacci Sequence? The concept of mathematics, in its essence, is closely linked with the patterns and structures of nature. One such pattern that is ubiquitous in nature is the Fibonacci sequence. This sequence, consisting of numbers such as 1, 1, 2, 3, 5, 8, 13, 21, 34, and…

5 min read

Adding Fibonacci Numbers With Using Recursion Function
Adding Fibonacci Numbers With Using Recursion Function

5 min read


Jun 29, 2021

Memoization In JavaScript

Memoization is a popular programming technique that involves storing the result of a function for later use. This can be thought of as memorization for functions, to distinguish it from the regular meaning of the word memorization, which is simply remembering something. …

4 min read

Memoization In JavaScript
Memoization In JavaScript

4 min read


Jun 23, 2021

JavaScript Spread & Rest Operators

The Spread and Rest operators are powerful tools in JavaScript and React projects. They are represented by a single operator denoted by three dots |…|. The spread operator is used to split array elements or object properties. By using this operator, we can easily spread an array or object. For…

6 min read

JavaScSpread & Rest Operators
JavaScSpread & Rest Operators

6 min read


Jun 16, 2021

Finding a Node In a BST

In this article, we will discuss how to search for a node in a Binary Tree. The basic idea is to check whether a particular value is present in the tree or not, such as checking for the presence of number(50) or number(100). The search process is very similar to…

5 min read

Finding a Node In a BST
Finding a Node In a BST

5 min read


Jun 11, 2021

React Hook useState()

React Hooks is a set of functions provided by React that allows us to use functional components instead of class components. It is available in React 16.8 or higher projects. Let’s take a closer look at the example below to better understand the useState hook. Example: In this example, we…

6 min read

React Hook useState()
React Hook useState()

6 min read


Jun 1, 2021

How To Use The Two Pointer Technique

The two pointer technique is very efficient technique in software developers skills. You can use this technique and solve the problem faster and easier when you have a technical interview. I will cover the basics of this technique in this. I will try to explain how to use two variables…

5 min read

How To Use The Two Pointer Technique
How To Use The Two Pointer Technique

5 min read


May 27, 2021

Functional Programming Hoisting

What is hoisting ? The hoisting is, the browser takes all the declarations such as a,b,c it takes out of the code before showing anything in the browser. …

5 min read

Functional Programming Hoisting
Functional Programming Hoisting

5 min read


May 20, 2021

REACT PASSING METHODS REFERENCE BETWEEN COMPONENTS

I want to talk about how we can pass functions from one component to another in React application. This is very important thing to know how to make it. Because most of the times you can have state at higher component and a lower component is going to be trigger…

5 min read

REACT PASSING METHODS REFERENCE BETWEEN COMPONENTS
REACT PASSING METHODS REFERENCE BETWEEN COMPONENTS

5 min read


May 12, 2021

REDUX REDUCER

The reducers specify how the app’s state changes in response to actions sent to store. The action only shows what kind of action was made for application but does not give any information about state changes. Reducers is giving information on how to change the state. Reducers is a function…

5 min read

5 min read


May 7, 2021

Redux Action Creator

Actions are just Plain Old JavaScript Objects (POJOs), We will discuss about properties of actions, and how to implement a function to create actions. What is the Actions The purpose of the dispatching actions to our store to desirable changes to update our states. …

5 min read

Redux Action Creator
Redux Action Creator

5 min read

Soner Mezgitci

Soner Mezgitci

30 Followers

Software Engineer | Ruby on Rails | JavaScript | HTML5 | CSS | PostgreSQL | React | Redux

Following
  • Eric Elliott

    Eric Elliott

  • Alessandro Butler

    Alessandro Butler

  • Eliana Lopez

    Eliana Lopez

  • Jackson Kelley

    Jackson Kelley

  • Aliakbar Zohour

    Aliakbar Zohour

See all (43)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams