Face Detection on the Web with Face-api.js

Web browsers get more powerful by the day. Websites and web applications are also increasing in complexity. Operations that required a supercomputer some decades ago now runs on a smartphone. One of those things is face detection. The ability to detect … more Read More

驚きのZsh活用術

この記事はTwilio Developer EvangelistのLizzie Siegleがこちら(英語)て執筆した記事を日本語化したものてす。 UNIXベースのプログラミングでは、シェル、ターミナル、コマンドラインといったインターフェースを話題にすることがよくあります。最も有名なのはおそらくbashですが、他にも広く使用されているものがあります。その1つが Zsh (Zシェル)です。この記事では、Zshの詳細と、開発を最適化するためのヒントやコツを説明します。 Zshとは Zsh(別名Zシェル)はBourneシェル(sh)の機能を拡張し、プラグインやテーマに関する新機能を追加してサポートを強化したものです。2019年にMacOS … more Read More

Echo JS

Introducing EinsModal. The best modal / alert / dialog / popup solution! How does Virtual DOM work? (Build your own) 5 Practices to Improve Your Programming Skills … more Read More

JavaScriptとTwilio Programmable Videoによる画面共有

この記事は Miguel Grinberg か こちら(英語) て執筆した記事を日本語化したものてす。 Twilio Programmable Videoを用いてWebRTC規格に基づき、カスタマイズされたビデオチャットアプリケーションを構築することができます。この記事では、JavaScriptで構築されたブラウザベースのProgrammable Videoアプリケーションに、画面共有オプションを追加する方法をご紹介します。 チュートリアルの要件 このチュートリアルでは、以前の入門チュートリアルにおいてJavaScriptとPythonで構築したビデオチャットアプリケーションに、画面共有機能を追加します。このアプリケーションをお使いのコンピューターで実行するには、以下の要件を満たす必要があります。 … more Read More

Play The Flex Box Adventure

Coding Fantasy is a new platform for learning CSS, HTML and JavaScript by playing coding games. It already offers a free fun educational game for learning how to use the CSS Flex Box mode and here we look at what it entails. Read more… … more Read More

Client-Side Routing In Next.js

Hyperlinks have been one of the jewels of the Web since its inception . According to MDN, hyperlinks are what makes the Web, a web. While used for purposes such as linking between documents, its primary use is to reference different web pages identifiable … more Read More

End-to-End Testing in JavaScript with Cypress

Introduction End-to-end test automation is an important part of the development lifecycle of any web based application. Choosing the right tool for you and for your application is arguably even more important. In this guide, we’ll take a look at end-to-end … more Read More