In today's article we will look over file manipulation and debugging of NodeJS applications using Chrome Dev Tools. I'll show you my attempts at using basic JS, how I analyzed the efficiency of my app and how I ended up making it BLAZINGLY FAST. (more…)
Read more »
I was talking recently with a fellow developer and the topic of progressive enhancement came up. I asked what her ideas on the topic were and we discussed old browser support, IE and old IE. This is a common conversation I have quite frequently. We freque... (more…)
Read more »
Modern, privacy-friendly, and detailed web analytics that works without cookies or JS. - GitHub - milesmcc/shynet: Modern, privacy-friendly, and detailed web analytics that works without cookies or... (more…)
Read more »
By @wagslane (twitter) Let’s look at the JavaScript with statement. We will go over the simple uses, as well as a deep dive into some more advanced concepts. Note: Use of the with statement is discouraged. It can lead to strange bugs. That said, it is imp... (more…)
Read more »