Developers often tell me that the requirements they receive are usually vague and unclear. Another common complaint is that the requirements change...
Imagine you've got a REST API for listing users, and each user's information shows up in 12 fields. GET /v1/users/?page=1&page_size=15 { ...
Decoupling the Data Layer for Enhanced Code Modularity · Unit tests are designed to be simple and efficient, focusing on testing small, isolated code...
Essentials for Safeguarding and Maintaining Your Sprint Cycles · At work, we follow the agile methodology and complete tasks in two-week sprints. Our...
A Step-by-Step Tutorial with Practical Examples · API Timeouts: Why should we implement timeouts? When developing a backend system, it is likely that you...
Updating the global state using mutations · Once we have our state and getters ready as explained in part II of this blog, we can start defining our...