Category: Programming

0

Configuring macOS Big Sur for Software Development

Configuring macOS Big Sur for development can be accomplished in many ways and certainly varies based on the kind of development work that you want to do. Building on my earlier post for prior...

Caint - A Private Chat App 1

Setting Flutter on Fire with Firebase

I started working with Flutter over a year ago, but have yet to work with it in combination with a back-end as a service. Firebase is Google’s back-end as a service so it seems...

Multiple Simulators 2

Round Two with Flutter – Is it a knockout?

This is round two with Flutter. I looked at Flutter last year, but it seemed still a little early to put it to serious work. A lot has changed in the past 18 months....

kubectl describe nodes 0

Preparing for the Kubernetes CKAD Certification

I’ve been preparing for the Kubernetes CKAD certification exam from the Linux Foundation. It has been a fun learning process. I’ve learned a lot about k8s and quite a bit about general command line...

flutter-android-ios 2

Developing with Flutter

Developing with Flutter looks like an interesting alternative to Kotlin, Swift, and React. Last year I worked thru my React Nanodegree so I didn’t feel like changing up directions yet. Google also has a...

parallels-install-distro 0

Linux Development on macOS with Parallels

Recently I needed to do some linux development on macOS with Parallels so that I could debug some issues in a C++ project. macOS C++ is still a bit wonky for working with a...