JNJack Ndiang'uiinchemi.hashnode.dev·Nov 23, 2022 · 5 min readHow to create an AI chatbot using GPT-3Introduction to GPT-3 One of the hot topics in a couple of years, and still relevant today, is the topic of chatbots. In short, a chatbot is software that interacts with computers and humans over the Internet, allowing them to communicate. They are c...00
JNJack Ndiang'uiinchemi.hashnode.dev·Oct 4, 2022 · 2 min readIt's Null and UndefinedNull and undefined sneak into our code all the time. Either we forgot to assign a variable to an object in memory, a response from the database, or API came back with an empty object, the list is endless. Both null and undefined are similar and may ...00