loader image

14216 Riyadh, Saudi Arabia

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

  • August 5 2024
  • Smart Transformation

What is cyber attribution?

Cyber attribution is the process of tracking and identifying the perpetrator of a cyberattack or other cyber operation. In an attribution investigation, security analysts attempt to understand the tactics, techniques and procedures (TTPs) the attackers used, and the “who” and “why” of the attack. A complex undertaking, cyber attribution demands significant time and resources. Even […]

Read More
  • August 5 2024
  • Smart Transformation

Connectivity: The Missing Piece in IoT Device Design

Over 80% of IoT devices fail, making it crucial to understand the factors contributing to success. This whitepaper explores why connectivity is essential in IoT device design and deployment, offering insights to avoid common pitfalls. Key Insights Covered in the Whitepaper: 1. Importance of Connectivity: Connectivity is the backbone of any successful IoT project. It […]

Read More
  • August 5 2024
  • Smart Transformation

Google Cloud Spanner adds graph processing, graph RAG

Olofson explained that this is why Spanner might not “really be in a position to challenge” specialty graph databases, such as Neo4j, OrientDB, TigerGraph, and Aerospike Graph, supporting pure graph deployments in terms of performance. Multi-model databases vs specialty databases Google’s move to add graph processing capabilities to Spanner is consistent with the trend of […]

Read More
  • August 4 2024
  • Smart Transformation

Beyond the Bench: Scaling IoT Teams to Successfully Deliver Ambitious Products

Software development for connected devices and IoT applications is a complete table flip compared to the niceties that web and development teams experience day-to-day. Beyond what we all think of firmware development (drivers, peripherals, device trees, oh my!), IoT teams without proper development practices in place will have little chance of hitting production deadlines often […]

Read More
  • August 4 2024
  • Smart Transformation

Who should own cloud costs?

Why does giving engineering control over cloud costs make such a difference? For one, engineers are typically closer to the actual usage and deployment of cloud resources. When they build something to run on the cloud, they are more aware of how applications and data storage systems use cloud resources. Engineers can quickly identify and […]

Read More
  • August 3 2024
  • Smart Transformation

Embedded SIM Technology Drives Digital Transformation in India

India is committed to digital transformation. The nation’s digital economy is growing by nearly 3% per year, and should reach a value of $1 trillion by 2027-28.  That’s no accident. Since the Digital India program kicked off in 2015, public and private stakeholders have been charging full speed into a digital future.  Successful digitization is […]

Read More
  • August 3 2024
  • Smart Transformation

Full-stack development with Java, React, and Spring Boot, Part 2

// src/main/java/com/example/iwreactspring/service/TodoService.java package com.example.iwreactspring.service; import java.util.List; import java.util.ArrayList; import com.example.iwreactspring.model.TodoItem; import org.springframework.stereotype.Service; import org.springframework.beans.factory.annotation.Autowired; import com.mongodb.client.MongoClient; import com.mongodb.client.MongoClients; import com.mongodb.client.MongoCollection; import com.mongodb.client.MongoDatabase; import org.bson.codecs.configuration.CodecRegistry; import org.bson.codecs.pojo.PojoCodecProvider; import org.bson.Document; import com.example.iwreactspring.repository.TodoRepository; @Service public class TodoService { @Autowired private TodoRepository todoRepository; public List<TodoItem> getTodos() { return todoRepository.findAll(); } public TodoItem createTodo(TodoItem newTodo) { TodoItem savedTodo = todoRepository.save(newTodo); […]

Read More
  • August 2 2024
  • Smart Transformation

Wi-SUN: The Future of Secure and Scalable IoT Wireless Networks

The digital revolution has brought the Internet of Things (IoT) into the fabric of our daily lives. Wi-SUN technology, celebrated for its robust performance and versatile applications, has become a favored option for large-scale IoT implementations.  Let’s explore the Wi-SUN technology market, its main benefits, use cases and applications, and RF-star’s implementation of Wi-SUN. Wi-SUN Technology Market […]

Read More
  • August 2 2024
  • Smart Transformation

How to get started with MySQL

Long a staple of open source computing, MySQL serves as the database back end to a massive array of applications, from network monitoring frameworks to blogging applications like WordPress to social networks like Facebook. To those uninitiated in how databases work, setting up MySQL for the first time can be daunting. Nevertheless, with a few […]

Read More
  • August 1 2024
  • Smart Transformation

Why Apache Iceberg is on fire right now

While Iceberg solves this problem, open standards are needed in other areas as well. We’re now seeing a new battlefield emerging in the area of data catalogs, which play a critical role in a multi-engine architecture. Catalogs make operations on tables reliable by supporting atomic transactions. This means that data engineers and the pipelines they […]

Read More