Angular 2 is not here. It will take a pretty long time until we can start using it. But, as you've probably heard, the changes will be HUGE. This is a good enough reason to start preparing for Angular 2 today (otherwise the migration path will be painful). Another important...

I love Promises. We use it in all our projects. It can be used with AngularJS, jQuery or even Vanilla Javascript. I will not explain about Promises basics here, if you are not familiar with Promises, take a look here and here. The interesting stuff starts when there are several...

Debugging mobile apps can be tricky. Especially when debugging production apps. One of our team's most powerful tools is Charles Proxy. It is used by QA, Developers and even by other non R&D teams. Here I will demonstrate some super easy and super powerful techniques used to debug/monitor our mobile...

This is my video from AngularJS-IL, talking about Real World AngularJS tip (Hebrew...) Enjoy! The slides:

Git stash is awesome. You work on a feature/bug and suddenly having a context switch (a new urgent hotfix / a team member asking for help in another brunch). Now, you want to save your work aside without committing it. Git stash FTW! A basic stash will be: Saving a...