Skip to content

Instantly share code, notes, and snippets.

@doowb
Created November 13, 2012 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save doowb/4064157 to your computer and use it in GitHub Desktop.
Save doowb/4064157 to your computer and use it in GitHub Desktop.
Client Side Javascript Developer

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 alert:

<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>
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment