• 3 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: June 28th, 2023

help-circle










  • Coding.

    The other day I needed to set up a node service with an HTML front-end that allows me to upload files from a browser that end up on my machine hosted in a docker container. Something like this would take me the better part of a day to complete. Through a series of prompts I got what I needed deployed in less than an hour.

    Then unit tests. Sometimes all I need is good code coverage and since it’s just tests you can verify the quality of the generated code if it runs and covers the lines you want. I’ve saved a ton of hours of tedious code coverage work this way.