Angular2 series - Tooling
This post presents my favorite tool stack (TypeScript & Webpack) and explain why you should use it too with Angular2.
44 articles
This post presents my favorite tool stack (TypeScript & Webpack) and explain why you should use it too with Angular2.
Today Ionic2 alpha was released along with new examples and boilerplates. Following this release I decided to create my own using Webpack and ECMAScript6.
I have heard about the Telerik’s native transition plugin for Cordova recently. To me this is not only a game changer in the hybrid industry, but in the entire mobile application industry. To help the Ionic community to use native transitions I created ionic-native-transitions a plugin available on github and npm
This tutorial is a post that I did for tutsplus.com. It will explain you step by step how to create a modern, hybrid, mobile application (iOS and Android) of your WordPress website using the latest technologies.
AngularJS and Ionic performance is often questioned. The reason is because it does not necessarily comes out of the box. This post list all you need to focus on in order to get the best performance and user experience out of them.
This post describes the architecture that you can use RIGHT NOW on your AngularJS 1.x or Ionic applications and that will be compatible with AngularJS 2.
Push notification is always a pain when it comes to find the perfect free service. If you are hosting your WordPress website there is no need to subscribe any of those services. With your server you have already what it takes to send push notifications to your subscriber. No third party service involved, just your WordPress server and your application.
Learn how to create an application using AngularJS 1.4, ECMAScript 6, Material Design and Webpack.
This post aim is to provide Codility algorithm solutions in JavaScript as there are so many of them available out there. I am not pretending to have the best algorithm possible but at least the following answers scored 100% on Codility test result.
I created this article to prepare for Toptal interview process . If you wish to apply to Toptal , here is a referral link that will link your account to mine if you are successful!
Webpack is a module bundler, it takes modules with dependencies and generates static assets. Learn Webpack through detailed examples borrowed from real-world apps.