-
JavaScript
Making Regular Expressions Simple With VerbalExpressions
Quick, someone tell me what this regular expression is doing: (?:\()?[0-9]{3}(?:\))?(?: )?(?:\.)?[0-9]{3}(?:-)?(?:\.)?[0-9]{4} It’s hard isn’t it? Regular expressions are not…
Read More » -
Angular.js
Learning Angular C.R.U.D.
So, you’ve learned JavaScript and now you’re wanting to get into Angular. But where do you start? There are quite…
Read More » -
Angular.js
Taking A Mixed Approach To Single-Page Applications
A co-worker came up to me with an interesting situation. The client he was working with would be building hundreds…
Read More » -
Node.js
Seriate: The Glue Between SQL Server and Node.js
An example Node.js application which connects to a SQL server and serves up data via HTTP endpoints. Before leaving my…
Read More »