A simple module that connects to MySQL databases. No need to hardcode your credentials.

Read more →

In the second installation of this series on JavaScript design patterns and their implementation, we take a look at the module pattern. By combining two commonly used features in the language, we can create robust interfaces that hide member variables and methods as we see fit.

Read more →

This first installment in a series discussing various JavaScript design patterns covers one of the most basic patterns available, the constructor pattern.

Read more →

This first installment in a series discussing various JavaScript design patterns covers one of the most basic patterns available, the constructor pattern.

Read more →

Tags

Recent Posts