Explore >> Select a destination


You are here

www.alfredo.motta.name
| | antoinevastel.com
11.0 parsecs away

Travel
| | This post presents techniques that enables to distinguish a vanilla Chrome browser from a Chrome browser running in headless mode. It updates information presented in the post of August.
| | shermanonsoftware.com
2.7 parsecs away

Travel
| | Isaac and I explore the concept of 'musketeering' in software development, emphasizing the importance of collaboration in solving complex problems. We discuss the challenges of legacy code, the necessity of testing, and the strategy of 'divide and conquer' to tackle intertwined issues effectively. I originally discussed Musketeering in this post. Watch on YouTube or listen...
| | jaketrent.com
2.9 parsecs away

Travel
| | If you don't see your HTTP response header in the browser, check your CORS policy. It's likely the culprit.
| | reactnative.dev
27.5 parsecs away

Travel
| JavaScript! We all love it. But some of us also love types. Luckily, options exist to add stronger types to JavaScript. My favourite is TypeScript, but React Native supports Flow out of the box. Which you prefer is a matter of preference, they each have their own approach on how to add the magic of types to JavaScript. Today, we're going to look at how to use TypeScript in React Native apps.