What is up?!
# 1 Wait, Does This Actually Work? | |
Yes it does! | |
# 2 Yes This is awesome | |
Wohoo! | |
So many of you are looking for an internship?!
Let's work with to you find an internship! My objective work with you to "learn to fish" for an internship as opposed to giving them to you. Start first by reading my blogpost: http://obsessed.jonl.org. This documents my adventure that ultimately led my to find my first job teaching in NYC at General Assembly. Bogdan, a club leader has successfully used a modified version of this strategy to find an internship (he wrote a blogpost that will be posted in the hackEDU leaders group shortly).
Please comment in this thread when you have questions, once there's critical mass and it's just easier to have a discussion about this, we can organize a Google Hangouts for a Q&A on how to get an internship!
-
Take lead on posting when the next sprint is at the end of the current sprint (@zachlatta)
- Club Leaders Facebook Group
- hackEDU Supporters Facebook Group
- IRC Channel
awefaoweifjawef |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Document</title> | |
<script> | |
var TwilioApp = React.createClass({ | |
onChange: function(e) { | |
this.setState({text: e.target.value}); |
So I want to implement the game Agar.io http://agar.io/
In the game, you are an ellipse. You go around and eat other ellipses. When you eat more ellipses, you get bigger.
I know how to get an ellipse to move around IF I import an image of an ellipse (like this:
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<p>Step1</p> | |
<p>Step2</p> | |
<p>Step3</p> |