How To Desktop in 2022

A look at all the different ways to build for desktop today. Choose your life partner wisely. Congratulations. If you are reading this in 2021, you’ve time travelled to next year. The global pandemic is behind us and the world is crawling back to normalcy. … more Read More

Working with JavaScript’s Built-In String Functions

Introduction When working with any programming language, you’ll probably need some functionality that is not integrated into that language natively. Thus, you’ll either implement them yourself, or turn to using various modules or libraries. This directly … more Read More

Echo JS

How a one-line fix halved the load time of our new KYC Form TUI (Tunisia’s Unique Identifier) format validator 9 Best Practices for Optimizing Frontend Performance Neovim and Tmux for JavaScript Development Create trippy loop in UrpflanzeJS – Tutorial #1 … more Read More

Node.jsとTwilio Functionsを使って音声メッセージを書き起こす

この記事はTwilio Developer VoicesチームのAshley Boucherがこちらで公開した記事(英語)を日本語化したものです。 このチュートリアルでは、Twilio Programmable Voiceを利用して、Twilioの電話番号で電話を受信し、電話の発信者が残した音声メッセージを書き起こす方法をご紹介します。ぜひボイスメールシステムを構築する際の基盤作りにご活用ください。 必要なもの このチュートリアルをスムーズに進めるには、以下の項目が必要です。 … more Read More

Time for a review of Firefox 92

Release time comes around so quickly! This month we have quite a few CSS updates, along with the new Object.hasOwn() static method for JavaScript. This blog post provides merely a set of highlights; for all the details, check out the following: Firefox … more Read More

Event Streamsを用いてTwilioのログをNode.jsとExpressサーバーアプリケションで処理する方法

Event Streamsは執筆時点でPublic Betaとなるため、今後設定方法や仕様が変更される可能性があります。 Twilioは音声通話、SMS、ビデオなどさまざまなコミュニケーションAPIを提供しています。それぞれのAPIの実行結果は statusCallback 、あるいは類似したプロパティにコールバックURLを設定することでアプリケーション側にログを通知し、分析やエラー処理を行えるようになっています。 例 – Programmable SMS API(statusCallbackで検索) … more Read More

Developer Decisions For Building Flexible Components

In the real world, content often differs vastly from the neat, perfectly fitting content presented in designs. Added to that, on the modern web, users have an ever-increasing range of options for how they access the sites we build. In this article, we’ll … more Read More