Functional programming, as the name implies, is about functions. While functions are part of just about every programming paradigm, including JavaScript, a functional programmer has unique ...
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 ...
A monthly overview of things you need to know as an architect or aspiring architect. Dany Lepage discusses the architectural journey of porting a hit VR title to seven non-VR platforms. He explains ...
Peter looks at how to call a JavaScript function from your TypeScript code and do it in a type-safe way. Along the way, he dramatically simplifies a Backbone application by integrating Knockout. I ...
While JavaScript has many applications, working with string values is one of the most popular. Strings are objects within the JavaScript language. They are not stored as character arrays, so built-in ...
‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful! Last week, I casually dropped the term “higher-order function” ...
Finishing AP Computer Science Principles is a major milestone, but the leap from block-based coding to real-world JavaScript can feel daunting. Fortunately, the landscape has evolved: Code.org has ...
At Microsoft's Ignite 2017 conference today, the company announced a range of new features that will be coming to its Excel application, such as JavaScript Custom Functions and more. Today at ...