JavaScript ES6: Map objects

The 6th edition of ECMAScript, the official name of the JavaScript programming language, was finalized in 2015. This update adds significant new syntax for writing complex applications, including class declarations, let and const keywords, Map and Set objects, promises, template literals, iterators, generators, and arrow functions. In this blog post, we’re going to focus on Map objects.

Read more

Parenthesize

Parenthesize is an extension for Visual Studio Code, built with Node.js and published by Finite Wisdom, that makes it easy to wrap one or more selections with:

  • Parentheses: ( )

  • Square brackets: [ ]

  • Curly brackets: { }

  • Angle brackets: < >

You have the ability to either include or exclude spaces when wrapping the selections.

Read more

Rate Increase

One of the most popular questions heard from customers in the world of software engineering is "Why does software cost so much?" The answer, after years of exhaustive analysis, appears to be: "Compared to what?" At Finite Wisdom, our rates have recently gone up as follows…

Read more