For now, im a website developer using React, NextJS, or Vue. Im still learning other framework like Svelte and Qwik, and learning mobile development Flutter.
Nothing here yet.
Mar 3, 2023 · 2 min read · React is one popular of javascript framework for frontend. For me, React is a good choice framework for small projects or enterprise projects. Many libraries are available for React. I use React for my onsite job and some freelance jobs. Gitlab is a ...
Join discussion
Feb 14, 2023 · 1 min read · This method using CryptoJs library. Install CryptoJs in tour project npm install crypto-js Create function for encrypt // import CryptoJS from 'crypto-js' export const simpleEncrypt = (textWillEncrypt, strKey) => { // textWillEncrypt is s...
Join discussion