Articles in this series
In one of our projects, we use the axios library to make API requests to our backend REST endpoints. However, we need to add authorization headers to...
Frontend developers often face a common challenge: waiting for the backend to be ready. This can sometimes hinder the pace of front-end development,...
When developing the front end of an application, waiting for the back end to be ready can sometimes slow down the development process. This is...
CSS Flexbox is a powerful tool for building flexible, dynamic layouts on the web. But like any tool, its real power shines through when you face a...
Hello, there! Today I’m going to share an experience we had at HeyBooster while upgrading our Sentry version. The Background HeyBooster, like many...
As any seasoned software developer will tell you, writing code is just one part of the job. One aspect often overlooked is documentation. As an...