· 2 min read
Arrays is one the most common thing you are going to use as a programmer. So, today I'm going to cover 8 javascript array methods which are going to make your life so much easier and so much enjoyable. Below we have array of items which…
· 1 min read
Happy year, I hope this year is a great year for everyone. Personally I have big goals to accomplish and I am happy about it.
· 1 min read
Hello, I want to share my list that consists of some practices that I use to write components in React , surely you already know some of them. Of course this is my point of view, you can recommend some practice that you do not find on…
· 2 min read
Redux is a small Javascript library created by Facebook that serves to control the status of an application. It is based on the Facebook Flux architecture. Redux is commonly used with React , but can also be used with Angular . The…