Systems | Development | Analytics | API | Testing

Latest Posts

Looking into 2023: Predictions for a New Year in MLOps

In 2022, AI and ML came into the mainstream consciousness, with generative AI applications like Dall-E and GPT AI becoming massively popular among the general public, and ethical questions of AI usage stirring up impassioned public debate. No longer a side project for forward-thinking businesses or CEOs that find it intriguing, AI and ML are now moving towards the center of the business.

From Data Lake to Data Mesh: How Data Mesh Benefits Businesses

Current data architecture is going through a revolution. Enterprises are starting to shift away from the monolithic data lake towards something less centralized: data mesh. It’s a relatively new concept, first coined in 2019, that addresses potential issues with data warehouses and data lakes that can cause businesses to be slow, unresponsive, or even suffer from data silos. What is a data mesh, and how could it benefit your business?

BriefCam: Transforming Video Data into Insights with Qlik

Security and surveillance cameras are now almost ubiquitous in areas where people gather in numbers. From urban public spaces to sports grounds, shopping malls and offices, these cameras play critical roles in keeping people and property secure and protected, deterring crime and fraudulent activity, and helping to catch offenders. Founded in 2008 and now owned by Canon, BriefCam is a software provider committed to maximizing the value that video surveillance can deliver.

OCBC Bank Accelerates Its Data Strategy with Cloudera

OCBC Bank is the second largest financial services group in Southeast Asia by assets and one of the most highly-rated banks in the world. Recognised for its financial strength and stability, OCBC Bank is consistently ranked among the World’s Top 50 Safest Banks by Global Finance.

Migration Options for IBM Cloud API Gateway Customers

IBM recently announced the deprecation of its Cloud API Gateway, a service used to create and manage APIs by placing a gateway in front of existing IBM Cloud endpoints. With this move, IBM Cloud Functions and IBM Cloud Foundry are no longer able to use Cloud API Gateway service for rate limiting, splitting, and authentication.

Exception Handling in Java

Let's say you were going for an interview; you are thoroughly prepared and confident that you will land this job. So you get in your car at the right time and drive to the company. You avoid the road that is usually congested and opt for a narrower but faster lane that day. But to your dismay, you find a big truck blocking that road! You see, exceptions are inevitable. Similarly, Exceptions in Java are neither uncommon.

Getting Started with Linux Containers: A Beginner's Guide

A container comprises no operating system images in contrast to a server or virtualized machine. Due to this, they are lighter, more portable, and have less overhead. By using containers, operating systems can be virtualized. Microservices, software processes, and applications may all be run in one container. Among the files in a container are executables, binary code, libraries, and configuration files.

What are CSS Breakpoints and Media Query Breakpoints [2022 UPDATED]

The point at which information and design of website adjust to offer optimal user experience is known as the breakpoint in a responsive design. Breakpoints can be defined in CSS primarily as pixel values by developers and designers. However, selecting a strategy for adding a breakpoint might be challenging. There isn’t a single guideline or syntax that all frameworks must follow. To ensure responsiveness, you can utilize a media query.

How to run Selenium Tests in Docker

Lately, in this Continuous Integration and Continuous Delivery (CI/CD) domain, containerization has gained a lot of popularity. Implementing containerization was mainly focused on the development phase. In the recent past, the use of containerization for testing has been gaining prominence as it helps resolve a lot of test environment related issues. In this blog, you will learn how to integrate Docker and Selenium technologies to perform more effective and hassle-free tests. Table Of Contents.