I’m building a website in PHP and need an API to be checked on a regular basis for EACH USER individually. In a nutshell it’s a SaaS to steer a user account on another website with additional/automated options. A web based bot if you want. So basically, I need to dynamically create a new cron job with its individual interval
Tag: architecture
What should I test in an application layer service
I wrote the following application service for a project I’m working on, but struggled to write a good unit test for it. As you can see, the service itself doesn’t perform any meaningful logic other than orchestrating the domain layer (as it should if I understand correctly, according to the blue book). What would be your suggestions to unit test
Suggestions on REST API & Software Architecture Style [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 1 year ago. Improve this question First of all i am student, so i need to know how compounds Interact with each other, Maybe next time
What are the architectural limitations of PHP? [closed]
I was reading the article “PHP Sucks, But It Doesn’t Matter” by Jeff Atwood. In the comments he writes: That said, I absolutely think it’s important for PHP devs to be aware of the architectural …