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)

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