loader image

14216 Riyadh, Saudi Arabia

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

  • September 2 2024
  • Smart Transformation

What is an embedded system?

An embedded system is a combination of computer hardware and software designed for a specific function. Embedded systems might also function within a larger system. These systems can be programmable or have a fixed functionality. Embedded systems are used today to control numerous devices. For example, they’re used in industrial machines, consumer electronics, agricultural and […]

Read More
  • September 2 2024
  • Smart Transformation

Golioth’s Free Zephyr Training in September

Join Golioth’s free Zephyr training in September and learn how to work with Zephyr RTOS from Golioth experts without leaving your home! As the fastest-growing RTOS, Zephyr is well worth learning, but most people need a little help getting started. Golioth’s next live and hands-on free Zephyr training workshop happens online on September 11th, 2024. Our training […]

Read More
  • September 1 2024
  • Smart Transformation

Solar Energy Production and Consumption with AI

Solar panels and connected battery systems are still novel technologies in the grand scheme of things, even though they can feel like old news, given how often governments talk about them. Professionals and IoT enthusiasts see potential for solar energy growth by integrating AI. How can this combination forge next-generation tech to be more efficient […]

Read More
  • September 1 2024
  • Smart Transformation

Better than reflection: Using method handles and variable handles in Java

Class<?> clazz = objectInstance.getClass(); Field field = clazz.getDeclaredField(“name”); field.setAccessible(true); String value = (String) field.get(objectInstance); System.out.println(value); // prints “John Doe” Notice we are again directly working with the metadata of the object, like its class and the field on it. We can manipulate the accessibility of the field with setAccessible (this is considered risky because it […]

Read More
  • August 31 2024
  • Smart Transformation

TypeScript 5.6 enters release candidate stage

Microsoft said several new types have been renamed since the beta. Previously, TypeScript provided a single type called BuiltinInterator to describe every value backed by Iterator.prototype. This type has been renamed IteratorObject in the RC, and has been given a different set of type parameters. It also adds several subtypes such as ArrayIterator and MapIterator. […]

Read More
  • August 30 2024
  • Smart Transformation

Quantum computing attacks on cloud-based systems

In recent years, the field of quantum-resistant computing has made significant strides, such as algorithms capable of enduring the formidable power of quantum computers, which are a considerable threat to traditional cryptographic methods. With the advancement of quantum computing, current encryption methods will become insecure. Adopting quantum-resistant cryptography for data protection on cloud and non-cloud […]

Read More
  • August 29 2024
  • Smart Transformation

The Role of IoT in Reusable Cups

In our modern, fast-paced world, disposable cups have become ubiquitous in daily life, contributing significantly to global waste. However, the Internet of Things (IoT) is emerging as a powerful ally in the battle against waste, supporting innovative use cases that promote recycling and the use of reusable cups. This shift not only helps the environment […]

Read More
  • August 29 2024
  • Smart Transformation

Microsoft cuts BinaryFormatter from .NET 9

Citing a security concern, Microsoft announced it is removing the BinaryFormatter from the planned .NET 9 open source application platform. Microsoft outlined the risk of using BinaryFormatter in an August 28 blog post, stating: “Any deserializer, binary or text, that allows its input to carry information about the objects to be created is a security […]

Read More
  • August 28 2024
  • Smart Transformation

What is the difference between Windows 10 vs. Windows 10 IoT?

When IoT devices were first invented, they had incredibly simple functions, such as vending, but now, organizations use IoT for edge computing tasks, bringing more management and maintenance needs to these devices. With added functionality come security concerns as well, so IT teams must carefully select the right underlying OS and management for these unique […]

Read More
  • August 28 2024
  • Smart Transformation

Iveda Integrates IvedaCare and IvedaAI at AZ Senior Living Facility

Iveda®, the global leader in cloud-based AI, announced that Waymark Gardens, a senior living facility in Glendale, AZ, has expanded its use of Iveda’s sensor-based, HIPAA-compliant solution, IvedaCare, with the integration of IvedaAI™. IvedaAI – the world’s fastest AI video search platform, enabling real-time object and incident detection – will be deployed in public spaces […]

Read More