loader image

14216 Riyadh, Saudi Arabia

Office Hours: 8:00 AM – 6:00 PM

  • September 19 2024
  • Smart Transformation

What is a unique identifier (UID)?

A unique identifier (UID) is a numeric or alphanumeric string that is associated with a single entity within a given system. UIDs make it possible to select that entity so that it can be accessed, updated and interacted with. Unique identifiers can be assigned to anything that needs to be distinguished from other entities, such […]

Read More
  • September 19 2024
  • Smart Transformation

Overcoming AI hallucinations with RAG and knowledge graphs

Rather than storing data in rows and columns for traditional searches, or as embeddings for vector search, a knowledge graph represents data points as nodes and edges. A node will be a distinct fact or characteristic, and edges will connect all the nodes that have relevant relationships to that fact. In the example of a […]

Read More
  • September 18 2024
  • Smart Transformation

AWS hands OpenSearch to the Linux Foundation

Amazon Web Services is transferring its OpenSearch open-source project to the Linux Foundation, which has launched the OpenSearch Software Foundation to support the project and its search and analytics software. The announcement was made September 16. An open-source fork of Elasticsearch and Kibana, OpenSearch now becomes part of the Linux Foundation family of open source […]

Read More
  • September 17 2024
  • Smart Transformation

Kong API platform adds service catalog

API infrastructure platform provider Kong has updated its Kong Konnect API platform with the Konnect Service Catalog, a de facto system of record that enables greater visibility and stronger management of all APIs in a company’s IT infrastructure, the company said.   The update was announced September 11. Kong Konnect is positioned as an enterprise-grade […]

Read More
  • September 16 2024
  • Smart Transformation

KORE and Social Mobile Collaborate on Mobility Solutions for Connected Health

KORE, a global leader in Internet of Things (IoT) solutions, a pioneering IoT hyperscaler, and provider of IoT Connectivity, Solutions, and Analytics, and Social Mobile, a leading provider of enterprise-grade, purpose-built hardware, jointly announce their groundbreaking collaboration in the Connected Health arena. This collaboration is set to deliver cutting-edge solutions designed to meet the rigorous […]

Read More
  • September 16 2024
  • Smart Transformation

Node.js adds built-in API for on-disk caching

Node.js 22.8.0, the latest release of the event-driven JavaScript runtime, adds a JavaScript API to enable on-disk caching of all modules loaded after the API is called, presenting a caching option for code. The API is called module.enable.CompileCache(). It overrides the NODE_COMPILE_CACHE environment variable, which only end users could use to enable on-disk caching. The […]

Read More
  • September 15 2024
  • Smart Transformation

Best Practices for IIoT Condition Monitoring in PCB Manufacturing

The integration of smart technologies has revolutionized modern industrial operations, offering unprecedented opportunities for efficiency and innovation. The IIoT, combined with cloud, AI, and machine learning, is revolutionizing operations and equipment management. How IIoT is Shaping Industrial Operations The IIoT represents a significant shift in how industrial companies monitor and manage their machinery. IIoT enables […]

Read More
  • September 15 2024
  • Smart Transformation

Oracle inks deal with AWS to offer database services

Other updates include expanding the partnership with Google and Microsoft by offering database services across new cloud regions. According to the company, Oracle Database@Google Cloud can now be used across four regions: US East (Ashburn), US West (Salt Lake City), UK South (London), and Germany Central (Frankfurt). On the other hand, Oracle Database@Azure is being […]

Read More
  • September 14 2024
  • Smart Transformation

10 Reasons IoT is the Future of Mobile App Development

The mobile app development industry is undergoing a massive transformation due to the rise of new technologies and IoT is one of them. This technology is reshaping the entire mobile app experience; and supports a more intuitive, smarter, and highly interconnected world.  As per the latest statistics, there will be approximately 25.44 billion IoT-connected devices […]

Read More
  • September 14 2024
  • Smart Transformation

Exception handling in Java: The basics

The FileInputStream(String filename) constructor creates an input stream to the file identified by filename. This constructor throws FileNotFoundException when the file doesn’t exist, refers to a directory, or another related problem occurs. The FileOutputStream(String filename) constructor creates an output stream to the file identified by filename. It throws FileNotFoundException when the file exists but refers […]

Read More