Shouvik BhuiyanImplementing Google Login Using React/Node/Express/MongodbOur system will be designed like belowJan 16, 20211Jan 16, 20211
Shouvik BhuiyanObfuscate css className in a React App, scaffolded using create-react-appObfuscating class names can reduce the bundle size and improve overall page load performance. Also it make the code less readable for the…Aug 22, 2020Aug 22, 2020
Shouvik BhuiyanBuilding CRUD Apis Using Express and PostgresqlThere are multiple options for database and often choosing the perfect db for your application depends on the use case of your app. Here…Jul 22, 2020Jul 22, 2020
Shouvik BhuiyanDeploying Node and MongoDb app in HerokuHeroku is a popular choice for deploying node.js apps and deploying in heroku is fairly simple.Dec 4, 2019Dec 4, 2019
Shouvik BhuiyanDebugging NodeJs with VScode and ChromeDebugging is a very important part of development lifecycle and having an intuitive debugging technique is very important to quickly find…Dec 3, 2019Dec 3, 2019
Shouvik BhuiyanUnderstanding V8 vs Node vs ChromeV8 is an open-sourced javaScript engine developed by the chromium project. V8 compiles javascript directly into native machine code before…Feb 25, 2019Feb 25, 2019
Shouvik BhuiyanReact 16 New Lifecycle MethodsReact 16 has brought some major changes in the react library. It is the first version of react which is built on top of a new core…Jul 3, 2018Jul 3, 2018