If your web app gets huge amount of data from your server, FlatBuffers is the perfect ‘heavy lifting’ tool for you. Here’s how we use it at Jaco.
Read more »
JavaScript on Fiber (built on Chrome's V8 JavaScript engine) - GitHub - fibjs/fibjs: JavaScript on Fiber (built on Chrome's V8 JavaScript engine)... (more…)
Read more »
JavaScript has continued to grow in importance over the last decade. In fact, according to StackOverflow’s Insights, JavaScript has been the most popular programming language for the past 7 years, edging out popular languages including Python, C# and Java... (more…)
Read more »
After writing the article Javascript classes: state management, I got a lot of input from Nige White (Kudos!) and went back to the drawing… (more…)
Read more »
Managing asynchronous dependencies with JavaScript can be a nightmare. But there's a better way. It's called Fetch Injection. (more…)
Read more »