Quick summary ↬ In JavaScript, it’s natural to reach for timers when something is to happen on time. But when something is to happen at the exact moment because other things depend on it, you quickly learn timers are more of a problem than a solution. They are never on time, really. Web Animations API could […]
Tag Archives: API
Quick abstract ↬ There’s an excellent problem that comes with constructing Jamstack functions on the web. In this text, Caleb Olojo explains how you need to use Next.js to bootstrap your app safely. Front-end builders need to work together with non-public or public APIs whose methodology of authorization requires a secret key/API key that permits builders […]