Posts

Investment Decisions

Image
Investment Decisions What is an Investment Decision? Source: https://thumbs.dreamstime.com/b/conceptual-business-illustration-words-investment-decis-decisions-111905182.jpg Investment decision refers to financial resource allocation. Investors opt for the most suitable assets or investment opportunities based on risk profiles, investment objectives, and return expectations. Investment Decisions, also known as Capital Investment Decisions are the most important financial decisions that an enterprise makes to utilize its funds to secure benefits over a period of time. It’s an integral component of the strategic decision-making of an enterprise or organization.   The term investment decision is interchangeably used with Capital Budgeting or Capital Expenditure Decisions. The decision greatly impacts the future course of the enterprise making the investment decision. Therefore, a series of prerequisite processes and diligent procedures such as Feasibility Study, Pre-FEED, FEED, and Cos...

Cloud Pub/Sub

Image
            Have you ever had to process a large number of requests but were unable to do so because our computer's processing speed was insufficient to handle the load? It's a terrible condition since eventually our service will stall or requests will start being timed out. Exactly this kind of circumstance calls for the employment of a tool called a message queue. By simply adding the incoming request from the user to a queue, we can use the message queue. Then, our service can take these requests one at a time from the queue and handle them as it sees fit. What is Cloud Pub/Sub? As the name pub/sub indicates, cloud pub/sub supports a publisher-subscriber model. The objective of cloud pub/sub is to deliver reliable asynchronous messaging between applications. We can send and receive messages between separate apps using Cloud Pub/Sub which is a fully-managed real-time messaging service for event driven systems. Core Concepts Topic: To which publishe...