#Introduction to Devops Resources:
##Chapter 1
2015 State of DevOps Report https://puppet.com/resources/white-paper/2015-state-of-devops-report
Knight Capital https://en.wikipedia.org/wiki/Knight_Capital_Group
| ### Setup Import File and Permission Set | |
| # Step 1. Export the RecordTypes | |
| -> sfdx force:data:tree:export -q "SELECT ID, Name, DeveloperName, SobjectType FROM RecordType" -o data | |
| Wrote 1 records to data/RecordType.json | |
| # Here is what the export might look like | |
| -> more data/RecordType.json | |
| { |
#Introduction to Devops Resources:
##Chapter 1
2015 State of DevOps Report https://puppet.com/resources/white-paper/2015-state-of-devops-report
Knight Capital https://en.wikipedia.org/wiki/Knight_Capital_Group
| { | |
| "_links": { | |
| "self": { | |
| "href": "http://localhost:8282/user/mamund" | |
| }, | |
| "profile": { | |
| "href": "http://localhost:8282/big-todo-alps.json" | |
| }, | |
| "http://localhost:8282/files/hal-docs.html#home": { | |
| "href": "http://localhost:8282/", |
| buildscript { | |
| repositories { | |
| jcenter() | |
| } | |
| dependencies { | |
| classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.2' | |
| classpath 'org.asciidoctor:asciidoctorj-pdf:1.5.0-alpha.6' | |
| classpath 'com.github.jruby-gradle:jruby-gradle-plugin:0.1.11' | |
| classpath 'com.github.ben-manes:gradle-versions-plugin:0.7' |
(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.