So the language that runs everywhere goes from strength to strength allowing us to do more and more in fewer lines of code whilst maintaining the accessibility that makes JavaScript so popular. With that in mind, I thought I'd take a look at some of the f... (more…)
Read more »
After reading yet another blog post about JS classes being “just sugar for prototypal inheritance”, I’ve decided to write this post to… (more…)
Read more »
We're going to be building a real-time JavaScript chat room similar to Twitch.tv's chat using JavaScript and Scaledrone push messaging service. The app is going to be using Websockets on modern browsers and fallback technologies on older ones. (more…)
Read more »
The other day Slack went down and I tweeted to express my dissatisfaction and sarcastically comment that non-native apps are the future. I should have known it would get as much attention as a tweet about Elon Musk. People argued... (more…)
Read more »
Construct supports Javascript coding in addition to its block-based approach. Javascript is an industry-standard language used widely across browsers, servers a... (more…)
Read more »