Node v14.17.2 (LTS)

Notable Changes Vulnerabilities fixed: CVE-2021-22918 : libuv upgrade – Out of bounds read (Medium) Node.js is vulnerable to out-of-bounds read in libuv’s uv__idna_toascii() function which is used to convert strings to ASCII. This is called by Node’s … more Read More

Node v16.4.1 (Current)

Notable Changes Vulnerabilities fixed: CVE-2021-22918 : libuv upgrade – Out of bounds read (Medium) Node.js is vulnerable to out-of-bounds read in libuv’s uv__idna_toascii() function which is used to convert strings to ASCII. This is called by Node’s … more Read More

Node v12.22.2 (LTS)

Notable Changes Vulnerabilities fixed: CVE-2021-22918 : libuv upgrade – Out of bounds read (Medium) Node.js is vulnerable to out-of-bounds read in libuv’s uv__idna_toascii() function which is used to convert strings to ASCII. This is called by Node’s … more Read More

Introduction to GitHub Actions

GitHub Actions allows you to automate your development task, enabling you to build CI/CD pipelines or automatically triage GitHub issues. In this post, you’ll learn about the building blocks of Actions while building two basic workflows as examples. … more Read More

Echo JS

See what AI Thought about Nikola Tesla! using Brain.js The Art of Writing Good Code Comments … more Read More

自分のペースに合わせ、JavaScriptプロジェクトをTypeScriptに移行する方法

この記事はTwilio Developer AdvocateのDominik Kundelがこちらで執筆した記事を日本語化したものです。 誰もが経験したことがあるでしょう。JavaScriptの機能やバグに取り組み、ようやく完了したと思いコードを実行したところ、無常にも 「undefined is not a function(undefinedは関数ではありません)」 というエラーが表示された、のような事態を。私はJavaScriptが大好きですが、プロジェクトのコードベースが大きくなるにつれ、面倒な状況に陥ることが何度もあります。コードベースの大部分を簡単にリファクタリングできることをはじめ、前述の「undefined … more Read More

Announcing the Assets Plugin for the Twilio CLI

The Twilio CLI is a powerful tool for Twilio developers. Not only does it give you access to all the Twilio APIs from the comfort of your command line, there are advanced features like phone number management, magic webhook tunnels, and the plugin system. … more Read More