Avoiding duplication is drilled into a programmer's head. How does the concept apply to user interfaces? How do you avoid re-writing HTML and CSS constantly?
In this tutorial, I will discuss advanced PWA features that provide access to your hardware APIs. We are going to build an app for making selfies with the Media Capture API and posting selfies with the BackgroundSync Api.
I present 3 approaches to recursively render a deeply nested travel gallery in Angular. The last shows how Angular change detection differs from React's.
React Native Debugger is a powerful tool. It provides impressive features, such as UI inspector, redux inspector, breakpoints, and networking inspector.
This article covers returning response headers to enable SharedArrayBuffer, modifying image pixel information in JS, and creating a WebAssembly module that uses pthreads.