Yesterday Mike and I had the privilege of giving a half-day workshop at Code PaLOUsa 2018. If you’re not familiar with Code PaLOUsa it’s “Software Development Madness” right here in Louisville, KY. Mike and I spoke about rapidly prototyping mobile apps using NativeScript and Angular where we created a SpaceX mobile app in a few hours. So how does one rapidly…
Tag: typescript
Reusable Card Component with NativeScript and Angular
Happy New Year everyone! Last year was quite a year with the release of The NativeScript Book and all. This coming year Mike and I plan on making some updates to the book to make sure it’s update to date with the latest updates to the NativeScript framework and to fix grammatical errors that have been found since release. But enough…
NativeScript in Action Update
We’re excited to share some important updates to our progress on NativeScript in Action. To start off, we’re nearly finished! We’re working through updates and edits on the last three chapters, and will be releasing MEAP (Manning Early Access Preview) updates every couple of weeks. Chapter 11 Released Our second announcement is that chapter 11 has been released to MEAP! Chapter 11, titled Refining…
Chat with Nick Branstein and TJ VanToll on NativeScript in Action
Last week, Nick and I spoke with TJ VanToll about NativeScript in Action, our new book from Manning Press. If you’ve ever been interested in what it takes to write a technical book, take a look. It’s a short 15-minute video.
js13kgames 2016
It’s been a while since I wrote a blog post; not that I haven’t wanted but working on NativeScript in Action has definitely kept me more than busy. In my extra spare time I made sure I was able to participated in js13kgames 2016. js13kgames 2016 If you aren’t familiar with js13kgames it is a yearly competition to create a…
What ECMAScript Updates Will do to the Enterprise
Since last week’s .NET Meetup in Louisville, KY, where Jared Faris spoke about ECMAScript 6, I’ve been troubled by the problems ECMAScript 6/2015 is going to cause. In fact, I think ECMAScript updates will cause more problems than it solves for the Enterprise. Below, I’ll share some of my thoughts on what ECMAScript updates will do to the Enterprise and what…
NativeScript
At KiZAN, we’ve been searching for the right set of tools to help us be innovative, stay on the edge of mobile technologies, and delivering the most value to our customers at the best cost. We have previously used PhoneGap/Cordova, Xamarin Forms, and native app development technologies. For the last 6 months, we have been exploring Telerik’s NativeScript – a platform for building cross-platform mobile…
Publishing Your Typescript Project to Azure
So you want to deploy your new Typescript web application to Windows Azure using the publish option within Visual Studio but when you preview the files you notice that the Javascript files created from created when you built your project are missing. Unfortunately Typescript has a few kinks to work out with its integration and this is one of them.…