ismaelaek's avatar

ismaelaek liked a comment+100 XP

18h ago

How to review AI-generated code

So I'm now creating more and more code with AI. Using multiple agent threads at the same time and doing both front end and backend with front end frameworks that I'm not familiar with.

How is everybody else reviewing this code? I'm finding that I have huge amounts of code that I need to review and feel like I'm missing things that I shouldn't. And sometimes I don't have a very good understanding of the code that I've created.

Any tips or workflows to help with reviewing this code?

ismaelaek's avatar

ismaelaek wrote a reply+100 XP

6d ago

How to implement Meta Offline Conversions in a Laravel application?

Hello @martinbean, thanks for you reply, I created a service class that take care of that using HTTP post request to the API provided by Meta, and as expected it's much easier than using the SDK.

ismaelaek's avatar

ismaelaek liked a comment+100 XP

6d ago

How to implement Meta Offline Conversions in a Laravel application?

@ismaelaek Don’t know why you want to make your life easier by not using the SDK provided by Meta/Facebook. If that’s the case, then you’ll need to read the API reference and implement the HTTP requests (and everything around it such as authorisation and response handling) yourself from scratch.

ismaelaek's avatar

ismaelaek started a new conversation+100 XP

1w ago

How to implement Meta Offline Conversions in a Laravel application?

I have a leads management CRM, and I want to add the feature to enhance the leads quality via Meta and Google ads, and I couldn't find a real example on Google or Youtube.

I tried to use facebook/business-php-sdk, but I prefer to not use any 3rd party package, can any one with a previous experience help me with that?