Systems | Development | Analytics | API | Testing

Latest Posts

Discover the Hidden Potential: Advanced JavaScript Console Log for Developers

The flood of software innovation over the past 20 years would not have been possible without Agile working. The concept of releasing fast, taking feedback and building back better has birthed the iPhone, social networks and the Cloud. The world would be a slower, duller place without it. But we can’t do Agile unless we can get real insights from our user’s screens, and here, the developer tools published by Safari, Chrome and other browsers are crucial.

How to Handle TypeError: Unhashable Type 'Dict' Exception in Python

The Python TypeError: unhashable type: 'dict' usually occurs when trying to hash a dictionary, which is an unhashable object. For example, using a dictionary as a key in another dictionary will cause this error. This is because dictionaries only accept hashable data types as a key. Only immutable objects such as strings, integers and tuples are hashable since they have a single unique value that never changes.

12 Reasons for Using Kotlin for Android App Development

Are you looking for a new language to develop your Android application? If so, then Kotlin may be a perfect choice! Kotlin is an open-source, statically typed programming language designed to be used with the Java Virtual Machine (JVM). It has been gaining popularity recently and is now supported by Google as a preferred language for Android app development. It is used by more than 9.6% of developers to build Android apps (source).

How to Ensure Smooth Functionality of Embedded Payments in a Website or Application

While using any non-payment app or website, sometimes we have a smooth, frictionless, seamless payment experience. Payment processes are so integrated or embedded within the non-payment apps or websites that there are no hiccups or interference while paying. Some applications have integrated payments, while others have embedded payment processes. There is some difference between the two – integrated payments and embedded payments.

Evaluating the risks associated with a data mesh approach

This blog looks at some of the risks associated with data mesh and why organizations need to look at more than just the concepts of distributed data management to ensure successful data mesh. Companies need to evaluate the needs for managing their data products, data governance, the use of data platforms, and how business domains will be managed across the data ecosystem.

Boost Data Literacy to Overcome Skills Shortages

As the world emerges from the recent pandemic, organizations continue to struggle to find solid ground in an uncertain economic climate. Plagued by supply chain disruptions and price inflation, finance teams are at the forefront of organizational efforts to strategize and remain agile in changing circumstances.

Scaling Kong Deployments with and without Databases

As the world’s most popular API Gateway, Kong Gateway is flexible and can be adapted to various environments and deployment configurations. This flexibility means some time should be taken to make good architectural decisions for the use cases in mind. For example, the best configuration for a developer’s workstation isn’t the ideal one for a high SLA deployment. Fitness for purpose is therefore the objective.