ehynds / enterprise-js

Provides proven high performance, enterprise-level and scalable JavaScript tips and best practices.

Home Page:http://enterprise-js.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enterprise JavaScript

If you're someone that runs an enterprise-level website (>100 hits per day), you've probably had to deal with the pains of scaling and maintaining your code.

Enterprises have dealt with these problems for years -- this is an attempt at gathering all of that knowledge and to share it with the world.

Dependencies

Adding Your Own Tips

Add your own tips to tips.js by appending to the tips array:

tips.push({
	author: 'your_twitter_handle',
	message: 'Your Tip Message',
	example: [
		'<div>',
		'	Code Example',
		'</div>'
	]
});

Once committed, send a pull request and I'll be sure to get it up on enterprise-js.com.

About

Provides proven high performance, enterprise-level and scalable JavaScript tips and best practices.

http://enterprise-js.com


Languages

Language:JavaScript 100.0%