Podcasts
I’m a big fan of podcasts they are like your own personal radio station. Currently this is the list of podcasts I listen to:
I’m a big fan of podcasts they are like your own personal radio station. Currently this is the list of podcasts I listen to:
I’m working on Ionic app and I need to open a modal in order to record some information. Pretty standard stuff, but sometimes you forget these type of things. Thankfully the Ionic team have the Learn Ionic site.
This great site gives you a sort of cookbook of Ionic recipes of some of the things you may need to have in your Ionic apps.
This is more a note to myself than a full on tutorial.
Some of the Ionic apps I create need to create add something to local storage during startup of my app. The way I’ve been doing this recently is to run a service in the Run function of my app. Something like this:
.run(function(MyService){
MyService.appStartup();
})
I’ve used this a couple of times to load something in local storage, usually app settings. Then in my service (MyService.js) I can check what is stored in my settings, and if there is nothing there I can load them in via the same service.
At the end of October I went to AngularConnect a massive Angular conference, the biggest conference I’ve ever been to.
The first day of the conference was a series of workshops about Angular 2, Angular 1 and Ionic. I went to the Ionic workshop, which was all about Ionic 2. It was a great workshop, using the new alpha of Ionic 2. This was my first exposure to Ionic and Angular 2 along with TypeScript.
Like a lot of people I’ve seen the slides from the ng-conf presentation where scope and controllers were both declared dead in Angular 2. So I was interested in seeing how the new version was structured.
Getting to work with Ionic 2 in the workshop gave me a great introduction to both TypeScript and the component based structure of Angular.
That was the Monday, then on the Tuesday the conference started proper. First off was the keynote by Brad Green. I like everyone else was hoping that the alpha of Angular 2 was going to be announced, but it was (though I’m sure it’s close). The keynote was great, full of details about Angular, the Angular eco-system and the performance gains that are coming with Angular 2, really it can’t come quick enough.
Here’s a list of the talks I went:
So there was quite a lot of talks, thankfully everything was recorded and the videos are available to see on YouTube. So do yourself a favour go watch the YouTube channel and go next year
On Friday I attended a one day Node course by White October. This course was run by Tim Ruffles
It was a great course, pretty full on and fast paced. Tim is a great instructor, who really knows his stuff and was a great tutor.
When I started the course I knew a little about Node and some ExpressJS, but after sitting through the course I realised I need to learn a lot more about Node and how to write Node, especially the callback pattern. For what I learnt during the course, the callback pattern is extremely important to get right or your Node code can quickly turn into a right mess.
Here’s a good link to understanding the Node way:
I’ve also got a couple of books to read through:
So plenty to get through.
White October put on some good events. The next big event I’m going to is the AngularConnect conference in October
In order to help grow my freelance business I’ve signed up to Paul Jarvis course, the Creative Class
See how it goes….
With the new version of Node out, I decided to upgrade to the latest version of Node (version 4.0.0).
I didn’t want to go through downloading an install package, I wanted to use NPM so after a quick search around I found this way from David Walsh’s blog.
sudo npm cache clean -f sudo npm install -g n sudo n stable
I’ve just read Dan Davies article “It’s fun to learn” it’s a great article where he talks about how he is a self taught web developer and over the last year he has really pushed his jQuery skills building demo sites and projects. It’s a great post and well worth checking out.
While reading I was reminded about that initial fun you get when you start out learning new technologies. Like Dan I’m a self taught developer, who has picked up new skills as I’ve gone along. For me learning a new technology has recently felt like it’s something I have to do. For example as a contractor if I want to earn so much a day then I need to have a particular set of skills (not the set of skills that Liam Neeson has in Taken). Which has lead me to looking to pick up the next thing that is popular.
Really I have a lot of experience and a good set of skills, and I could easily stick with what I know, but this leads to stagnation and a feeling that you are going nowhere in your career. This takes the fun out of the job.
Dan’s post has reminded me to not learn something cause it’s popular and may increase contract opportunities, but to learn something that I find fun. And the best way to learn a new technology is to build demo sites as Dan lists in his post.
For me I’ve recently been interested in NodeJS (yes I know it is very popular at the moment, but it’s something I want to learn). As a web developer I like the web frameworks that Node supports, the one I am interested in is ExpressJS. So that’s what I’m going to start learning and have fun doing it.
I’ve developed websites for over 15 years now, since Netscape came out. So I’ve done a lot of different websites and web applications, recently over the last 2-3 years mobile web has really grown, but there has always been the native vs web argument over which stack to use to develop mobile applications.
As a web developer I’m on the web side of the argument, the reasons for me that web suits me are, it allows me to develop mobile apps for both Android and iOS from one code base. This allows me as to develop both my own as well as apps for clients to reach both of the major platforms quicker and at the same time.
It brings a real benefit to small to medium business who want to have a mobile app developed to hit both Android and iOS at the same time instead of getting both a iOS developer and a Android developer to create their app. Twice the number of developers cost twice as much and takes twice as long. I believe the mobile web is an ideal solution for SMB to create their mobile strategy.
Also mobile web allows me as a web developer to use the skills and experience I’ve gather over the last few years to create both responsive websites and mobile applications, using a framework like ionic to create cross platform apps.
Native is still a valid choice, but for me as a web developer the web wins.
Over the last few weeks I’ve been working on a large responsive site using Sass.