async function getStarWarsData() { try { const response = await fetch('https://swapi.dev/api/people/1/'); const data = await response.json(); console.log(data ...
Editor’s note: Péter Halácsy is co-founder and CTO of Prezi. Follow him on Twitter @halacsy. Startups identify with JavaScript. When you’re just starting out, you need to be dynamic. You need to be ...
As a good JavaScript developer, you strive to write clean, healthy, and maintainable code. You solve interesting challenges that, while unique, don’t necessarily require unique solutions. You’ve ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...