Recently different tools and workflows have emerged in order to make the front-end development process easier — one of these tools is […]
Managing state when building complex tasks was quite a pain in the neck until Redux came along. Inspired by Flux […]
Bugs make our users unhappy and slow the development of our products down. The front end of our product is […]
The advice in this article applies to any API. However, some of the issues we’ll consider are easier to encounter […]
Grab a coffee, settle in, and read slow. Our review doesn’t miss much.
The power of front-end web development is growing at a steady pace. We can do things with HTML, CSS and […]
How to make an MVP that doesn’t suck In 2014, I began my first internship. It was my first time […]
Redux is a very popular state container used in so many modern frontend JavaScript applications. It is framework agnostic and […]
Introduction When I got introduced to programming, years ago, I was really excited about the endless opportunities I could embrace. […]
The phrase “single-page application” has come, over the years, to mean both a particular type of website and a web […]
Every now and then you run into a cranky programmer who hates Javascript. They argue that JavaScript is terrible because […]
In this post, we will set up an observable system for a React/Redux app and a Node.js back end deployed […]