Mohammad EsmaeilzadehDockerize a Simple Node.js ApplicationIn this post we learn how to add Docker in a simple Node.js Application.Sep 3Sep 3
Mohammad EsmaeilzadehHandle Protected Routes in React app with the react-router-dom v6You will definitely need that to protect some pages in your web application, for example: I can mention to admin pages (Dashboard etc.)…May 21, 2022May 21, 2022
Mohammad EsmaeilzadehWhen is it better to create a custom hook in React?React introduced the hooks in version 16.8 and you can implement states or other features in functional components no need for writing a…Nov 21, 2021Nov 21, 2021
Mohammad EsmaeilzadehUpdate an user in json-server-authDuring a teaching session, my student asked me about json-server-auth and how to update an user with this package?Jan 3, 2021Jan 3, 2021
Mohammad EsmaeilzadehDownload and show one by one Images with JavaScript and PromiseSometimes you need to handle images loading into the webpages and it will be a good idea for the performance handling in website. Suppose…Dec 6, 2020Dec 6, 2020
Mohammad EsmaeilzadehReact Hooks: useState()After React version 16.8 you can use Hooks to implement features without write class components. for example: state, ref, lifecycle etc.Nov 21, 2020Nov 21, 2020
Mohammad EsmaeilzadehDifference between React controlled and uncontrolled componentsIf you work with React, you must have encountered this warning message:Nov 21, 2020Nov 21, 2020
Mohammad EsmaeilzadehHow to define variables in Postman?Postman is a helpful tool to create API collections, test and organize all requests. Unfortunately, I see that some guys set values…Jul 20, 2020Jul 20, 2020