Author: kozubm

  • Michael Kozub – Week 5

    This week I was able to use ChatGPT to help me create two buttons, Follow and Unfollow, one for each table in our user-home page: Users and Following. After the buttons were created, GPT struggled with adding new functions to the existing web page. I’m still learning how to write my queries to GPT but…

  • Michael Kozub – Week 4

    This week I continued using ChatGPT to try and help me add features to the AI Coders App. As our codebase and files have grown I’ve found it to become more challenging to get ChatGPT to complete features for me, and this week I had to do more manual tweaking after code was generated for…

  • Michael Kozub – Week 3

    So far ChatGPT has done a great job creating MySQL table tables and general SQL statements. This week I used GPT to create more tables: I ran into some issues with it creating primary and foreign keys, mostly due to my impatience with how to correctly write this in GPT format, so I took over…

  • Michael Kozub – Week 2

    This week I created a new “followers” table, got a Flask server working, and got custom GET endpoints working. One endpoint returns all users and the other accepts custom parameters to query all users a given user “follows”. Below are bullet points in what I was able to accomplish at a more detailed level: Tables…

  • Michael Kozub – Week 1

    There was a lot of configuration and setup work involved in week one. We evaluated tools we should use for collaboration, including the project plan document, and landed on MS365 documents so we can all contribute in a single collaborative document. We also chose Asana as our project management tool. Github was the clear winner…