Financial tips and advice on investment for developers:
"Learn how to free extra monthly cash from your dev-salary for investment"
There are so many different ways to free money for investments without thinking of getting another job. Download my Top-15 cash-freeing tips cheat sheet.
Fetching GitHub User with REST API and ReactJS

source: https://bit.ly/2rv4HpO
Why do we need to use this technology stack? Here is the short description:
How to Avoid Duplication of Common Wrapper Behavior in React Using Children Prop


source: bit.ly/2xzBpaF
When I was learning React there were a couple things that I couldn’t clearly understand and one of them was children prop. That is until I faced the problem similar to the following one.
Simple Image Carousel with React


source: bit.ly/2CtMqAO
Here we are! Due to my master thesis at the university, one of the requirements is the implementation of an interactive mockup for the university WebTV platform. So, I decided to make it with React.
Simple State Machine with Redux


https://bit.ly/2wIeeNU
The last days I am working on the project, which should include the state machine. Implementing this project with React, I decided to use the Redux framework to manage state in my React application. Moreover, thanks to redux store we can debug data (in one place) easily.
Why Formik With React

source: https://bit.ly/2paojyl
Sure, most of us, at first hear about a new library from tech media portals or from tech-dev influencers or from conferences/meetups or from coworkers, etc. then we are going to check out the source of it whether it is a software or open-source product. In the end, we are playing with it and trying to apply it to the existing product.
Emotional Todo List with React

source: https://bit.ly/2NXyGjE
Creating Floating Label/Placeholder for Input with React


source: https://www.pexels.com/photo/several-assorted-color-tags-697059/
To make the application fancy, front-end web developers usually visualize it using animations or other effects. And now I am going to explain one of the methods how to apply the most famous floating label effect to the input field with React.
Internationalize Your App With React


source: https://www.pexels.com/photo/ball-shaped-blur-close-up-focus-346885/
Nowadays any viable product pursues the goal to grow globally. That means the successful online product is supposed to have minimum two language locales. One of them is english as an international language, and the other one depends on the spoken language of the target audience (usually domestic).
Front-end Shorts: CSS3 Opacity - Background Only
