Reza Savadkouhi

api

VB.net Wrapper for OpenText DM (ex-Hummingbird): Empowering Document Management Solutions

When it comes to managing documents, OpenText DM (formerly known as Hummingbird DM) is a widely used platform that allows users to store, organize, and retrieve digital files in a centralized manner. However, there are times when specific client applications or features are required, which means that seamless integration with the DM server is necessary. […]

VB.net Wrapper for OpenText DM (ex-Hummingbird): Empowering Document Management Solutions Read More »

REACT JS – Simplify Data Fetching in React with Hooks and Context

Introduction Fetching data from APIs is a common task in React applications, which involves handling asynchronous operations. This can become difficult, particularly when dealing with multiple components that require access to the fetched data. To make this process simpler, React provides two powerful features: custom hooks and context. Custom hooks are a powerful feature in React

REACT JS – Simplify Data Fetching in React with Hooks and Context Read More »