News

David Pitt presents a guide to combining specific frameworks and structures for the basic functionality of HTML5-based mobile applications. He discusses the development considerations mobile ...
One session at last week's WWDC featured featured a JavaScript application framework called SproutCore, which has generated quite a bit of buzz since then. The framework was used by Apple to ...
Web application development has evolved into a discipline that melds sophisticated front‐end interactivity with robust back‐end functionality, utilising languages such as JavaScript as a ...
The key to understanding when (and when not) to deploy JavaScript has as much to do with the intent of the target application as it does JavaScript itself.
StackShare, which runs a developer-only community that tracks software tools, has named JavaScript the 'Application & Data Tool of the Year' for 2016, along with many other awards such as best DevOps ...
Sentry announced it now provides a full suite of application monitoring capabilities for JavaScript developers.
Application monitoring company Sentry has announced Release Health capabilities are now available by default in its JavaScript SDK.
GitHub’s CodeQL is a robust query language originally developed by Semmle that allows you to look for vulnerabilities in the ...
Let’s bootstrap a JavaScript React application on the command line by typing: npx create-react-app sentry-js. You can test that everything is running properly by typing npm run start.