Skip to content

Instantly share code, notes, and snippets.

@susanBuck
Last active April 27, 2018 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save susanBuck/e019c1aca56f7882bb5b0097cbdc03d5 to your computer and use it in GitHub Desktop.
Save susanBuck/e019c1aca56f7882bb5b0097cbdc03d5 to your computer and use it in GitHub Desktop.
Introduction to server-side web programming - Harvard Extension Student STEM Group

URL For this outline: http://bit.ly/hex-stem

Introduction to server-side web programming

Harvard Extension Student STEM Group Fri. 27 April 2018 5:30 pm – 6:30 pm; Sever Hall 214

Susan Buck (susanbuck@fas.harvard.edu) / CSCI E-15: Dynamic Web Applications

Topics

  • Web sites vs. web applications
  • Web development “big picture”
  • Server side capabilities
    • Manipulate (create, read, update, delete) information from a database.
    • Authentication
    • Send/receive email
    • Upload and manipulate files on a server
    • Communicate with other sites/APIs
    • Etc.
  • Choosing a server-side language (e.g. PHP, Ruby, Python, Java, JavaScript)
  • Workflow (git) and server management
  • Frameworks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment