Emre KurtJavaScriptte Factory Fonksiyonları #3Özetle yeni bir obje yaratıp bunu dönen fonksiyonlara ‘factory functions’ olarak adlandırıyoruz. Fakat neden bir obje yaratmak için…May 9May 9
Emre KurtJavaScriptte Inheritance #2Bir önceki yazımızın devamı niteliğinde olan bu yazımızda prototype ile __proto__ arasındaki fark ile prototype chain denilen prototip…Oct 22, 2023Oct 22, 2023
Emre KurtJavaScriptte Inheritance ve Prototype Tabanlı Kalıtım #1Evet 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…Jul 28, 2023Jul 28, 2023
Emre KurtHow to Build React Custom Reusable HooksWe know that Hooks are a new addition in React 16.8 and they let us use state or other features without class components.Feb 27, 2023Feb 27, 2023
Emre KurtinJavaScript in Plain EnglishRegistration and Activation with Node.js & Google OAuth 2.0 PlaygroundA tutorial on the authentication part of an application in the backend created with Node.js, Express, and TypeScript.May 25, 2022May 25, 2022
Emre KurtinJavaScript in Plain EnglishTry MobX instead of Redux for Your State ManagementMobX is a battle-tested library that makes state management simple and scalable by transparently applying functional reactive programming…Jan 26, 2022Jan 26, 2022
Emre KurtinJavaScript in Plain EnglishSet Up TypeScript on Cypress in 4 Steps EasilyThis article consists of upgrading your js-cypress testing suite to TypeScript. As you know, TypeScript continues to be very popular and a…Jan 11, 2022Jan 11, 2022
Emre KurtUsing JavaScript Array Methods (Map, Filter, Sort) NestedI had a job interview recently. And They wanted me to make a simple web interface to manage customers. This interface had to include CRUD…Aug 23, 2021Aug 23, 2021
Emre KurtImplementierung eines Entwicklungsprozesses für mobile Anwendungen nach der Scrum-MethodeZusammenfassung — Ziel dieser Studie ist es, Vorschläge für diesen Prozess zu machen, basierend auf den Erfahrungen in einem mit der…Jul 9, 2021Jul 9, 2021
Emre KurtCode 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…Oct 13, 20202Oct 13, 20202