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...
Category: Performance
Multi-platform Development (Wrapping Up)
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 (Yue)
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)
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)
Multi-platform Development (NodeGUI)
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 (NodeGUI)
Multi-platform Development (Electron/NW.JS)
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 (this one) NodeGui Flutter Yue Node-GTK… Continue reading Multi-platform Development (Electron/NW.JS)
Multi-platform Development (Tauri)
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 (this one) Electron and NW.JS NodeGui Flutter Yue Node-GTK… Continue reading Multi-platform Development (Tauri)
Multi-platform Development (Introduction)
About this Series Over the last several months I have been testing several HTML/CSS/JavaScript based cross platform development systems. When trying out a new technology, I spend several full days playing with it learning the in's and out's. Its awesomeness and its gotchas. I am going to go over Tauri, NodeGui, Flutter, NW.JS, Yue, Node-GTK+… Continue reading Multi-platform Development (Introduction)
Optimization Gotcha's for for/i and forEach
So I mentioned something on my interview with Alex of NativeScripting.com that he did with me. And someone asked about this in the comments, so I decided to create a blog article on this specific optimization tip. I am going to code this to a browser rather than in NativeScript because well JS in a… Continue reading Optimization Gotcha's for for/i and forEach
VMWare - Shrinking disk size Macintosh/Linux
If you have a Macintosh or Linux based image; the tooling to shrink the hard drives is basically broken in the Gui (and/or, don't work). So to shrink these types of containers; the easiest method is to force the entire empty area to be Zero's, then defragment, and finally shrink all .. First thing we… Continue reading VMWare - Shrinking disk size Macintosh/Linux