You are here |
skeltonthatcher.com | ||
| | | |
newcome.wordpress.com
|
|
| | | | I'm a little slow on the uptake with version management of language runtimes and environments. For a long time I just followed the Linux distribution convention of global versions of dependencies and compiler versions for my system. This changed during my years doing NodeJS development where the language and tools were changing daily it seemed.... | |
| | | |
piware.de
|
|
| | | | ||
| | | |
ryanharter.com
|
|
| | | | A couple of weeks ago I bought a Google Pixelbook. I've been doing a bit of Android Development on it, mostly to optimize Pigment for Chromebooks. It's taken some experimentation and discovery to find out how to get things set up, largely because the Android documentation is slightly out of date, so I thought I would share my experience, hopefully saving others time. This post serves as a step by step guide to getting up and running with Android Studio on a Pixelbook (and, hopefully, other Chromebooks as... | |
| | | |
sookocheff.com
|
|
| | 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. |