NFTs (non-fungible tokens) have become an emerging trend across art, music and entertainment industries in recent years. These unique digital assets enable creators to sell and authenticate their work on […]
Setting up Keycloak SSO – Open source Identity and Access Management
Single sign-on (SSO) is a property of access control of multiple related, yet independent, software systems. What this means is that we can use a single authentication service to allow users to login to other services, without providing a password to the service that is being logged into.
Dialogflow – Creating your own Chatbot
Dialogflow is a natural language understanding platform used to design and integrate a conversational user interface into mobile apps, web applications, devices, bots, interactive voice response systems, and related uses.
Migrating to Nightwatch.js: E2E testing with Angular (Part 1)
Nightwatch is an easy to use End-to-End testing solution for web applications and websites, written in Node.js. Let’s see how that fits with an Angular application.