-
Continue reading →: SCADA (Supervisory Control And Data Acquisition)SCADA is a system used to monitor, control and collect data from machines or industrial processes. It helps people see what is happening in real time and respond quickly if something goes wrong. SCADA is important for the company that run machines and industrial systems. For example : manufacturing/factories, energy…
-
Continue reading →: Why APM is criticalAPM (Asset Performance Management) is very important for the company that heavily depend on expensive and critical equipment that must run safely and continuously. If one asset fails, the impact can be very large, lost money, service disruption, safety risks or environmental problems. These are the reasons why some industries…
-
Continue reading →: Hitachi Energy APM (Asset Performance Management)Hitachi Energy APM makes the asset data become useful insight that help improve performance and keep operating smoothly. APM use smart analytics and AI to monitor asset health, predict problems before they happen, and plan maintenance and investments optimal. This helps reduce risk, avoid downtime and make asset lifetime longer.…
-
Continue reading →: How to Maintain Customer Health for Enterprise Digital Solution CustomerMaintaining customer health for enterprise digital solutions requires shifting from a reactive support model to a proactive, data-driven strategy. This involves establishing a 360-degree view of customer engagement, sentiment, and value realization, using tools like customer health dashboards to trigger timely interventions Here are the key strategies to maintain customer…
-
Continue reading →: This is the AI PROMPT secret not many people knowDon’t you know that there are some prompt techniques to make your AI give it’s best response As I have explained on my previous post about prompt. Now we are going to discuss about the techniques how to prompt. It can be illustrated as techniques in martial arts. 1) Zero-shot…
-
Continue reading →: Bad PROMPT VS Good PROMPTIn this emerging AI era, there is one term become more familiar, it is “PROMPT”.“PROMPT” is the way how human interact with AI platform.And “PROMPT” can be instructions, questions even statement. What mostly people do not understand is the quality of the PROMPT can impact to the quality of the…
-
Continue reading →: Technology Sales
Photo by fauxels Technology sales is the act of connecting customers with technology that can provide a solution to a specific problem or challenge1. Technology can include software, hardware, or services1. Technology salespeople identify consumer needs and show them how their products or services can meet them. They can sell…
-
Continue reading →: (Software Architect series) Communication in Microservices Architecture
Communication is one of the biggest challenges in Microservice architecture. However, we should try to reduce communication between the microservices. Because it has possibility of failure. It is better to have minimum number of communications between services. Nevertheless, dependencies between services is inevitable. That is why we should carefully determine…
-
Continue reading →: (Software Architect Series) Microservices Architecture
Microservices is an architecture that divides the big system become structured services that run separately and deployed independently. Those services communicate each other in a loosely couple relation. Each service can be in different server and has its own database. But in some cases, the services are located in the…
-
Continue reading →: (Java) Design Pattern part 2. Factory Pattern
Factory pattern is a part of creational pattern. In Factory Pattern, we do not create an object directly. But we determine type of the object in the factory class. This pattern implements interface in the base class where an object type is determine in factory class.
