DevWeek Introduction to HTML5 Slide Deck and Demos
I’ve just finished my first session in DevWeek – Introduction to HTML5. First of all, I want to thank all the attendees who came to hear the session.In the session I talked about: What is HTML5? New...
View ArticleDevWeek Creating Data-Driven HTML5 Applications Slide Deck and Demos
I’ve just finished my second session in DevWeek – Creating Data-Driven HTML5 Applications. First of all, I want to thank all the attendees who came to hear the session.In the session I talked about:...
View ArticleDevWeek 2014 Experience Summary
I’ve arrived back home a few hours ago after a great week in DevWeek 2014. This year DevWeek location was Central Hall in Westminster, London. What a great location for a conference! – the heart of...
View ArticleUpcoming Front-End.IL Event – TypeScript and WebGL
In one month, we are having our ninth Front-End.IL Meetup. In the upcoming Meetup, we are having two one hour sessions about TypeScript and webGL. The first session will be delivered by your truly and...
View ArticleFront-End.IL Building End-to-End Apps Using TypeScript Slide Deck and Demos
In today’s Front-End.IL Meetup, I presented the “Building End-to-End Apps Using TypeScript” session. First of all I want to thank all the attendees who came to hear the session. In the session I...
View ArticlePro Single Page Application Development is Out in the Wild
I’m happy to announce that the book I wrote with Ido Flatow, Pro Single Page Application Development, was released.You can buy your copy in Amazon site or in Apress site. I hope you will enjoy the book!
View ArticleNew Speaking Engagement – DevConnections 2014
A few weeks ago I was notified that I was picked to speak in DevConnections 2014. I’m really excited to return to DevConnections conference this year. In the conference I’ll have one workshop and one...
View ArticleUpcoming Front-End.IL Event – Twitter Bootstrap
In one month, we are having our tenth Front-End.IL Meetup. In the upcoming Meetup, we are having two hours session about Twitter Bootstrap.Twitter Bootstrap is probably one of the most commonly used...
View ArticleOverview of Modern Web Front-End Architecture Article
As part of the NDC Oslo edition of NDC Magazine, you can find a small article I wrote. The article discusses modern web front-end architecture and topics such as modular JavaScript, MVW...
View ArticleUse The Right Tool for Every Task
Lately I was involved in a few projects and was consulting to a few more. Most of the web developers I met are very confused with what is going today in the web platform. They have so many JavaScript...
View ArticleStarting a New Journey
Today I’ve started a new journey and a new page in my professional life. While I’m still working with SELA Group, I’m also working in my own company, sparXys. I hope that the future for me in sparXys,...
View ArticleMeet Me in NDC Oslo
NDC Oslo 2014 is occurring this week and I’m excited to be there and to have two sessions. Tomorrow night I’ll be flying to Oslo to join the party.If you want to meet, talk or just say hi you can...
View ArticleObject Oriented JavaScript and Testability Session in WDC.IL
In about two weeks I’m going to deliver part of a two hours session in WDC.IL. In the first part Ori Calvo will talk about JavaScript techniques for creating object-oriented JavaScript. In my part I’m...
View ArticleNDC Oslo TypeScript Session Slide Deck and Demos
I had the pleasure of delivering a TypeScript session today in NDC Oslo. In the session, I introduced the TypeScript language and talked about language features and how to use them.At the end of the...
View ArticleNDC Oslo Jasmine Session Slide Deck and Demos
I had the pleasure of delivering a Jasmine session today in NDC Oslo. In the session, I introduced both Behavior Driven Development (BDD) and the Jasmine framework.At the end of the session, I showed...
View ArticleNew Speaking Engagement – Software Architect 2014
I’m happy to announce that I’ll return to London later this year to speak in the Software Architect 2014 conference.In the conference I’ll have one JavaScript unit testing session and a SPA workshop...
View ArticleSELA SDP 14 Slide Decks and Demos
This week I had the pleasure to deliver two sessions and a workshop in SELA SDP14 conference. In the sessions I talked about SPAs and JavaScript unit testing. In the workshop I talked about building...
View ArticleQuick Tip – AngularJS Controller Destructor
One of the things you might need to do is to clean up resources when a controller in AngularJS is being deactivated. The way to clean used resources is by listening to the $scope’s $destroy event and...
View ArticleBuilding a Simple AngularJS Print Directive
Last week I wrote a simple print button directive for an application that uses AngularJS as its client-side framework. The requirement of the button was to enable the printing of a DOM element that...
View ArticleSaving and Loading ng-grid Columns State
One of the needs in an application I’m building is to save the user columns interaction state in a ng-grid. In order to do that you will have to use a storage such as localStorage and to understand...
View Article