/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

yakovfain.com
| | andreabergia.com
2.3 parsecs away

Travel
| | This post is part of the Languages Opinion series. Welcome back to my mini-series about programming languages. In this post, we will talk about what is probably the world's most used programming language: JavaScript. We will also discuss TypeScript, given its relevance and usage today.
| | 8hob.io
2.2 parsecs away

Travel
| | In TypeScript, Array.includes is typed strictly and results in type errors when the array is of a literal type.? We discuss an elegant and safe solution.
| | szymonkrajewski.pl
1.7 parsecs away

Travel
| | ECMAScript 6 has an amazing feature called Arrow Function. It allows writing a function expression faster and smarter than traditional way (using functionkeyword). Worth to know, it's not a one to one replacement for standard functions.
| | limited.systems
25.0 parsecs away

Travel
| An introduction to some powerful functional programming techniques in Raku and Python.