Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on APIs, Mobile, AI, Machine Learning, IoT, Open Source and more!

The Unplanned Show, Episode 10: Mitra Goswami on Generative AI

In this episode, Mitra shares a bunch of valuable insights in how to successfully adopt generative AI, from selecting use cases that deliver value, having foundational data infrastructure in place, to having design and privacy guidelines. Grab a paper and pen and take some notes!

How to Secure IoT Devices: 5 Best Practices

Internet of Things (IoT) devices, computing devices that send and receive information via the Internet and that run very specific applications, can be anything from smart thermostats to smart TVs. The main advantage of IoT devices is their constant connectivity, which allows users to access information and control the devices remotely at any time.

AI and Big Data Solutions

Big data and artificial intelligence (AI) go hand in hand. Used for tasks like trend prediction, process automation and research, these two technologies can help organisations solve some of the toughest problems. However, the growing volume of data and increasing diversity of data sources make it difficult to use data and AI effectively and at scale.

Using Netlify to deploy a Next.js, PostgreSQL, & Redis app

Join us for a walk through from Dewan Ahmed about how use Netlify to deploy a Next.js, PostgreSQL, & Redis app 🎉 This tutorial guides you through deploying a Netlify web application with an Aiven for PostgreSQL® and Aiven for Redis® backend. The sample application used in this tutorial is a cooking recipe library displaying open source recipe data. It's built in Next.js, which can be deployed to Netlify with ease, and connects to PostgreSQL with Prisma and Redis with ioredis.

AI and automation: Unlocking job opportunities for Australia's economy

As the Australian workforce braces for increased AI and automation, individuals must adapt by acquiring new skills. In doing so, Australians can expand the impact of their work, embark on more fulfilling career paths, and increase their income potential. Recent ServiceNow-commissioned research from Pearson points to major changes in the workforce—in Australia and around the world—due to the implementation of AI and other technologies.

Securing Firmware Updates With AES Encryption

Connected devices require a secure point-to-point channel to ensure that there is no possibility of exposing important data for the integrity of an embedded system. This is especially true when we talk about over-the-air (OTA) software updates, where the new firmware has a long way to go before reaching its destination and being installed by our bootloader. In this publication, we will explore a simple method to encrypt the firmware using the AES algorithm, using open-source libraries in Python.