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

Angular 8 Lazy Load Routing.

Angular 8 Lazy Load Routing. Angular announced a new version 8.0 and its improved few methods and the compiler to reduce the bundle size 40% less. Now time to update my previous article Angular Routing with Lazy loading Design Pattern. This post is about how to upgrade your Angular 7 application with Angular 8 configurations and changing the lazy load…

Continue Reading

30+ Web Tools and Services Reviewed For You

30+ Web Tools and Services Reviewed For You The market is crowded with tens of thousands of web tools and services, every day a new web product is being launched. It is super-simple and anybody can do it. How is that possible? Because technology advanced in an unimaginable way and now everything is possible by using the right web tools…

Continue Reading

Angular 8 Multi Tenants Architecture

Angular 8 Multi Tenants Architecture Multi-tenants is an architecture concept that can handle multiple projects in a single project container. If you look at popular sites like Nike.com or Mi.com, you will find out the project redirection based on the continent or country region. This post more about understanding the Angular 8 project package configuration, using this how are we…

Continue Reading

Google Cloud VM Instance Setup with Ubuntu and XAMPP PHP Server

Google Cloud VM Instance Setup with Ubuntu and XAMPP PHP Server Google cloud platform is a cloud computing service and a perfect alternate for Amazon Webservices. Nowadays most of the top companies are moving towards Google services for better results. Google cloud platform is offering a $300 free trial for one year. This post is about how to set up…

Continue Reading

Mock REST Backend Server for Angular and React Applications.

Mock REST Backend Server for Angular and React Applications. As I promised to continue the Angular/Ionic project series, as a developer perspective mock server is the most important to progress the development. We should not depend on the production or development API for front-end development. This post is about creating a simple Node Express server with mock JSON object files.…

Continue Reading

New Ionic 5 Angular 8 Display, Update and Delete Records with RxJS

New Ionic 5 Angular 8 Display, Update and Delete Records with RxJS This post is about displaying the API records with delete and update actions using new Ionic and Angular reactive programming. This is a continuation of Go to Source Author: Powered by WPeMatico