ThanoThe Art of Code : Chapter 02In the previous chapter, we saw how to get the sum of an Array using reduce() method. In this chapter, we will see how to simplify complex…Mar 11, 2023Mar 11, 2023
ThanoThe Art of Code : Chapter 01In this series, We will explore the importance of writing efficient code, and provide tips and tricks for software engineers to optimize…Mar 3, 2023Mar 3, 2023
ThanoUsing the 200 HTTP status code for all requests is bad practiceAs a developer, it can be tempting to use a single HTTP status code, such as 200, for all requests in your API. However, this can lead to a…Mar 1, 2023Mar 1, 2023