How many times have you written a boring CRUD endpoint that returns a list of results?
Half the stuff I lose time on is the boring boilerplate code (despite using frameworks). Now I can focus on the fun stuff like determining an optimal algorithm or even getting the LLM to walk me through using kubectl on the terminal
Now I know some kubectl commands off by heart, which I didn't before.
How many times have you written a boring CRUD endpoint that returns a list of results?
Half the stuff I lose time on is the boring boilerplate code (despite using frameworks). Now I can focus on the fun stuff like determining an optimal algorithm or even getting the LLM to walk me through using kubectl on the terminal
Now I know some kubectl commands off by heart, which I didn't before.
- kubectl get namespaces | grep "foo"