phpMick's avatar

phpMick started a new conversation+100 XP

2mos ago

Hi,

We are just planning on deploying a new API which a third party will use to send us data. We are considering all deployment options and not just an EC2 instance. It will be AWS.

What would you suggest, what is popular nowadays?

Cheers,

Mick

phpMick's avatar

phpMick started a new conversation+100 XP

5mos ago

I just thought I would start a discussion to see what other people are doing.

I used to be a big fan of TDD but now I work differently:

  • give AU (Augment currently) my requirements for one file (eg a model factory)
  • write manual(ish) tests to confirm that the requirements have been met
  • step through the tests with xdebug and bugfix as I go

I really like this because the tests confirm that the requirements have been met.

How much are other people using AI? I feel like I am writing more prompts than code now.

Mick