- nylas/N1 💌 An extensible desktop mail app built on the modern web.
- black-screen/black-screen A terminal emulator for the 21st century.
- shockone/black-screen A terminal emulator for the 21st century.
- ptmt/react-native-macos React Native for macOS
- docker/kitematic Visual Docker Container Management on Mac & Windows
- kitematic/kitematic Visual Docker Container Management on Mac & Windows
- davezuko/wirk-starter Get started with React, Redux, and React-Router!
- TelescopeJS/Telescope 🔭 An open-source social news app built with Meteor & React
- coryhouse/react-slingshot React + Redux starter kit / boile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.nateyolles.sling.publick.services.impl; | |
| import java.io.IOException; | |
| import java.util.Dictionary; | |
| import java.util.Hashtable; | |
| import java.util.Map; | |
| import org.apache.commons.lang.StringUtils; | |
| import org.apache.felix.scr.annotations.Component; | |
| import org.apache.felix.scr.annotations.Reference; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.nateyolles.aem; | |
| import org.apache.sling.api.resource.Resource; | |
| import org.apache.sling.api.resource.ResourceResolver; | |
| import org.apache.sling.commons.json.JSONException; | |
| import org.apache.sling.commons.json.JSONObject; | |
| import org.apache.sling.commons.json.jcr.JsonItemWriter; | |
| import javax.jcr.Node; | |
| import javax.jcr.RepositoryException; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Documentation | |
| ------------- | |
| AEM: http://docs.adobe.com | |
| Recent updates: https://docs.adobe.com/docs/en/aem/recent-documentation-updates.html | |
| AEM Docs daily changes: http://adobedocsdiff.headwire.com/sitediff/ | |
| API References |
Free O'Reilly books and convenient script to just download them.
Thanks /u/FallenAege/ and /u/ShPavel/ from this Reddit post
How to use:
- Take the
download.shfile and put it into a directory where you want the files to be saved. cdinto the directory and make sure that it has executable permissions (chmod +x download.shshould do it)- Run
./download.shand wee there it goes. Also if you do not want all the files, just simply comment the ones you do not want.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "jcr:primaryType": "sling:Folder", | |
| "weretail.com": { | |
| "jcr:primaryType": "sling:Mapping", | |
| "sling:internalRedirect": [ | |
| "/content/we-retail/us/en" | |
| ], | |
| "weretail_com_content": { | |
| "jcr:primaryType": "sling:Mapping", |
All Paths are under /libs/ unless specified
- Core Components
/apps/core/wcm/components- Latest Release: https://github.com/Adobe-Marketing-Cloud/aem-core-wcm-components
- JSP foundation components
foundation/components
- HTL Foundation components
wcm/foundation/components
How to Reindex AEM on a Clone Instance and Sync over the Changes
- Install Oak 1.0.23 hotfix via the AEM package manager (Download from here https://files.acrobat.com/a/preview/40ddf9c0-83de-48b3-837b-602388e68b06)
- Validate that the hotfix is installed by going to /system/console/bundles UI and validate that oak-core version is now at 1.0.23. Also go to /crx/de/index.jsp and see the Oak version on the right side.
- Clone your AEM instance to another VM for reindexing
- Download these oak-run jars:
- https://repo1.maven.org/maven2/org/apache/jackrabbit/oak-run/1.1.8/oak-run-1.1.8.jar
- https://repo1.maven.org/maven2/org/apache/jackrabbit/oak-run/1.0.23/oak-run-1.0.23.jar
- Upload the oak-run jars to the clone server
- Stop AEM (stop all AEM instances if a cluster or cold standby)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * Downloaded or downloading | |
| ============================= | |
| **http://kickass.to/infiniteskills-learning-jquery-mobile-working-files-t7967156.html | |
| **http://kickass.to/lynda-bootstrap-3-advanced-web-development-2013-eng-t8167587.html | |
| **http://kickass.to/lynda-css-advanced-typographic-techniques-t7928210.html | |
| **http://kickass.to/lynda-html5-projects-interactive-charts-2013-eng-t8167670.html | |
| **http://kickass.to/vtc-html5-css3-responsive-web-design-course-t7922533.html | |
| *http://kickass.to/10gen-m101js-mongodb-for-node-js-developers-2013-eng-t8165205.html | |
| *http://kickass.to/cbt-nuggets-amazon-web-services-aws-foundations-t7839734.html |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.