- this
- that
- the other thing
public | |
src |
const Tesseract = require('tesseract.js'); | |
Tesseract.recognize( | |
'https://tesseract.projectnaptha.com/img/eng_bw.png', | |
'eng', | |
{ logger: m => console.log(m) } | |
).then(({ data: { text } }) => { | |
console.log(text); | |
}) |
castId: { | |
type: 'string', | |
required: true | |
}, | |
apiKey: { | |
type: 'string', | |
required: true | |
}, | |
apiSecret: { | |
type: 'string', |
Strip Atom stuff from here: https://github.com/wyze/atom-seti-icons
Create a Vue component that renders an icon given a filename.
Inputs either "file.html" or just "html."
Developer experience needs measurements that go beyond email open rates and website analytics. Developers spend time in their terminal, IDE, and help sites. Learn how to apply UX and analytical methods to improve your developer experience, reduce on-boarding friction, and drive your API strategy.
Developer Experience is an emerging field that lacks solid process, tooling, and measurement. In this talk we turn developer experience into a science. Learn how measure the efforts of your marketing and developer relations teams with more than web analytics, produce feedback on demand, and use analytical data to drive your developer strategy.
Ian Jennings has been working in Developer Experience for 8 years. He founded Hacker League hackathon platform which sold to Mashery/Intel and spent 6 years building Developer Experience at PubNub. Now he’s applying user experience and analytics methods to the world of APIs and developer experience in his new company, Haxor.