I've been doing NativeScript for a while; and since I'm a contractor/freelancer; and no specific company pays my salary -- I've decided to start putting some of my cool learned tips into the paid category. Most of these will only qualify if they took me multiple hours to figure out. Unfortunately nobody pays me for… Continue reading NativeScript - Professional post series
Tag: NativeScript
NativeScript - Workers
One of the best new features in the brand new 2.4.0 release of NativeScript is WebWorkers. For those who have seen me around in the community; you will probably all know how long I have been harassing the NativeScript Core Teams to get this done (Since Aug of 2015). I even went so far as… Continue reading NativeScript - Workers
NativeScript Testing: Developer Days Video
I just noticed my video from my presentation was released. This was the presentation that I did at #NativeScript Developer Day in Sept of 2016. The subject was Testing your NativeScript app and dealt with both Unit Testing and End to End testing. I saw a couple of "um" mistakes. I "um" need to… Continue reading NativeScript Testing: Developer Days Video
NativeScript Testing: End to End
I got to give a talk on NativeScript testing to a great group of people at NativeScript Developer Days. Despite my silly technical problems at the beginning, we managed to get back on track and I was able to present all the critical information that was needed to get everyone up and running. I… Continue reading NativeScript Testing: End to End
NativeScript Testing: Unit Testing
I got to give a talk on NativeScript testing to a great group of people at NativeScript Developer Days. Despite my silly technical problems at the beginning, we managed to get back on track and I was able to present all the critical information that was needed to get everyone up and running. I did… Continue reading NativeScript Testing: Unit Testing
NativeScript Developer Days
Well, we just finished the Conference yesterday! Thanks for everyone coming out; I enjoyed meeting a ton of you. And I hope everyone had a great conference. For NativeScript being released as a Beta to the world 18 months ago; they had a large turn out. In fact the Angular Native sessions… Continue reading NativeScript Developer Days
NativeScript: Version 2.3.0 Released
For those hiding out in the forest; guess what was released by our cool park rangers at Telerik today! Yes, you got it - v2.3.0 of NativeScript is now available! Upgrade Instructions below. As usual; if you run into any issues I will be putting any common issues at the bottom of this post as… Continue reading NativeScript: Version 2.3.0 Released
NativeScript: Debugging the Android Build Process
I've seen this error myself a couple times and it appears that several others have ran into it.. You type something like tns run android or tns build android and it gives you an error about some process failing to build -1 error and to try a --stacktrace to see more info... Not entirely helpful. … Continue reading NativeScript: Debugging the Android Build Process
NativeScript: Version 2.2.0 released
For those living in a dungeon hacking out code; guess what was released by those fine wizards at Telerik today! Yes, you got it - v2.2.0 of NativeScript is now available! Upgrade Instructions below. As usual; if you run into any issues I will be putting any common issues at the bottom of this post… Continue reading NativeScript: Version 2.2.0 released
NativeScript: WebPacking
The NativeScript team released a cool plugin using the "WebPack" code to packup the entire code base and since it does things like tree shaking; your end result is a much smaller app. Well I had an opportunity to test it over the last couple weeks for a friend of mine (Nathan Walker) as he… Continue reading NativeScript: WebPacking