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 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

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

Getting Started with Ionic React and Capacitor

Getting Started with Ionic React and Capacitor Ionic is the most popular framework for Angular mobile application development. Now Ionic announced with React beta and Vue Js. This post is about getting started with Ionic React with Capacitor(Ionic Product). The Capacitor is a native bride for Cross-Platform for building universal applications. This blog post will explain how to set up…

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

Angular Continuous Deployment to Firebase Hosting using CircleCI

Angular Continuous Deployment to Firebase Hosting using CircleCI Are you working with front-end applications like Angular, React, Vue etc. Doing the production deployment is the most boring part. Because we need to do many manual steps to perform like npm install, ng test, build etc. This post will explain to how to automate all of these steps with CircleCI pipeline.…

Continue Reading