Your client wants ZATCA compliance. Do you know what they just asked for?

Most teams don’t. We almost didn’t. Here is everything we learned before it cost us. A client called me about a water services marketplace. Good project. Clear scope. We were deep in the architecture conversation when he said it, almost as an afterthought: “We’ll need ZATCA compliance, of course.” Of course. The way you say […]
How to Choose the Right AI Tool for Your Organization

Artificial intelligence (AI) has become an increasingly popular tool for businesses across many industries. AI can help organizations automate processes, analyze large amounts of data, and improve decision-making. However, choosing the right AI tool for your organization can be a challenge. A common metric used to evaluate AI models is the Area Under the Curve […]
Setup and Configure OpenLDAP using Docker Image on Ubuntu 16.04

LDAP, or Lightweight Directory Access Protocol, is a protocol for managing related information from a centralized location through the use of a file and directory hierarchy. It functions in a similar way to a relational database in certain ways, and can be used to organize and store any kind of information. LDAP is commonly used […]
Role Based API Access using OpenLDAP and JWT with NodeJS

This blog will give you the idea of Lightweight Directory Access Protocol and JSON Web Token with some practical stuff. But first refresh our concepts about LDAP and JWT. Have a happy reading. Lightweight Directory Access Protocol (LDAP) An LDAP directory is organized in a simple “tree” hierarchy consisting of the following levels: Attributes: JSON […]
Getting Started with React-Navigation V5

Table of contents Introduction In a web browser, you can link to different pages using an anchor (<a>) tag. When the user clicks on a link, the URL is pushed to the browser history stack. When the user presses the back button, the browser pops the item from the top of the history stack, so the […]
