useReducer vs. useState: Understanding the Key Differences in ReactReact provides multiple ways to manage state in functional components, with useState and useReducer being two of the most commonly used…Mar 9Mar 9
JavaScriptte 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 9, 2024May 9, 2024
JavaScriptte 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
JavaScriptte 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
How 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
Published inJavaScript 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
Published inJavaScript 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
Published inJavaScript 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
Using 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
Implementierung 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