/enterprise-js

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

Primary LanguageJavaScript

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.