Systems | Development | Analytics | API | Testing

Latest News

A Deep Dive Into CommonJS and ES Modules in Node.js

For several years now, the Node.js ecosystem has been steadily shifting towards ES modules (ESM) as the preferred method for sharing and utilizing JavaScript code. While CommonJS has served the community well, ESM are rapidly gaining traction as they offer a standardized approach for creating JavaScript modules across all supported runtimes.

State of Node.js Performance 2024

The year is 2024 (yet), and Node.js has reached version 23, with two semver-majors released per year it might be difficult to keep track of all areas of Node.js. This article revisits the State of Node.js performance, with a focus on comparing versions 20 through 22. The goal is to provide a detailed analysis of how the platform has evolved over the past year. This is a second version of "The State of Node.js Performance" series.

Announcing Insomnia's New Teams RBAC and Domain Capture

Today — alongside the announcement of Kong Insomnia 10.2 — we're excited to introduce two new Kong Insomnia enterprise capabilities that will improve user management at scale across every organization. These new features are available to use for every existing enterprise customer, and they complement existing advanced user management capabilities like EE SSO and SCIM. Let’s take a look at each of the new capabilities.

Don't let poor performance leave you stranded: Behind Zipcar's Black Friday outage

On Black Friday 2024, Zipcar faced a severe technical issue that disrupted its app and website services, leaving countless customers stranded and frustrated. Users reported being unable to unlock cars, make reservations, or even retrieve belongings from rented vehicles. The fallout and backlash have been widespread, with many taking to social media to voice their frustrations with the platform.

UK Data Concerns Soar as AI Surges - 42% of IT Leaders Identify Data Quality as Major Barrier to AI Success

Hitachi Vantara survey finds data demands to triple by 2026, highlighting critical role of data infrastructure in AI success and revealing gaps in data governance, security, and sustainability.

What is Staff Augmentation, and How Does It Benefit Your Business?

We are seeing businesses across industries engage with large-scale projects needing a talent pool experienced in AI, cloud, IoT, or other emerging technologies. However, the fluctuating nature of these projects requires a flexible workforce, which can only naturally comprise part-time hires. This is why we see a steady investment in the staff augmentation market. The 2023 evaluation for the IT staff augmentation market was approximately USD 300 billion in the recent market reports.

The Perks of Using Astera at Your Logistics Company

Logistics industry has to deal with data from multiple sources including bills of lading, customs declaration forms, proofs of delivery, and others. Then they have to ensure the data is prepped, extracted, parsed, converted to the right format and then analyzed. Given how important logistics is in today’s market, it is no wonder that McKinsey Global Supply Chain Leader Survey 2024 reported 74% of respondents were interested in advanced digital and AI-based tools for planning and scheduling.

Analytics, Apps, AI and Open Standards: Top 4 Highlights from Microsoft Ignite

We had a busy week catching up with customers and partners at Microsoft Ignite in Chicago and online. We shared lots of exciting innovations to help customers build applications, keep their data architecture open and flexible and harness the power of AI in so many ways. Here’s a quick recap.

How to Fix Android's Resources. NotFoundException

The Resources.NotFoundException is Android's way of saying "Hey, you told me to grab something, but it's not where you said it would be!" This error typically shows up when you're trying to access strings, layouts, drawables, or other resources that Android can't locate in your app's resource files. Maybe they were renamed, deleted, or never existed in the first place. Or perhaps they're hiding in the wrong folder.