Consulting Archives...

Establishing Connection...

THE JOURNAL

⛧°. ⋆༺♱༻⋆. °⛧
  • December 17, 2023 Engineering

    How to handle status code as not considered a network error

    Sometimes, if we fetch a REST API from the server (backend) using async await it makes us confused. why is the catch block not invoked? in this article, I will try to explain what I learned from that.

    Read essay
  • December 9, 2023 Structure Data And Algorithms

    Binary Search

    In the programming world, we frequently need to search for a particular element on the list or array. one of the methods we can use for searching that element with using algorithms binary search.

    Read essay