developers-codz.hashnode.devNew 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...Jan 10, 2024·4 min read
developers-codz.hashnode.devWeb 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 ...Jul 11, 2023·4 min read
developers-codz.hashnode.devReact 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 ...Apr 4, 2023·7 min read
developers-codz.hashnode.devLocalization 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...Oct 27, 2022·4 min read
developers-codz.hashnode.devReact 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...Jun 6, 2022·5 min read