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

How to pass a user input of a child component to top Navigation bar component in React (Binding between child components)

So I was doing a project that in one of its part I needed to get the name of the user and set it on the right side of the top navigation bar. Normally it is easy to pass a value from child component to its parent, simply by setting a parameter in state of … Continue reading How to pass a user input of a child component to top Navigation bar component in React (Binding between child components)

Building a Simple Dashboard for Raspberry Pi SenseHat using Python, React and Bootstrap

These days the comparison between React and Angular2 is a very hot topic. I've seen some people build the dashboards on top of both and compare the features and basically the do pros and cons. So, I decided to the same thing for my SenseHat and see the result. I should mention that I am not … Continue reading Building a Simple Dashboard for Raspberry Pi SenseHat using Python, React and Bootstrap