Whether we like it or not, bugs are a part of every developer's day-to-day. As a developer, we can spend countless hours tracking out where the issue originated. Sometimes you may be lucky… Read Article →
Hey everyone, recently I've using React Hook Form a lot to manage my forms state. While it's quite useful, one question that I've heard quite a while is "how can I validate stuff in there… Read Article →
Hey everyone, recently I've seen a couple of questions regarding testing in the JavaScript ecosystem. Some of the questions are: How to test API calls? How to test axios? How test API calls… Read Article →
Setting authentication in Next.js apps can be stressing and confusing. To make your life easier, Auth0 created an SDK that makes this process simpler and fast. In this blog post, I'll show… Read Article →
Hey everyone, this is the first blog post about the technical implementation regarding the ShareYourContent app for the Portfolio Project Club. This app will include the following things… Read Article →