Systems | Development | Analytics | API | Testing

Introducing WSO2 Private CIAM Cloud and Identity Server 6.0

WSO2 Identity Server is an API-driven open source IAM product designed to help you build effective CIAM solutions. It is based on open standards such as SAML, OAuth, and OIDC with the deployment options of on-premise, cloud, and hybrid. It supports complex IAM requirements given its high extensibility. WSO2 Identity Server manages more than 1 billion identities worldwide.

Harnessing Artificial Intelligence In API Management

A decade ago, artificial intelligence seemed like a future dream. Something impossible to achieve in the next 10-15 years. But two years into the 22nd century, those visions are now a reality. Sure, we don’t have fully sentient computers yet. But, we’ve made tremendous improvements beyond what many would have predicted a few decades ago. Harnessing artificial intelligence in API management will be important for scaling and securing your business.

How to Connect ThoughtSpot to Amazon Redshift Serverless

Many businesses rely on Amazon Redshift Serverless for their cloud data warehouse and ThoughtSpot to derive insights from the data stored within. For this blog, I’m going to show you how to create a connection between Amazon Redshift Serverless and ThoughtSpot. It’s easy to connect Redshift with ThoughtSpot whether you have it running as a cluster which you have provisioned, or serverless.

Interview With AI Specialist & CEO Wayne Chung

For the next instalment in our series of interviews asking leading technology specialists about their achievements in their field, we’ve welcomed Wayne Chung, CEO and Co-Founder of GOFA International. Wayne is also the Founder of The Coop Idea and Frogswell, two consumer tech companies that in just their first decade, have amassed over 100USD million in sales.

How to automate delivering Unity apps to testers with CI/CD

TL;DR: It’s critical to deliver the latest builds of your Unity game to testers and stakeholders. You can automate this process by setting up a Codemagic CI/CD pipeline and either using public Codemagic dashboards to access build artifacts or setting up notifications in Discord with links to builds and release notes. Let’s see how we can use automation tools to share our game builds with QA testers and stakeholders!

4 common Android DevOps challenges and how to solve them

​​The term “DevOps” has been thrown around a lot in the software development world. AWS describes it as a combination of philosophies, practices, and tools that help deliver apps and services effectively and efficiently. ‍Mobile DevOps falls under that DevOps umbrella, and it requires a different approach because of the agile nature of mobile development. If you narrow it down even further, you’ll arrive at our main topic, Android DevOps.

Modernizing MLOps: Why I Chose Continual

It says something about a company and its people when they drop the process of formulaic job interviews and just let you pitch ideas for the job you want. That’s what happened when I applied to Continual as a Technical Marketing Manager. Five weeks in, I’m pleased to say I’m working on those same ideas, which I’ll detail in a couple minutes.

Cloud pubsub services compared: Azure Web PubSub vs Ably

In this post, I compare two cloud pubsub services: Azure Web PubSub and Ably, to determine which provides the best development experience. The context will be a multi-user pixelart drawing application that I've built with both services. This is not a step-by-step instruction on how to build the entire application. I'll highlight some key features and differences. The GitHub repository for the app has further details and includes CodeTours to guide you through the solution.

How to implement Flutter local notifications to boost user engagement

Improving your app’s user engagement is key to its success. One way to prevent churn and increase interactions in your Flutter app is by using notifications. Push notifications are pop-up messages that are displayed outside the app’s UI. These messages can appear when the app is closed or in the background. Push notifications are used to get users’ attention and communicate information to them.