In the previous post, we discussed about the nature of the application highlighting lack of some key items. Let’s discuss the deployment infrastructure of the application. The application is deployed in a jboss domain cluster. There are three nodes in […]
I have been consulting for a company say X, the last few months. X is one of those companies that has a product used by several clients, with approximately 100K transactions per day, but with code that has become unmaintainable, […]
This is the eighth part of the video series on React JS. We continue our discussions on the basics of state in React JS. State represents the data model of a component. It’s bound to the UI. Technically, it’s just […]
This is the seventh part of the video series on React JS. We discuss the basics of state in React JS. State represents the data model of a component. It’s bound to the UI. Technically, it’s just JSON data. The […]
This is the sixth part of the video series on React JS. We discuss accessing UI components and event handling in React JS. Let’s continue with the login form we built in the previous post. The example used in the […]