Business logic does not (usually) belong in the database
Argues against placing business logic in stored procedures, advocating for keeping it in the application layer for better maintainability and scalability.
Argues against placing business logic in stored procedures, advocating for keeping it in the application layer for better maintainability and scalability.
Argues that traditional B2B app development is flawed for multi-party interactions and calls for a new platform.
A developer's detailed account of building SpeakerTravel, a tool to automate flight bookings for conference speakers, covering technical and business challenges.
Explains the concept of business logic in software development, using examples like a BMI calculator to distinguish it from other code.
Explains how to extend Azure Logic Apps by integrating custom API Apps to implement business logic and data transformations.
A tutorial on using PHPExcel to integrate and reuse existing Excel-based business logic in a PHP web application, avoiding duplicate code.