Systems | Development | Analytics | API | Testing

%term

Navigating API Management's New Era: Kong's Incremental Buy-in Product Principle

In the rapidly evolving world of API management, the conversation around "the great unbundling of API management" has recently gained traction. This movement, highlighted by industry experts and analysts, including a recent Forbes article, reflects a shift towards a more componentized approach in API tooling offerings. Such an approach caters to the enterprise's specific needs, moving away from the traditional "does-it-all" solutions.

Node.js 2023 Year in Review

Two months into 2024, I’ve decided to summarize the achievements in the Node.js space from 2023. As always, this list is curated by me, so I may overlook some pull requests due to the vast amount of work completed by Node.js collaborators and areas where I need more context, such as WASI. Node.js is rapidly evolving, and it can be challenging for regular users to stay updated with the latest changes. Even as someone who works on the project, it’s possible to overlook certain commits.

Selenium Python Tutorial for Beginners

In today’s rapidly evolving software development landscape, the dependability and functionality of web applications are really important. When used in conjunction with Python, Selenium presents a sophisticated answer to many urgent issues faced in the test automation area. It effectively tackles the need for swift, consistent, and precise testing of web applications across various browsers and environments.

What is WebdriverIO? Unlock the Secrets of Automated Testing

Hey there! Ever wondered how the digital world consistently delivers sleek, bug-free websites and apps at the speed of light? Well, it’s not all caffeine-fueled coding marathons. A big hero behind the scenes is automated testing, and one of the champions in this arena is WebdriverIO. Let’s dive into this game-changer and see how it’s making the lives of developers, business owners, and pretty much everyone involved in web development a whole lot easier.

Appian 24.1 Product Announcement Webinar

Appian delivers AI-powered process automation. We help organizations connect their customers, partners, and employees in end-to-end processes in a secure, enterprise-grade platform. Appian 24.1 delivers on these promises and more. Join Malcolm Ross, SVP of Product Strategy, and James Lee, Sr. Manager Product Evangelism, along with experts from Appian as they walk through the latest features and enhancements.

What is Data Privacy-and Why Is It Important?

You've probably heard the expression "data is the new oil." Well, data today is fueling an increasing number of businesses. Personalized customer experiences, automated marketing messaging, and science-driven insights all depend on the quality and volume of your information. Companies are eager to gather data, and understandably so. Legislators, on the other hand, are keen to protect the privacy and safety of individuals.

Hotwire Modals in Ruby on Rails with Stimulus and Turbo Frames

Modals are widely used on the web, but they are rarely built with accessibility in mind. When a modal is displayed, the background is dimmed visually but it's still visible to screen readers and keyboard-only users. In this post, the first of a two-part series, we'll look at presenting accessible modals in Rails using two different approaches powered by Hotwire's Turbo and Stimulus libraries. But first, let's see what we need to do to make modals accessible.