How to Handle Partial Failures in Parallel Asynchronous Tasks? [closed]
Closed 3 hours ago.
Moving from PHP to Python – framework considerations
As a long time PHP developer, I am now starting to explore the Python world.
How important is it to implement a caching system in an MVC style framework?
I am writing my own PHP framework (…waits for the groans to subside) for the purpose of learning (best practices, design principals etc.) as I’m entirely self-taught and consequently there are gaps in my knowledge.
Appropriate use of SQL CLR
We have some back end processes that runs* on our sql server (SQL Server), they involve processing claims. This requires both data manipulation (biz logic) and data read/write to tables. The biz logic contained should never be used by any of our end user (web/fat client) applications, just for this (runs once, nightly) process.
Should I use a workflow engine?
I need to add some new features to a PHP application. It is to follow the steps of a order. A process create some orders, the order goes to confirmation, then if approved is sent to a provider, later the provider confirm that can deliver the order, a request is made to the provider and so on…
Test case as a function or test case as a class
I am having a design problem in test automation:-
Test case as a function or test case as a class
I am having a design problem in test automation:-
Would Using a PHP Framework Be Beneficial in My Context?
I’ve just started work at a small start-up company who mainly uses PHP to develop their front-end apps. I had no prior PHP experience before joining, and this has led to my apps becoming large pieces of spaghetti code. I essentially started by adding code to implement an initial feature, and then continued to hack in more code to implement further features – without much thought for the overall design.
When to use DAG (Directed Acyclic Graph) in programming?
I recently found a framework named ecto.
What is Declarative UI?
I keep seeing this term being thrown around in blogs about frameworks. While I understand the difference between declarative and imperative programming, how does this apply specifically to UI? Why does there appear to be a special term for it? Are these different ‘things’? If so, what is the alternative to Declarative UI and why would I want to use it?