console.log("Hello")
Open me in github
Hi, I'm Avi, co-founder and Dean at the Flatiron School. It is my pleasure to welcome you to our community bootcamp for learning how to code and become a web application developer. | |
Since we started Flatiron School over four years ago our goal has always been to provide students with an accessible path to learn to code and to launch their career by helping them land their first job as professional developers. | |
During this journey we wrote a lot of curriculum about code. We broke down every relevant framework to its core components and developed tutorials and challenges around the topics at the heart of modern programming. Instead of just teaching you how to use the trendiest framework whose popularity is temporary, our curriculum teaches you the concepts behind the frameworks so that your knowledge and fundementals are always relevant. Whether React, or Angular, or Ruby on Rails, our pedgogy is centered around the patterns that power software development rather than just trends. Not only do you learn the lang |
use_synth :piano | |
use_bpm 148 | |
play(chord(:F1, :minor), amp: 2, release: 16) | |
# play(:Gs3, release: 16) | |
# play(:C2, release: 16) | |
# play(:F1, release: 16) | |
sleep 3 |
[ | |
{ | |
type: "button" | |
icon: "octoface" | |
tooltip: "Open in Github" | |
callback: "open-on-github:file" | |
} | |
{ | |
type: "button" | |
icon: "document" |
<h3>Class Roster</h3> | |
<table> | |
<tr> | |
<th>First</th> | |
<th>Last</th> | |
<th>Gender</th> | |
<th colspan="2"></th> | |
</tr> | |
<% @students.each_with_index do |student, i| %> |
Testing 123 Sidekiq |
See |
Will this get logged? |
test |
Try it!!! Via Background |