Dinesh UthakotaHow to generate PDF in NodejsHey, did you ever faced a challenge to generate a nice and beautiful pdf’s on you nodejs side.Jun 7, 2021Jun 7, 2021
Dinesh UthakotaCode Splitting using React.lazy and React.SuspenseInitial load is critical for any application. Developer should optimise application so that application will load faster even on slow…Dec 18, 2018Dec 18, 2018
Dinesh UthakotaWhat is React.memo?In React v16.6.0 many new features are released. One of the cool feature is React.memo. memo means memorising. This is performance…Nov 13, 2018Nov 13, 2018
Dinesh UthakotaJavaScript Interview questionsHi all, Recently I attended interviews for JavaScript Full Stack Developer. After attending few interviews I came up with questions which I…May 29, 2018May 29, 2018
Dinesh UthakotaWhat is REDUX?Being a web developer, you should always learn new frameworks and libraries. In recent times, The most popular and trending library is…Feb 23, 2018Feb 23, 2018
Dinesh UthakotaHow to share data in AngularJSIf you are a Angularjs(1.x) developer you may have used $rootScope to share data between controllers. The $rootScope shouldn’t be used to…Jul 28, 2017Jul 28, 2017
Dinesh UthakotaHow to generate android apk without Android Studio using IONICHi Folks, Today I’m going to show you how to build and generate android apk file using ionic. I assume that we are familiar with Ionic app…May 19, 20176May 19, 20176
Dinesh UthakotaHow to save file in Mongodb using Node.jsWhat the heck? file? why do you need to save file in document based database. Well, In this post I’m just going to show you how to save a…May 17, 20177May 17, 20177