Created
October 15, 2011 10:43
-
-
Save ekesken/1289387 to your computer and use it in GitHub Desktop.
Revisions
-
ekesken revised this gist
Oct 16, 2011 . 1 changed file with 7 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,13 +3,13 @@ Programming Achievements: How to Level Up as a Frontend Engineer Read: * read [CSS: the definitive guide](http://books.google.com/books?id=rdtCRLXAL78C). * read [JavaScript: The Good Parts](http://books.google.com/books?id=PXa2bby0oQ0C). * read [High Performance Web Sites](http://books.google.com/books?id=jRVlgNDOr60C). Write: * write a full javascript application independent from backend. * write a nontrivial web app. * write a nontrivial mobile app. * write a nontrivial flash app. -
ekesken revised this gist
Oct 15, 2011 . 1 changed file with 7 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,13 +3,13 @@ Programming Achievements: How to Level Up as a Frontend Engineer Read: * ~~read [CSS: the definitive guide](http://books.google.com/books?id=rdtCRLXAL78C).~~ * ~~read [JavaScript: The Good Parts](http://books.google.com/books?id=PXa2bby0oQ0C).~~ * ~~read [High Performance Web Sites](http://books.google.com/books?id=jRVlgNDOr60C).~~ Write: * ~~write a full javascript application independent from backend.~~ * ~~write a nontrivial web app.~~ * ~~write a nontrivial mobile app.~~ * ~~write a nontrivial flash app.~~ -
ekesken revised this gist
Oct 15, 2011 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,9 @@ Programming Achievements: How to Level Up as a Frontend Engineer Read: * read [CSS: the definitive guide](http://books.google.com/books?id=rdtCRLXAL78C). * read [JavaScript: The Good Parts](http://books.google.com/books?id=PXa2bby0oQ0C). * read [High Performance Web Sites](http://books.google.com/books?id=jRVlgNDOr60C). Write: -
ekesken created this gist
Oct 15, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ Programming Achievements: How to Level Up as a Frontend Engineer ================================================================ Read: * read [High performance web sites](http://books.google.com/books?id=jRVlgNDOr60C) and complete all the exercises Write: * write a full javascript application independent from backend. * write a nontrivial web app. * write a nontrivial mobile app. * write a nontrivial flash app.