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…
Category: PHP
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…
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…
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…
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.…
Publish an Ionic Android App to Google Play Store.
Publish an Ionic Android App to Google Play Store. Ionic is a great component framework that can build both iOS and Android apps from the same source code using Capacitor. In this video I have explained how to generate a signed Android release APK version using Ionic application and publishing on Google play store. For this process you need a…
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…
Setup SSH authentication with PEM RSA file without password on ubuntu/linux server
Setup SSH authentication with PEM RSA file without password on ubuntu/linux server Recently I have been working with Raspberry PI and creating my own home server to host some of my demo projects. This post is about setting up SSH authentication with a PEM certificate file without password on ubuntu/linux server. Implement the following steps and improve the security. Go…
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…
Microsoft Azure Virtual Machines Setup with Ubuntu and XAMPP PHP Server
Microsoft Azure Virtual Machines Setup with Ubuntu and XAMPP PHP Server Microsoft Azure is another great alternate cloud service and it is offering a one-year free trial with $200 credit. This post is almost similar to my previous Go to Source Author: Powered by WPeMatico