Category: Uncategorized

  • Devon Claiche – Week #6 Progress Report

    This week I continued work on the backend schema further to try to finish it and complete all the tables we’d need to launch a good MVP of our app. I leaned into using AI heavily for this as it is very good at translating text into SQL code and create the schema that I…

  • Rafael Cruz- The Outdated Gmail

    As we continue to push the boundaries of AI into full stack development, we keep finding more interesting issues. This week I was attempting to setup a email notification system as part of a larger notifications microservice. The general idea is that the notifications microservice gets notified of a transaction and it sends out all…

  • Docking the Ship

    This week we added Docker containers and it has been quite the adventure! I teamed up with ChatGPT to tackle some tricky issues with our microservices. Our goal was to get our notification, Alpaca, and database microservices running smoothly within their Docker environments. The road was bumpy at first—containers wouldn’t talk to each other, and…

  • Devon Claiche Week #5 – Progress Report

    How AI Helped Me Develop and Enhance My Database As a programmer venturing into the intricate world of database development and management, I recently found myself needing a bit of guidance. This is where my interaction with an AI, specifically designed to assist with programming tasks, proved incredibly beneficial. Here’s a detailed look at how…

  • Devon Claiche Progress Report Week #4

    This week I focus on reorganizing the existing code base and improving the structure to make navigation easier and reduce headaches going forward. I used AI (chatGPT) to research better nextjs practices and UI and it gave me a few UI library websites to get new components. Then I followed a guide I found in…

  • Devon Claiche Progress Report – Week 3

    This week I built out a page that helps onboard the user into signing up on Alpaca. The page consists of a sliding carousel that has three pages with information on the Alpaca onboarding process. The first slide page shows an image of the create account page on the Alpaca website, some text instruction and…

  • Postman and CRUD

    This week was very interesting as well. I worked with some familiar tools like postman and ChatGPT and some not so familiar ones like the python mysql library. GPT was able to do some pretty amazing things with little guidance. One interesting that happened this week though was that it lost context in our conversation.…

  • Rafael Cruz – The ChatGPGit Incident

    This project is pretty cool to work on! It’s interesting to see the things the AI does well and what it does horribly wrong. It seems very well trained on flask API and on the alpaca api as well, which is really interesting and useful. What does seem to be a bit off is it’s…

  • Devon Claiche Week #2 – Progress Report

    This week I attempted to work on the frontend design of the launchpage and brokerage-linking page. I managed to complete both pages with an initial draft that can then be iterated on and synced with the backend for the next couple of weeks. I started on the schema for our database but still have some…

  • Devon Claiche – Week 1

    Progress Report Week 1 – AI Coder This week we mostly focused on setting up our project guidelines and frameworks that will guide us over the coming weeks and provide a goal to achieve. Our team setup the Github repository, Discord server, Asana group, Team Standards and Project Plan. Setting up the supporting tech (Github,…