blogs

How to use API with Fetch API and Promises.

In this blog, We will talk about what is promise and how to connect api with our project. how to get dynamic data from server and render it on html page.

Read more

Trust Issues with setTimeout()

In this blog, We will talk about call stack and setTimeout. why sometimes setTimeout takes more time than mentioned delay.

Read more

ERROR #1093 : You can't specify target table table_name for update in FROM clause

In this blog, I explained one MySQL question and solved and understood one error.

Read more