KKKajal kumariindevelopers-codz.hashnode.dev·Jan 10, 2024 · 4 min readNew Features in ECMAScript 2023What is ECMA? ECMA stands for European Computer Manufacturer Association. ECMA International is a non-profit organization that develops standards in computer hardware and programming languages. It was originally founded in 1961 and its headquarters i...00
KKKajal kumariindevelopers-codz.hashnode.dev·Jul 11, 2023 · 4 min readWeb SecurityAs a frontend web developer, not only creating websites and adding functionalities is important. Securing Websites is also paramount and the responsibility of that comes under the shoulders of developers. Even a small bug in code can lead to private ...00
KKKajal kumariindevelopers-codz.hashnode.dev·Apr 4, 2023 · 7 min readReact Hooks in one go! (Part 2)Prerequisites This blog will be the continuation of React Hooks in one go!. So if you want to learn about Hooks from scratch my suggestion would be to first read that blog and if you are here to learn about useReducer and useContext only then we are ...00
KKKajal kumariindevelopers-codz.hashnode.dev·Oct 27, 2022 · 4 min readLocalization in Web AppsWhat is Localization (i10n) ? Localization refers to the process of adapting the document, website, application, or product to a specific locale i.e. to the language, culture, and other requirements of a specific market. Localization is sometimes wri...00
KKKajal kumariindevelopers-codz.hashnode.dev·Jun 6, 2022 · 5 min readReact Hooks in one go!What is React Hook? React Hooks are a new addition in react 16.8. Hooks are features that allow you to "hook into" react state and lifecycles into functional components. It lets you use and update the state without using the class component. Goal of...00