Block a user
Missing Topics
Areas of knowledge missing from this guide
Front-end design
Front-end JavaScript and custom scripts
Unit Testing
Quota Violations
Performance & Security Concerns
Create Services Example in Confluence or some other wiki
Update Course Material Code Examples
Helpful examples that can be added
Exporting model changes to xml files Importing model xml changes to sandbox
Find more articles in Confluence.
Advanced topics to cover
Complete Course Material
Add Example Cartridge to project
Helpful examples that can be added
Maintinance mode setup
server.get('Offline', cache.applyDefaultCache, function (req, res, next) {
res.render('siteOffline');
next();
});
Helpful examples that can be added
Adding meta data to pages
pageMetaHelper.setPageMetaTags(req.pageMetaData, Site.current);
Helpful examples that can be added
Complete Course Material
Remaining: Implement page caching Implement partial page caching Running an import JOB Performance Metrics and application stats Running unit tests with NPM
Create Services Example in Lattice
Add Example Cartridge to project
Update Course Material Code Examples