Akansh Gulati
Akansh Gulati
The talk is related to performance of the Javascript on web page, explains about the mistakes often done and demystifies various myths.
Please mention the path, port and command which can run the demo easily.
``` gulp.task("watch-confirm", function(done) { return gulp.src(web_app_dir).pipe( $.prompt.prompt( { type: "confirm", message: `Current tomcat root dir -> ${tomcat_root_dir}, continue?`, default: true, name: "start" }, function(res) { if (res.start) { gulp.series("watch"); }...
Eslint will help in keeping a fix pattern of code extension wide, it can be added to git-hooks too before committing any changes
Chrome(73.x): Firefox(66.x):
I tried using the example `Underlist` application by running `http-server`, its fetching lists and tasks in it through http call but if I make any update in web app of...
Update storage to sync so that user can keep the list of URLs stored in the account. Fixes #29
I am using a CRON job to fetch 50MB around data from remote server and writing that data to MongoDB server. The issue with current code is that the `console.log('data...
Do add in app.js the myApp.controllers dependency.
### Feature Summary In order to incorporate future updates, convert it into architecture to support [Theme shadowing](https://www.gatsbyjs.org/docs/themes/shadowing/)