#Intro to Golang
###What is go
- statically typed
- functional language
- with concurrency built right in
###set up
#Intro to Golang
###What is go
###set up
#Intro to Golang
###What is go
###set up
#Intro to Golang
###What is go
###set up
#Scaling a rails app
##Learning Objectives
require 'httparty' | |
require_relative './passwords' | |
# blank array to hold usernames | |
usernames = [] | |
#create blank array to hold HTTParty get threads | |
username_threads = [] | |
(32..34).each do |num| |
#Binary Search Trees/Recursion
###Learning Objectives
#Binary Search Trees/Recursion
###Learning Objectives
#Big O notation
##Learning Objectives
#Big O notation
##Learning Objectives