Firebase cloud messaging (FCM) is a service which enables you to send message or notification on Android device. This session describes how to obtain the FCM prerequisites and send push notification messages to a mobile endpoint. Push notification is sort of message or notification, you can send to users even when they are not actively…
Recently, I came across use case where applications are being deployed using AWS Beanstalk Services. When you deploy your applications using Beanstalk, your application URL looks like my-environment.us-west-2.elasticbeanstalk.com, which is not at all user friendly. Beanstalk details To make the URLs user friendly, one must Launch Reverse proxy server (EC2 instance). After launching…
Introduction Docker is open source platform for developing, shipping and running your applications. It also enables you to separate your applications from the infrastructure, this results in faster delivery of the software. Docker comes with two editions Community Edition(CE) This is mainly used by developers & ideal for small teams, experimenting with container-based apps e…