Open in app

Sign In

Write

Sign In

Emre Kurt
Emre Kurt

50 Followers

Home

Lists

About

Jul 28

JavaScript’te Inheritance ve Prototype Tabanlı Kalıtım #1

Evet arkadaşlar inheritance’dan kasıt tabiki babanızdan kalan miras değil, aşağıdaki gibi ve çoğunlukla kod tekrarını önlemek için yazılan ve aynı kodu tekrar tekrar yazmak zorunda kalmamak. class Person { constructor(firstName, lastName) { this.firstName = firstName; this.lastName = lastName; }…

JavaScript

5 min read

JavaScript’te Inheritance ve Prototype Tabanlı Kalıtım #1
JavaScript’te Inheritance ve Prototype Tabanlı Kalıtım #1
JavaScript

5 min read


Feb 27

How to Build React Custom Reusable Hooks

We know that Hooks are a new addition in React 16.8 and they let us use state or other features without class components. Building our own custom Hooks lets us extract component logic into reusable functions. A custom Hook is a JavaScript function whose name starts with ”use” and that…

React

3 min read

How to Build React Custom Reusable Hooks
How to Build React Custom Reusable Hooks
React

3 min read


Published in

JavaScript in Plain English

·May 25, 2022

Registration and Activation with Node.js & Google OAuth 2.0 Playground

A tutorial on the authentication part of an application in the backend created with Node.js, Express, and TypeScript. — Today I want to tell you about the authentication part of an application in the backend created with Node.js, Express, and TypeScript. I have used PostgreSQL for the database and prismaOrm to manage the database. I skipped the installation part and I am coming to the main part. But you…

Typescript

5 min read

Registration and Activation with Node.js & Google OAuth 2.0 Playground
Registration and Activation with Node.js & Google OAuth 2.0 Playground
Typescript

5 min read


Published in

JavaScript in Plain English

·Jan 26, 2022

Try MobX instead of Redux for Your State Management

MobX is a battle-tested library that makes state management simple and scalable by transparently applying functional reactive programming (TFRP). The philosophy behind MobX is simple: Straightforward: Write minimalistic, boilerplate-free code that captures your intent. Effortless optimal rendering: All changes to and uses of your data are tracked at runtime, building…

Mobx

7 min read

Try MobX instead of Redux for Your State Management
Try MobX instead of Redux for Your State Management
Mobx

7 min read


Published in

JavaScript in Plain English

·Jan 11, 2022

Set Up TypeScript on Cypress in 4 Steps Easily

This article consists of upgrading your js-cypress testing suite to TypeScript. As you know, TypeScript continues to be very popular and a favorite in recent years. Furthermore, it is chosen because it gives you type definitions, static type checking, and if you already use TypeScript in your project, you can…

Typescript

5 min read

Set Up TypeScript on Cypress in 4 Steps Easily
Set Up TypeScript on Cypress in 4 Steps Easily
Typescript

5 min read


Aug 23, 2021

Using JavaScript Array Methods (Map, Filter, Sort) Nested

I had a job interview recently. And They wanted me to make a simple web interface to manage customers. This interface had to include CRUD operations. Except listing the data, it could be asc or desc sorted and filtered by using a search bar. …

JavaScript

4 min read

Using JavaScript Array Methods (Map, Filter, Sort) Nested
Using JavaScript Array Methods (Map, Filter, Sort) Nested
JavaScript

4 min read


Jul 9, 2021

Implementierung eines Entwicklungsprozesses für mobile Anwendungen nach der Scrum-Methode

Zusammenfassung — Ziel dieser Studie ist es, Vorschläge für diesen Prozess zu machen, basierend auf den Erfahrungen in einem mit der Scrum-Methode entwickelten mobilen Bewerbungsprozess. In diesem Zusammenhang wird der Prozess der Realisierung einer im Bereich der klinischen Forschung benötigten mobilen Anwendung mit der Scrum-Methode ausführlich erläutert. …

Scrum

16 min read

Implementierung eines Entwicklungsprozesses für mobile Anwendungen nach der Scrum-Methode
Implementierung eines Entwicklungsprozesses für mobile Anwendungen nach der Scrum-Methode
Scrum

16 min read


Oct 13, 2020

Code your own getWeek() method in 30 seconds with JavaScript …

It is known that there is no method in JavaScript to get the current week number of the year. You can get the year, months, days, hours, even milliseconds by using date object properties. But the week? Initially, I want to mention about date objects. We should be aware of…

JavaScript

2 min read

Code your own getWeek() method in 30 seconds with JavaScript …
Code your own getWeek() method in 30 seconds with JavaScript …
JavaScript

2 min read


Sep 23, 2020

The Recipe of the easiest Game of JavaScript…

Guess the Number… — Attention, attention, please!!! This article includes basic knowledge of HTML, CSS, JS and a little bit humour. INGREDIENTS 1 piece, less coded, HTML file 1 piece, very pleasing to the eye CSS stylesheet. Be brave for your pleasures. JS file within three functions. It is very difficult to find a…

JavaScript

4 min read

The Recipe of the easiest Game of JavaScript…
The Recipe of the easiest Game of JavaScript…
JavaScript

4 min read

Emre Kurt

Emre Kurt

50 Followers

Full Stack Developer

Following
  • Cumaali Celik

    Cumaali Celik

  • Fresh Frontend Links

    Fresh Frontend Links

  • Emre GÖKÇAM

    Emre GÖKÇAM

  • Soumadri Banerjee

    Soumadri Banerjee

  • Furkan Aslan

    Furkan Aslan

See all (51)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams