Some people still seem surprised that JavaScript is regarded as a respectable, grown-up programming language for serious applications. In fact, JavaScript development has been maturing nicely for ...
TypeScript is a variation of the popular JavaScript programming language that adds features that are important for enterprise development. In particular, TypeScript is strongly typed—meaning that the ...
These days, there’s no shortage of online resources for teaching yourself to code, but there’s also nothing like reading a good instruction book from start to finish. JavaScript & JQuery, by Jon ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Today, there are a number of development tools available for JavaScript developers to make the job easier. These tools let us focus on stop worrying about the mundane tasks related to application ...
Destructuring is one of my favorite tools in JavaScript, in simple terms, destructuring allows you to break down a complex structure (like an array or an object) into simpler parts, though there’s a ...
From variables to inheritances to what JavaScript patterns you really need to know, C# MVP Ben Hoelting offers his top tips for C# coders looking to use JavaScript to build complex client-side Web ...
Google's incubator for employees' "20 percent time" side projects, Area 120, typically produces fun things like an app to make YouTube more social and expanding Smart Replies. Now the workshop has ...
Microsoft has created a built-in JavaScript debugger for Visual Studio Code, the wildly popular, open source-based, cross-platform code editor. That built-in experience comes via vscode-js-debug, a ...