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.
Styling Form With Different States And Storybook

source: Photo by Goran Ivos on Unsplash
Harnessing the power of Bootstrap in React with Reactstrap

source: bit.ly/2TJDcVt
What are GraphQL and its schemas

source: Photo by Daniel Cheung on Unsplash
Let’s implement: Progress Bar With React Hooks

source: Photo by Roman Kraft on Unsplash
Hacking User Testing With ReactJS

source: https://bit.ly/2T8OJxc
Why Should We Create Conversational Experiences For Our Applications?


Photo by Alex Knight on Unsplash: https://bit.ly/2Irl4K1
These days, we are bridging the communication gap between human and computer. The next big thing is a conversational interface — the era of natural language processing. To highlight the point, nowadays there are two kinds of a conversational interface — virtual assistants (Siri, Alexa) and chatbots (like Slackbot, Telegram), which through “human” experience help end user to complete the specific task.
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.
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.