Introduction to readable Javascript
Every so often an article crops up with some big list of rules to follow to keep your code readable - It's something everyone seems to want, but it is…
Every so often an article crops up with some big list of rules to follow to keep your code readable - It's something everyone seems to want, but it is…
Google’s announcement should be a right step in addressing the integrity concerns that accompanied AMP since the beginning of the project. AMP was designed by Google to speed up the…
The more I work with an APL, the more I notice a serious problem. Not the weird symbols, you get used to that pretty fast. Not the write-only aspect, that’s…
The HTML5 History API gives developers the ability to modify a website's URL without a full page refresh. This is particularly useful for loading portions of a page with JavaScript,…