Watson app Tag Archives - 足球竞彩网 Assembly Blog

Build Your First Watson Application in 4 Steps with this API

By

App 足球竞彩网 Assembly

For as long as I can remember, technology has had a major influence on my life. Growing up as a child, my parents recall stories of me sitting down at our large clunky PC with floppy disk storage and learning new words on Encyclopedia Encarta. I received my first laptop at in the 4th grade. Since then, my daily life has been “connected.”

My journey learning to code began with my first course on an online education platform. Starting with JavaScript, a scripting language for web-based programming, I traversed through the modules starting first with the basics of defining a variable (e.g. var x = “Hello World”), moving on to primitive data structures such as arrays (e.g. var y = [1,2,3]), and eventually Object Oriented Programming.

Shortly after, I enrolled in my first computer science course at Emory University as part of my mathematics curriculum. Although this course focused heavily on Java, a coding language full of new-to-me syntax and functions, the fundamentals of programming translated seamlessly and I quickly picked up the language. By understanding the fundamental basics of coding, I wielded the power to work to create a cognitive application.

Continue reading