Keep your project structure simple!
What should your project structure look like? How should you structure and organize your HTTP APIs? Here’s one way by Jono Williams and my thoughts and insights about some misconceptions about Domain Driven Design. YouTube Check out my YouTube channel, where I post all kinds of content accompanying my posts, including this video showing everything in this post. Typical Structures There are a few common folder structures that people typically use. Probably the most common is organizing by technical concerns. This means grouping files and classes based on their type, such as controllers, services, and models. You’ve likely encountered this if you’ve… Read More »Keep your project structure simple!