Skip to content

Instantly share code, notes, and snippets.

@jonschlinkert
Forked from doowb/gist:4064157
Created November 15, 2012 19:50
Show Gist options
  • Select an option

  • Save jonschlinkert/4080808 to your computer and use it in GitHub Desktop.

Select an option

Save jonschlinkert/4080808 to your computer and use it in GitHub Desktop.

Revisions

  1. jonschlinkert revised this gist Nov 19, 2012. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions javascript-developer-needed.md
    Original file line number Diff line number Diff line change
    @@ -34,5 +34,3 @@ Desired Skills:
    - Visual Studio 2012
    - Windows Azure
    - Active participation in open source projects

    If you're interested, just star or fork the gist, make a comment, or hunt me down on Twitter, LinkedIn, Facebook or here... @jonschlinkert
  2. jonschlinkert revised this gist Nov 15, 2012. 2 changed files with 38 additions and 35 deletions.
    35 changes: 0 additions & 35 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,35 +0,0 @@
    Looking for a client side javascript developer that can use [knockout.js](http://knockoutjs.com/index.html) to help build the front end of our application. To show off your skills, we would like the [html/css](http://twitter.github.com/bootstrap/components.html) and [javascript](http://twitter.github.com/bootstrap/javascript.html) components of [Twitter's Bootstrap library](http://twitter.github.com/bootstrap/index.html) turned into templates that would be useful with [knockout.js](http://knockoutjs.com/index.html).

    Example [alert](http://twitter.github.com/bootstrap/components.html#alerts):
    ```html
    <div data-bind="attr: { class: type }">
    <button type="button" class="close" data-dismiss="alert">×</button>
    <!-- ko data-bind="text: message" -->
    <strong>Warning!</strong> Best check yo self, you're not looking too good.
    <!-- /ko -->
    </div>
    ```

    ```javascript
    var viewModel = {
    type: ko.observable("alert"),
    message: ko.observable("<strong>Warning!</strong> Best check yo self, you're not looking too good.")
    };

    ko.applyBindings(viewModel);
    ```

    Hopefully, this will turn into a longer relationship building out the front end of our application. The required skills below refer to mostly client side development, while the desired skills are used on the server side, so they would be helpful.

    Required Skills:
    - Javascript
    - Knockout.js
    - Underscore.js
    - Git
    - Github

    Desired Skills:
    - ASP.NET MVC
    - C#
    - Visual Studio 2012
    - Windows Azure
    38 changes: 38 additions & 0 deletions javascript-developer-needed.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,38 @@
    Looking for a client side javascript developer who can use [knockout.js](http://knockoutjs.com/index.html) to help build the front end of our application. To show off your skills, we would like the [html/css](http://twitter.github.com/bootstrap/components.html) and [javascript](http://twitter.github.com/bootstrap/javascript.html) components of [Twitter's Bootstrap library](http://twitter.github.com/bootstrap/index.html) turned into templates that would be useful with [knockout.js](http://knockoutjs.com/index.html). Things will get much more interesting after that.

    Example [alert](http://twitter.github.com/bootstrap/components.html#alerts):
    ```html
    <div data-bind="attr: { class: type }">
    <button type="button" class="close" data-dismiss="alert">×</button>
    <!-- ko data-bind="text: message" -->
    <strong>Warning!</strong> Best check yo self, you're not looking too good.
    <!-- /ko -->
    </div>
    ```

    ```javascript
    var viewModel = {
    type: ko.observable("alert"),
    message: ko.observable("<strong>Warning!</strong> Best check yo self, you're not looking too good.")
    };

    ko.applyBindings(viewModel);
    ```

    This can turn into a long-term relationship building out the front end of our application. The *required skills* listed below are focused on client-side development,
    but it would be helpful if you have the *desired skills* related to the server side as well.

    Required Skills:
    - JavaScript
    - Knockout.js
    - Underscore.js
    - Git/Github

    Desired Skills:
    - ASP.NET MVC
    - C#
    - Visual Studio 2012
    - Windows Azure
    - Active participation in open source projects

    If you're interested, just star or fork the gist, make a comment, or hunt me down on Twitter, LinkedIn, Facebook or here... @jonschlinkert
  3. @doowb doowb revised this gist Nov 13, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    Looking for a client side javascript developer that can use Knockout.js to help build the front end of our application. To show off your skills, we would like the html/css and javascript components of Twitter's Bootstrap library turned into templates that would be useful with knockout.js.
    Looking for a client side javascript developer that can use [knockout.js](http://knockoutjs.com/index.html) to help build the front end of our application. To show off your skills, we would like the [html/css](http://twitter.github.com/bootstrap/components.html) and [javascript](http://twitter.github.com/bootstrap/javascript.html) components of [Twitter's Bootstrap library](http://twitter.github.com/bootstrap/index.html) turned into templates that would be useful with [knockout.js](http://knockoutjs.com/index.html).

    Example alert:
    Example [alert](http://twitter.github.com/bootstrap/components.html#alerts):
    ```html
    <div data-bind="attr: { class: type }">
    <button type="button" class="close" data-dismiss="alert">×</button>
  4. @doowb doowb revised this gist Nov 13, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    Looking for a client side javascript developer that can use Knockout.js to help build the front end of our application. To show off your skills, we would like the html/css and javascript components of Twitter's Bootstrap library turned into templates that would be useful with knockout.js.

    Example:
    Example alert:
    ```html
    <div data-bind="attr: { class: type }">
    <button type="button" class="close" data-dismiss="alert">×</button>
  5. @doowb doowb revised this gist Nov 13, 2012. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,3 @@

    Looking for a client side javascript developer that can use Knockout.js to help build the front end of our application. To show off your skills, we would like the html/css and javascript components of Twitter's Bootstrap library turned into templates that would be useful with knockout.js.

    Example:
    @@ -20,6 +19,8 @@ var viewModel = {
    ko.applyBindings(viewModel);
    ```

    Hopefully, this will turn into a longer relationship building out the front end of our application. The required skills below refer to mostly client side development, while the desired skills are used on the server side, so they would be helpful.

    Required Skills:
    - Javascript
    - Knockout.js
  6. @doowb doowb created this gist Nov 13, 2012.
    34 changes: 34 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,34 @@

    Looking for a client side javascript developer that can use Knockout.js to help build the front end of our application. To show off your skills, we would like the html/css and javascript components of Twitter's Bootstrap library turned into templates that would be useful with knockout.js.

    Example:
    ```html
    <div data-bind="attr: { class: type }">
    <button type="button" class="close" data-dismiss="alert">×</button>
    <!-- ko data-bind="text: message" -->
    <strong>Warning!</strong> Best check yo self, you're not looking too good.
    <!-- /ko -->
    </div>
    ```

    ```javascript
    var viewModel = {
    type: ko.observable("alert"),
    message: ko.observable("<strong>Warning!</strong> Best check yo self, you're not looking too good.")
    };

    ko.applyBindings(viewModel);
    ```

    Required Skills:
    - Javascript
    - Knockout.js
    - Underscore.js
    - Git
    - Github

    Desired Skills:
    - ASP.NET MVC
    - C#
    - Visual Studio 2012
    - Windows Azure