Calling Amazon Web Services inside SAPUI5 application

Recently I was involved in a project of web application using SAPUI5 (which I really hate) and in that, I needed to call AWS Machine learning service to predict some values using a model which was already been deployed on the AWS. As you may know, Call from the AWS CLI is easy cause it … Continue reading Calling Amazon Web Services inside SAPUI5 application

Docker-izing a Node Web app (NPM/Webpack)

After implementation of my web app for Raspberry SenseHat with ReactJs, I decided to dockerize it so maybe later I run it on AWS ECS (Amazon EC2 Container Service).(Actually not this web app but other project that I have, should be run on AWS ECS) First I want to use Docker Hub to push my … Continue reading Docker-izing a Node Web app (NPM/Webpack)