The Many Interfaces of JavaScript and React

JavaScript and React commonly run on the web, and in recent years they’ve also ran on mobile and desktop, but they also run on other interfaces that you might not have heard about…yet! Read more

Similar

Wait for User to Stop Typing, in JavaScript

Let's say you have a search feature on your website that you want to live-update while the user types. The naive implementation would be to send a query to your server on every keystroke. This quickly falls apart, however, because users easily type faster... (more…)

Read more »

‘this’ in JavaScript

In most cases, the value of this is determined by how a function is called. It can’t be set by assignment during execution, and it may be different each time the function is called. You can change… (more…)

Read more »

Deep Fakes with Just JavaScript

The last few months of GAN progress has been amazing to watch. The ability to generate images from just text descriptions has been suddenly unlocked thanks to OpenAI's CLIP and with it a flood of exciting possibilities. (more…)

Read more »