TATiamiyu Abidemi Sikiruineeskay.hashnode.dev·Jan 2, 2023 · 2 min readWhat is Temporal Dead Zone (TDZ) In JavascriptMy recent deep dive into Javascript revealed a key term called Dead Zone in Javascript, which is an advanced topic. Definition In Javascript, a temporal deadzone (TDZ) is an area of the block in a lexical environment where "let and const" declaration...00
TATiamiyu Abidemi Sikiruineeskay.hashnode.dev·Dec 25, 2022 · 2 min readDebounce in JavascriptDebounce which is somehow related to Throttling is a Higher Order Function (HOF) - A higher-order function, often known as a function that returns another function. Both Debounce and throttling are web performance-centered and frequent Javascript int...00
TATiamiyu Abidemi Sikiruineeskay.hashnode.dev·Nov 19, 2022 · 5 min readForm and Form Validation in React using Formik and YupAs a frontend and software engineer in general, security is one of the key concerns when building web applications, second only to performance. So taking time to prevent external form abuse by malicious users is never a wasted effort. We'll be workin...00
TATiamiyu Abidemi Sikiruineeskay.hashnode.dev·Jan 15, 2022 · 3 min readVuex Pratical Implementation In NuxtINTRODUCTION In this post we'll be looking into practical ways of working with Vuex in Nuxt, and setting up nuxt project. NUXT INSTALLATION We have different ways of setting up Nuxt project Using create-nuxt-app Manual Installation to move quic...00