In this blog, we are going to discuss the defer, panic and recovery statements and their role in error handling. We use defer to delay the execution of functions that might cause an
Whenever we need to load lots of data stored on the backend, we split it into chunks and then load them one at a time through Pagination. Reasons why this approach is used:
Previously, We saw what error types are and how we can implement custom errors in go. Go also allows errors to wrap other errors, which can provide an additional context for error strings
Efficient error handling is essential to have in any software application which generally refers to responding to and recovering from error conditions in a program. In this and following posts, we will go
Since the pandemic, most of us have started using online video calls for sprint planning, feature discussions, architectural design discussions, code reviews, team building activities, and so on. Some of these meetings can