A common thing you might see in a developer’s code is something called string interpolation, and it’s super useful. In short, it’s an easy way to add two variables together in a s… (more…)
Read more »
This article compares three different ways to iterate over a javascript array and compares the performance of each approach. Technique ... (more…)
Read more »
Unless you have a time machine or a TARDIS, it's pretty rare to have solid documentation in place before an open source project is released! While we're getting close to a beta release with the Intern 4 and while we still have a fair amount of documentati... (more…)
Read more »
You may be already be familiar with the huge host of page speed tests available online, but if you’re particularly interested in tuning your site for Google SEO, you may initially want to concentrate your efforts on Google’s own – PageSpeed Insight...
Read more »
js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG flowchart. Learn other’s code. Design your code. Refactor code. Document code. Explain code. - GitHub - Bogd... (more…)
Read more »