At Stackify, we understand the amount of effort that goes into creating great applications. That’s why we build tools for Application Performance Management (APM), log management, and a whole suite of application support tools (in one solution) to ma…
原文地址:http://www.petrikainulainen.net/software-development/design/understanding-spring-web-application-architecture-the-classic-way/ Every developer must understand two things: Architecture design is necessary. Fancy architecture diagrams don’t descri…
原文:https://medium.com/@lopesgon/translate-angular-4-with-ngx-translate-and-multiple-modules-7d9f0252f139 ---------------------------------------- I wanted to do a short story to briefly explain to those who are not familiar with ngx-translate in Angu…
Common models will be a sub models for category and bookmarks. Because they are used everywhere. For bookmarks edit and create, all they need is a common sub module. bookmarks.js needs create and edit modules and two common sub modules. category.js n…
Flux is an architectural pattern based on unidirectional data flow. Although it is originated in the React community, it is general and can be used with any non-opinionated framework. In this article I will show how to use it with Angular. WHAT IS FL…
We build a project according to its features or based on simple MVC structure. Put all controller into one folder and factory into another folder is hard to maintain and testing. For this project, we have two main features Category Bookmark And one C…