A Quick Guide to Dropdown Menus With React

You probably encounter even more dropdowns than you realize. Let’s explore some of the types of dropdowns you can use when building your next React application. Dropdowns are a feature common to many websites. They are very useful, as they make it easy … more Read More

Using SVG with Media Queries

In HTML documents, we can show, hide, or rearrange parts of the page based on the conditions of the viewport. If the browser window is 480 pixels wide, for example, we might shift our navigation from a horizontal one to a vertical, collapsible list. … more Read More

Deno 1.13 emphasizes HTTP server API stability

Deno 1.13, released on August 10 as an upgrade to the JavaScript/TypeScript runtime, stabilizes the native HTTP server API, enabling Deno to serve multiple variants of HTTP traffic out of the box. With the API having reached stable status, Deno now can … more Read More

A Journey Into the Beauty of DNSRebinding – Part 2

Abstract In the first part, after a fast overview on the DNS Rebinding technique, we considered a practical example in which UPnP services has been exploited to perform NAT Injection attacks and, therefore, expose internal services on Internet. In this … more Read More

Echo JS

Building a real-time Todo app with Drayman, MongoDB and Tailwind CSS A minimal React Native e-commerce app template Common NPM Mistakes Every Developer Should Avoid … more Read More

GraphQL & Relay in the Front End

When creating a React app that will use a GraphQL API, you need a client that can help scale while maintaining performance. Let’s explore Relay. The GraphQL ecosystem has been growing wildly in the last years. There’s always new content being published, … more Read More

Echo JS

Free Selenium JavaScript 101 Certification Getting started with Drayman Presenting Gitmbed: Social Media Better! … more Read More

Twilio Functionsを使ってTwilio Chat、Video、Voice用のアクセストークンを生成する

この記事はTwilio Developer VoicesチームのAshley Boucherがこちらで公開した記事(英語)を日本語化したものです。 TwilioはProgrammable Video、Programmable Voice、Programmable Chat、Conversations製品のクライアントサイドのソフトウェア開発キット(SDK)を提供しています。 これらのSDKを利用するためには、アクセストークンを生成する必要があります。Twilioのドキュメントで説明されているように、アクセストークンは、Voice、Chat、VideoなどのTwilioクライアントSDKを認証するための短期のトークンです。クライアントの身元を確認し、クライアントのAPI機能へのアクセスを許可するために、サーバー上で作成します。 … more Read More