I’ve been using ChatGPT at work quite a bit now. Some of the things I’ve used it for are:
Writing a shell script that scrapes some information about code modules and shows them neatly
Minor automation scripts that setup and make my day to day docker workflow easy
Writing random regex, sql, lua pattern matching functions
It turned out to be surprisingly good at creating code examples for certain undocumented APIs (kong.cache, kong.worker_events, kong.cluster_events) in Kong API Gateway.
Copy pasting a rough python automation script, converting it into Go, and adding it in the application itself.
I still don’t feel comfortable using it for anything big.
I’ve been using ChatGPT at work quite a bit now. Some of the things I’ve used it for are:
I still don’t feel comfortable using it for anything big.