Explore >> Select a destination


You are here

haim.dev
| | reactnative.dev
13.6 parsecs away

Travel
| | Upgrading to new versions of React Native has been difficult. You might have seen something like this before:
| | blog.alexbeals.com
10.3 parsecs away

Travel
| | A developer license for Apple costs $100. Now, if you know that you wish to launch an app, that's pretty cheap to get access to all of the great resources and ability to push as many apps as you want onto the App Store. However, while you're still learning to program in Swift, this can be a large barrier to entry. Luckily, as long as your phone is jailbroken it's pretty easy to get around this requirement.
| | swiftwithmajid.com
11.8 parsecs away

Travel
| | The primary goals of the microapps architecture are to maintain separation of concerns to enhance compile time, adhere to the single responsibility principle, and facilitate continuous delivery, allowing for the deployment of a feature without the need for the completion of other features.
| | sookocheff.com
79.2 parsecs away

Travel
| Still in search of a Kubernetes development environment I can run on my development machine that somewhat replicates, I was recently introduced to both the multipass and microk8s projects from Canonical. multipass is a prerequisite for microk8s, so let's start there. With multipass, you can easily launch and run Ubuntu virtual machines with a single command. ? multipass launch --name foo Launched: foo With a virtual machine in hand, you can run execute arbitrary commands on the machine using the exec subcommand.