Skip to content

Instantly share code, notes, and snippets.

@technicool
Last active December 17, 2015 21:59
Show Gist options
  • Save technicool/5678955 to your computer and use it in GitHub Desktop.
Save technicool/5678955 to your computer and use it in GitHub Desktop.
Highlights of my coding (for BD)

Code Highlights

Responsive Design

  • http://mhpoffice.com/ - This promotional site is responsive and uses the Twitter Bootstrap framework.
  • Click the Login button, and use the username/password emailed, and checkout pages such as the home dashboard's responsive design. Also, go to clients -> choose Barack Obama... Notice the custom responsive layout of the widgets.

Require.js

Part of a simple project for tuning a room's accoustics.... This script calculates a bunch of stuff. It uses require.js to load the modules.

Rails & Javascript

This is a gem that uses the V8 Javascript engine to embed handlebars.js templates into ruby on rails pages. It can render them server side and client side, minify, and precompile the templates. It is actually faster than Rails built-in erb templates for some workloads.

(the gem has dependencies with an unreleased project)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment