• 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle



  • Like what?

    I make backends, very complex, yet curl does it all, headers, files, any data, whatever.

    Need to test an API? Swagger will help everyone.

    You need reproducible tests? Write feature tests.

    Need to do many requests to achieve a business goal? Put it into a script. Shell is sufficient for basic needs, use anything that can be interpreted for anything more complex. Though at that point you should have an app to handle distributed states, which is never a fun time.