jsii allows code in any language to naturally interact with JavaScript classes. It is the technology that enables the AWS Cloud Development Kit to deliver polyglot libraries from a single codebase!... (more…)
Read more »
One of my goals this year is to acquire new skills, so I've decided to start by learning JavaScript. As was the case when I learned HTML and CSS, it's a tricky endeavor, because I'm not exactly a begin... (more…)
Read more »
Go check out Daily Developer Jokes, my latest project! Here's the joke from today: JavaScript is a very lenient language in terms of how it is interpreted. For example: x = 5; Is not valid JavaScript code, and should be written as var x = 5 (or const... (more…)
Read more »
How to apply the powerful Property-Based Testing technique to functional-style codebases in Javascript with the JSVerify library. (more…)
Read more »