Top "Conceptual" questions

Conceptual questions involve programming problems which are not related to program code itself, but with algorithm logic and program architecture.

How does one represent multiple threads in a flow chart

I have been tasked with creating a flow chart for some client server and start up processes in our organizations …

workflow conceptual
REST API Design: Nested Collection vs. New Root

This question is about optimal REST API design and a problem I'm facing to choose between nested resources and root …

rest api-design conceptual