Silicon Valley Code Camp : October 1 & 2, 2016

James Cha

Clover
About James
James Cha is a developer advocate at Clover and a developer community ninja. He enjoys introducing technology to anyone who will give him a moment to do so. He takes his experience as a developer and an adjunct teacher to teach coding and clever ways to use the technology we have available to make life easier and more accessible for people.
{speaker.firstName} {speaker.lastName}

Speaking Sessions

  • Making your websites a little more accessible with Google Cloud Vision API

    As web developers doing things to make your website a little more accessible is not a hard task it’s just something that takes time. It is something we easily forget to keep in mind because typically we have a lot of data that we need to provide and it is challenging enough to make the design pleasing to the eye. We rely a lot on our common day browsers and other tools on the OS to handle the pressure of representing the data we present in a meaningful way to those who require the accessibility tools. Those can only go so far unless we as developers help provide the right information to these wonderful tools that people can use. When it comes to images it can become overwhelming to manage meaningful information. Especially when we use frameworks and apis that extract the effort on placing those images on your site. I wanted to address this problem in the one way I knew how …. use more apis. Utilizing the Vision API, I coded up a nightly cron job that will go through my photos and give them meaningful information for me to display and all I have to do is add my pictures to my Google Cloud Storage Bucket. This session will show you how to piece it all together to make your websites a little more accessible.