Learn common commands and how to get the best results
Analyze my code and give me an overview
Dive into specific functions:
explain how the app connects with Postgres
or
how do my app export data to S3?
how are users authenticated
what are the key data models
what file set the functions of the API?
or
find the files that upload data to S3
I get a 404 error when I try to upload a file
Fix the background effect error
Add console logs when a new user register
find depreceated APIs and fix them
refactor utils.js to the latest javascript practices
update index.php to use PHP8
upgrade my code to connect to MySQL using latest connection library
Create a documentation for this project
Check if the documentation includes all the project functions
Find functions without proper comments in index.js and add them
Analyze index.php and comment the code according to functions
tell me the difference between branches master and test2
What are the differences on index.php accross my branches