VMWare USB Emulation

One thing I really wish VMWare did was allow me to create an emulated USB key.  Well recently I found out you can!  It is using some fairly undocumented VMX settings. Unfortunately I haven't figured out how to make it boot from the USB key yet (But I haven't really spent a lot of time on… Continue reading VMWare USB Emulation

Published
Categorized as Tips Tagged

Native vs...

I've been meaning to write the blog article for a while, but this week really made it hit strong that I needed to finally write it. Guess which one is Electron, two of these are Native applications... TL;DR In this blog post I'm going to discuss performance of Native vs what we consider non-native code.… Continue reading Native vs...

Simple Git Tip

git open This is a simple alias that will open the current terminal git repo's source repo in the browser. So if you clones https://github.com/NathanaelA/fluentreports and you did a git open it will open it in your browser. This alias works for all the known types of urls I've personally run into on my computer...… Continue reading Simple Git Tip

Published
Categorized as Tips Tagged ,

React Native vs Flutter vs NativeScript (Part 1)

Setup - All Engines Assuming you have all your dependencies installed according to there respective pages: React Native: https://reactnative.dev/docs/0.60/enviroment-setup NativeScript: https://docs.nativescript.org/environment-setup.html Flutter: https://docs.flutter.dev/get-started/install React Native React Native Doctor Each of the three tooling's has a Doctor command, this command checks your setup and verifies everything looks sane for doing development in that framework... The React… Continue reading React Native vs Flutter vs NativeScript (Part 1)

Svelte and making it into a REAL desktop Application!

Now isn't that a title! In all reality it is two separate frameworks that I have proto-typed and played with. The first (Node-GTK-Svelte) I'll discuss in this blog post. First thing I want to clarify, there is NO BROWSER involved, these are all native GTK components! Again NO BROWSERS were harmed (or used) in the… Continue reading Svelte and making it into a REAL desktop Application!

Multi-platform Development (Wrapping Up)

Vending machine created by macrovector - www.freepik.com, Logos are owned by there respective companies.

About this Series If you haven't read the intro, I discuss a lot of the core information about this, I have included the Raw Stats in each of the blog posts so you can easily reference it while reading about each of the products. Introduction Tauri Electron and NW.JS NodeGui Flutter Yue Node-GTK Wrapping it… Continue reading Multi-platform Development (Wrapping Up)

Multi-platform Development (Node-GTK)

Vending machine created by macrovector - www.freepik.com, Logos are owned by there respective companies.

About this Series If you haven't read the intro, I discuss a lot of the core information about this, I have included the Raw Stats in each of the blog posts so you can easily reference it while reading about each of the products. Introduction Tauri Electron and NW.JS NodeGui Flutter Yue Node-GTK (this one)… Continue reading Multi-platform Development (Node-GTK)

Multi-platform Development (Yue)

Vending machine created by macrovector - www.freepik.com, Logos are owned by there respective companies.

About this Series If you haven't read the intro, I discuss a lot of the core information about this, I have included the Raw Stats in each of the blog posts so you can easily reference it while reading about each of the products. Introduction Tauri Electron and NW.JS NodeGui Flutter Yue (this one) Node-GTK… Continue reading Multi-platform Development (Yue)

Multi-platform Development (Flutter)

Vending machine created by macrovector - www.freepik.com, Logos are owned by there respective companies.

About this Series If you haven't read the intro, I discuss a lot of the core information about this, I have included the Raw Stats in each of the blog posts so you can easily reference it while reading about each of the products. Introduction Tauri Electron and NW.JS NodeGui Flutter (this one) Yue Node-GTK… Continue reading Multi-platform Development (Flutter)