alamjamal.hashnode.devJavaScript filter and update plain Object and return as objectFiltering an object in JavaScript is a common operation that developers often perform when working with data. By filtering an object, you can create a new object that contains only the properties that meet certain criteria. In this article, we'll exp...Mar 2, 2023·2 min read
alamjamal.hashnode.devReact MUI Select All Checkbox With Simple LogicSelecting multiple items from a list is a common feature in many web applications. Often, users need to select all items in the list, instead of selecting them one by one. This is where the "Select All" checkbox comes in handy. In this article, we wi...Mar 2, 2023·2 min read
alamjamal.hashnode.devReact Formik MUI Reusable Component SignUp FormReact Formik is a library that makes it easier to work with forms in React applications. Material-UI (MUI) is a popular React component library for creating beautiful user interfaces. Together, they can be used to create reusable component forms. To ...Mar 1, 2023·3 min read
alamjamal.hashnode.devTop 10 Must Know JavaScript HackJavaScript provides several built-in object methods that can be used to manipulate objects. For example, the Object.keys() method can be used to return an array of an object's keys, the Object.values() method can be used to return an array of an obje...Mar 1, 2023·3 min read
alamjamal.hashnode.devConfigure MERN Stack on Dedicated Cloud or VPSSet up a Dedicated Server or (VPS) on a cloud provider such as AWS, Azure, or Google Cloud. Install Ubuntu Server on Dedicated Server Install and configure MongoDB on the Server. This will be used as the database for your application. # Add Key w...Jan 18, 2023·2 min read