Can you explain how to use API, let me example i mean like we have one project and we want to use weather api, how we implement/connect this API? Sometimes this situation confused for juniors( like me :) ) And the other idea is how to read and use document , how we could/should these? If you dont think prepare video about this, can you advice where can i learn these (firstly API). Thanks.
I always look for example PHP code and I read the Docs. One thing to do is capture the reply from the API that will let you know if all went well or if there is a problem. I assume the weather API will be well documented and probably has some example PHP code. Take a look at w3 schools - they might have a tutorial that might be helpful.
What about rewrite old code ? Or check on security?
Those are good questions. I have not done any digging in that area. Would be worth looking into. Thanks!!
Can you explain how to use API, let me example i mean like we have one project and we want to use weather api, how we implement/connect this API? Sometimes this situation confused for juniors( like me :) ) And the other idea is how to read and use document , how we could/should these? If you dont think prepare video about this, can you advice where can i learn these (firstly API). Thanks.
I always look for example PHP code and I read the Docs. One thing to do is capture the reply from the API that will let you know if all went well or if there is a problem. I assume the weather API will be well documented and probably has some example PHP code. Take a look at w3 schools - they might have a tutorial that might be helpful.
i am a fullstack web dev...php laravel specially
Nice!!