Systems | Development | Analytics | API | Testing

%term

Decoding JSONPath: Navigating the Maze of Modern Data

JSON (JavaScript Object Notation) has become a foundational technology in the dynamic world of data exchange and management. Its lightweight, text-based format for data interchange has gained widespread popularity for its simplicity, ease of understanding, and language independence. Java Script Object Notation’s significant role is largely due to its wide compatibility across various programming environments, establishing it as a preferred choice among web developers and data professionals.

The Great Leap Forward: Catch Bugs Early in DevOps Cycle with Codezero

As software projects become more complex and the need for speed increases, catching critical bugs and vulnerabilities early in the process is crucial. This is where Codezero steps in, reshaping the DevOps cycle by focusing on “Shift Left” and early bug detection.

The Sliding Doors for Responsible AI

In this blog series, I have been exploring the “sliding doors” – or divergent paths - organizations can take with data and analytics. Sometimes, grabbing the wrong door means missing out on creating the most value with your data. But in some instances, it can also lead you on a more serious path of breach of compliance with regulations.

Integrating with Microsoft Graph API - Creating a Calendar Event

Microsoft Graph API allows developers to access data and services across a wide range of Microsoft cloud services. Admittedly setting up permissions and security can be challenging, but once that is sorted, you will be able to access Microsoft services such as Office365, Outlook and Azure. Calling the Graph API with Linx allows you to efficiently automate tasks, or integrate with Microsoft products to ensure that functionality and data is accessible by your other systems.

Swift Standard Library Protocols - A guide to Equatable, Comparable, Hashable, and Identifiable.

There are several protocols featured in the Swift Standard Library that enable generic programming in Swift. By defining common behaviors and functionalities for types and collections, these protocols provide a standard way for types to interact with each other. Today we’re going to take a look at four of the key Swift Standard Library Protocols, these are: We’ll provide a brief overview of how each works, and then how we can implement them in our projects.