The Software World
Something Possibly Better than StackOverflow and Google Search is Coming
Not only it gives you the answer directly, but it also codes for you!
As a Software Developer, the internet is our first source of help a lot of times. The two main sources we usually end up using are
- Google — to search for developer questions mainly
- StackOverflow — look for some sample coding answer
These are wonderful sources! But another that potentially can be better is on the horizon!
It is ChatGPT — https://openai.com/blog/chatgpt/
An AI Chat machine!
It has so many usages, but here I’m focusing on how well it is for me as a software developer!
1. It answers me straight away without the need to search through the links!
I have a technical question.
In Android Development, we need Android SDK and Android Gradle Plugin version. I was wondering if Android SDK is dependent on Android Gradle Plugin version.
So I search on Google. It provides me with links, and I cannot easily find the answer to my question. I have to…