How To Migrate From WordPress To A Headless CMS

WordPress is the most used website builder in the world; almost half of the web has used WordPress to create their website. It makes sense, because it allows you to quickly create websites and has a rich plugin’s ecosystem to help you scale your site. … more Read More

How to Idiomatically Use Global Variables in Rust

Declaring and using global variables in Rust can be tricky. Typically for this language, Rust ensures robustness by forcing us to be very explicit. In this article, I’ll discuss the pitfalls the Rust compiler wants to save us from. Then I’ll show you … more Read More

Twilio CLIのAssetsプラグインをリリースしました

この記事はTwilio Developer AdvocateのPhil Nashがこちらで公開した記事(英語)を日本語化したものです。 Twilio CLIは、Twilioの開発者にとって便利なツールです。 コマンドラインから手軽にTwilioのすべてのAPIにアクセスできるだけでなく、電話番号の管理や、ローカル環境でWebhook URLにワンステップでアクセスできるコマンド、プラグインシステムなど数多くの機能を提供します。CLIプラグインはCLIのコア機能を拡張し、Flexプラグインの構築と管理、アクセストークンの生成、Twilio … more Read More

JavaScript Canvas Custom Coordinates

Canvas provides a full transformation facility that allows you to use any co-ordinate system you want to. In this extract from Ian Elliot’s book on JavaScript Graphics we look at how to use custom coordinates. … more Read More

Realización de llamadas de voz con Java y Twilio

La capacidad de realizar llamadas salientes desde el código tiene un historial largo en Twilio. Solo le tomará unos minutos configurar un proyecto Java para hacer eso y ver la magia por usted mismo. Para seguir esta publicación, necesitará: Una instalación … more Read More