In this post we are going to explore the reasons why we have chosen TypeScript as our main development language at Sixfold and why we are happy with it. (more…)
Read more »
Consider a function in JavaScript called concat that takes two array or tuple types and concatenates them together to make a new array. (more…)
Read more »
If you have read all blog post until now, you might have come to the realization that immutability is a core conecept in functional programming. In this blog post, we will take a look at a pattern that can help us update and extract data from large immuta... (more…)
Read more »
Today we’re excited to announce the release of TypeScript 5.6! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for types. Types describe the shapes we expect of our variables, parameters, and funct... (more…)
Read more »