Categories
Angular Firebase Java Script Tutorials

Getting Started with Firebase for Angular Ionic

Firebase is an app development platform covering everything from Database, Storage, Authentication to Hosting, Analytics. We don’t need to worry about the back-end of our application. One of the other exciting feature is real-time Database. A change in one client can immediately be seen in another. If so much of the organisation and architecture is […]

Categories
Angular Java Script Tutorials

Understand Angular Directive with Example [Video]

Angular directive makes more sense when used in an example. The interesting example will make things fun to understand and follow. In our scenario we will handle the images that are failed to load. If you are more of a video person that I have also attached the video the end of the article Watch […]

Categories
Tutorials

Implement Show Hide Password in Ionic/Angular

We are required to create secure passwords. For secure password we need to follow some strict rules. Some of these rules are: – At least one uppercase alphabet – At least one special character – At least 12 characters and the list goes on. While keeping these requirements, visitors to your website can have a […]

Categories
Tutorials

JavaScript Array slice and splice

If you have used JavaScript arrays than you surely know it’s length property. Arrays also come with built in methods. In this article I will talk about slice and splice. What they are and where they can be used. They manipulate our arrays. Sometime mutating the original array sometimes not. While writing JavaScript you will […]

Categories
Opinions

Coding Activities for Week 25 2017

Looking at the above graph, It’s good that I am keeping the goal of spending 3 hours purely on coding. Well my tracker doesn’t track the time that is spend on debugging/researching a particular problem. For this week I switched back to the Ionic. Which is also build on top of Angular. As angular has […]