MasoudItDeep in: Rendered More Hooks Than During the Previous RenderYou might encounter this error while working with ReactJS. But when and why does this error occur? In this article, I’ll explain the root…Nov 8Nov 8
MasoudItUsing Zustand in a React App with Complete ExampleManaging state in a React application is a crucial aspect of building robust and efficient user interfaces. One popular choice for state…Jan 151Jan 151
MasoudItHow JavaScript is parsed, fetched and executedJavaScript can be executed in different modes, primarily distinguished as classic scripts and module scripts. The behavior of these scripts…Dec 6, 2023Dec 6, 2023
MasoudItConditional dynamic validation in NextJs 13/14 with Zod and React-Hook-FormWith the release of Next.js 13/14, FrontEnd developers have encountered numerous challenges. This version introduces server components…Oct 28, 2023Oct 28, 2023
MasoudItinTowards DevFinal NextJs 13 CICD Gitlab ConfigTo deploy a Next.js project from GitLab to your own server using Continuous Integration/Continuous Deployment (CI/CD), you can follow these…Oct 24, 2023Oct 24, 2023
MasoudItUpdate Redux State Manually Without Api CallAfter CUD(create/update/delete) operations, maybe you need update manually redux state. you can do it with these codes, second code is…Jul 31, 2023Jul 31, 2023
MasoudItSet Microsoft Calendar(Microsoft 365) With NodeJsWhen it comes to setting up calendar integration with Microsoft using Node.js, the best authentication method is OAuth 2.0 with…Jul 3, 20231Jul 3, 20231
MasoudItWhy Angular use observables vs Promise ?In Angular, both observables and promises are used for handling asynchronous operations. However, observables offer several advantages…Jul 2, 2023Jul 2, 2023
MasoudItDocker Compose file Wordpress, MySQL and PhpMyAdminHi, today, I am going to dockerize Wordpress, Mysql and Phpmyadmin with one docker-compose file. Maybe someone have this question: Why we…Jan 17, 2022Jan 17, 2022
MasoudItComplete guide for relations (OneToMany, ManyToMany, OneToOne …) on NestJs (GraphQl and Rest)1- OneToMany RelationsJan 12, 2022Jan 12, 2022