#BarnsleyCareerDay

#Website

#VideoGame

#SmartPhone

#Developers

Tells a computer to do something in different ways until it does what the developer wants it to.

We're really trying to improve the tools that make our lives easier.

What goes into development?

  • #UserExperience
  • #Design
  • #Coding
  • #Testing
  • #ClientEducation

What is my typical day?

  • #Projects
  • #Meetings
  • #Coding
  • #Googling

#structure = #html


<!DOCTYPE html>
    <html lang="en">

    <head>
        <meta charset="utf-8">

        <title>#BarnsleyCareerDay</title>

#style = #css


@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100);

.reveal section .white {
    color: #fff;
}

.reveal section pre {
    max-width: 960px;
}

#behavior = #javascript


// An extremely trivial example of Javascript
var a = 5,
    b = 10,
    c = a + b;

alert(c);

Who can be a developer?

#You!

#GetStarted

What should you study?

  • #ComputerScience
  • #Logic
  • #Design
  • #Writing

Did I always want to be a web developer?

#No

#ThankYou!