Explore >> Select a destination


You are here

blog.coderspirit.xyz
| | antfu.me
8.4 parsecs away

Travel
| | A short tutorial of shipping both ESM and CJS dual formats in a single NPM package.
| | alexop.dev
8.3 parsecs away

Travel
| | Learn how to implement visual regression testing in Vue.js using Vitest's browser mode. This comprehensive guide covers setting up screenshot-based testing, creating component stories, and integrating with CI/CD pipelines for automated visual testing.
| | reactnative.dev
6.8 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.
| | blog.tafkas.net
142.6 parsecs away

Travel
| If you log into your Raspberry Pi using ssh it will prompt you for a password. Having to do this multiple times a days this is very annoying. To ease the pain, and enhance security, you can use public key authentication instead. Therefor you create a pair of keys on your client, and store the public key on your Raspberry Pi. Then you set up an authentication by key. Afterwards the user can login into the Raspberry Pi using his private key.