Architecture Of Large React Apps: Tools and Techniques

React is an extremely easy to use frontend library. It allows prototyping and iteration at a neck-breaking speed. But, when developing large-scale production apps. it is important to carefully design the architecture and keep the design clear and simple. In this article I will go into some of the tools and principles you can use to architect your React projects.

read more “Architecture Of Large React Apps: Tools and Techniques”

Creating Production Artifacts in A Multi-Module Maven Project

If you are working with Java projects, you will most likely have to deal with Maven. Maven is a project management tool, used as an industry standard for medium to large scale Java applications. In this post, I will teach you to create production artifacts of multi-module Maven projects using the assembly plugin.

read more “Creating Production Artifacts in A Multi-Module Maven Project”