Accessibility of YouTube Videos for Content CreatorsToday, I watched a YouTube video from the Veritasium channel in which Derek Muller discussed how humans perceive sounds. At some point…Aug 15Aug 15
The risks of using custom extensions with formal standardsIn the following article, I reference RAML and OAS as these are very close to my specialty and the industry I work in. However, the…Aug 12, 2021Aug 12, 2021
So I made… context menu library for web apps.Recently I needed to add a context menu to my web application. I was surprised how few libraries are out there. Even with these libraries…May 25, 2021May 25, 2021
Published inThe StartupJavaScript or TypeScript? Why Not Both?One of the first front-end projects I wrote was in GWT (Google Web Toolkit) framework. GWT is a Java-based framework that is transpilling…Jan 10, 2021Jan 10, 2021
Building web components for multi-tenant environmentsIn the majority of cases, you write your code for your application that is running on your server(s). Or as a Kubernetes image running in…Dec 3, 2020Dec 3, 2020
Published inRAML by ExampleAPI Console version 6 is releasedI am happy to announce new version of API Console is now available in stable release. It brings multiple changes and new tooling. Read…Jan 28, 2020Jan 28, 2020
Writing secured web componentWriting a web component that securely access, process, and renders restricted data can be a challenging task. When you are sharing the web…Nov 13, 20191Nov 13, 20191
Request Actions In Advanced REST Client — Authenticating With OAuth2It become challenging for REST testing tools to authenticate the user when OAuth2 authorization scheme is applied to an API. OAuth 2 is a…Feb 6, 2019Feb 6, 2019
Authenticating to a web service (cookies session) in Advanced REST ClientRecently I was working on an API for my application. At first it was read only and open API so no authentication scheme was necessary…Jan 30, 2019Jan 30, 2019