Event Emitters Component Interactions in Angular Ionic

Event Emitters Component Interactions in Angular Ionic This article is more about understanding the Event Emitters in Angular and Ionic. Data flow is the most important when you build an application to communicate with components. Event Emitters will help you to even bind using @Input @Output decorators. Here is a simple example to display and update the user profile using…

Continue Reading

PUBNUB: Making Engaging Realtime Experiences a Reality in India

PUBNUB: Making Engaging Realtime Experiences a Reality in India Realtime Communication is providing enterprises with an innovative way to deliver better, more cost-effective customer service.Technology companies in India are racing towards a more connected and always-on world, making it easier, faster, safer, and more convenient for everyday people to do the things they need and achieve the things about which…

Continue Reading

Angular Multiple Language Support using Internationalization (i18n)

Angular Multiple Language Support using Internationalization (i18n) Modern web and mobile user experiences is a worldwide thing. Localization of your application (supporting multiple languages) will help you to reach worldwide people. Angular is offering Internationalization(i18n) plugins to enrich your application with multiple languages. In this post I will discuss the implementation with lazy loading design pattern with supporting dynamic content.…

Continue Reading

Deploy NodeJS Express Application to Firebase as Function.

Deploy NodeJS Express Application to Firebase as Function. Few days back I posted an article about how to implement restful apis using the Node Express and MySql. In this post I am going to discuss deploying NodeJS RESTful apis with Express framework to the Firebase functions. This is helpful when you deal with external endpoints which need secret keys. Google…

Continue Reading

Github Free Angular React Application Hosting

Github Free Angular React Application Hosting Developing and hosting your own Angular, React applications has never been easier, but now there are many options like Google Firebase, Heroku and etc. Github Pages is offering some great features with free of cost no credit card required and no bandwidth limitations. Just create a public repository and commit all of your product…

Continue Reading

Environment Variables in Apache and Xampp

Environment Variables in Apache and Xampp Few days back one of my friend’s project database credentials got exposed. After some investigation, we realized that it is because of the .git config commit. I would recommend configuring your sensitive credentials with operating system environment variables. This way you can protect information from the code base. This post will explain how to…

Continue Reading

Create Angular NPM Package and Publish

Create Angular NPM Package and Publish Are you interested to create and publish NPM packages/libraries to enrich Angular functionality? Take a quick look at this post. You can share solutions with other developers. A simple package can solve many problems and resolve the issue quickly. If you are working with multiple applications? Package approach will help you to solve the…

Continue Reading

Upload Files from Ionic Angular to Firebase Storage.

Upload Files from Ionic Angular to Firebase Storage. Nowadays Google Firebase is my most favorite application. This is offering great web solutions like hosting, authentication, storage and database in a simple way. This article explains how to upload images(supports video) into Firebase storage with Ionic and Angular applications. This covers the user authentication part to protect storage uploads and improving…

Continue Reading

Angular Routing with Lazy Loading Design Pattern

Angular Routing with Lazy Loading Design Pattern Lazy loading is a design pattern to implement large scale Angular projects. Using this system design we can load the components based on the application need. This way we can increase the application performance. This article is a continues of Angular routing project, please follow Go to Source Author: Powered by WPeMatico

Which Hostgator Plan is Best for Indian Businesses?

Which Hostgator Plan is Best for Indian Businesses? Web hosting in India is a mixed bag. There are lots of local companies based in places like Pune, Bangalore, and Chennai, but none of the web hosts own their data centers. Instead, they’re leased out, and this means they don’t have direct access to the servers. Hostgator on the other hand,…

Continue Reading