Systems | Development | Analytics | API | Testing

Development

Top 5 HTTP Request Libraries for Node.js

When it comes to making HTTP requests in Node.js, developers are spoiled for choice: from the built-in and browser-familiar Fetch API to third-party libraries like Axios, Got, Superagent, Ky, and others. Navigating this diverse landscape can be a little daunting. This comprehensive guide aims to simplify your decision-making process by comparing the features and nuances of popular options, so you can select the ideal solution for your next project.

Ruby on Rails 7.1: Partial Strict Locals and Their Gotchas

Rails partials have been around for years, but they can be clunky since they're just ERB snippets without a backing object structure. Recently, libraries like ViewComponent and Phlex have tried to improve the view layer by adding more semantic structure to the templates. These are great libraries and I personally reach for ViewComponent on almost every project I work on. That said, I still feel the humble Rails partial still works great for many use cases.

How to Use Azure Blob Storage with Ruby on Rails

Azure Blob Storage is an object storage service that is very similar to AWS S3. ActiveStorage from Rails has built-in support for both ActiveStorage and S3 for file storage, making it easy to integrate and even swap out providers. The Honeybadger Blog has already explored using S3 for file storage in Rails, and in this article, we'll explore using Azure to allow users to upload files in a Rails application. You can find the final code here on Github.

API Summit 2024: Kong News and Announcements Recap

API Summit 2024 is underway! The seventh-annual Kong event kicked off today with 7 tracks and 60+ sessions from industry trailblazers. And, of course, the two-day event is packed with Kong-related news and product updates. Looking for a quick rundown of all the big Kong news? Here's a round-up of the Kong announcements dropped today.

Success story: Brickeye Platform Enhancement

Introducing our partner Brickeye, who delivers advanced monitoring and management solutions in construction, ranging from water mitigation to concrete monitoring and environmental risk management. Brickeye teamed up with ORIL to streamline interfaces across its apps. By creating a cohesive design system, we ensured that Brickeye’s future products would maintain consistency and benefit from accelerated deployment timelines.

A CIAM Strategy to Improve Digital Experiences in Healthcare #WordsUnplugged

Customer identity and access management (CIAM) encompasses the systems and processes that handle consumer identities and their access to services. In healthcare, CIAM applies not only to patients but also to healthcare providers, administrative staff, and other stakeholders involved in care delivery. Given the complexities of healthcare, including patient data privacy and the integration of diverse systems, CIAM is vital for effective digital transformation.

A New Dawn: Kong Unleashes API Technologies for the AI Era

The main fundamental question of every business today: Are you on the right side of AI? Many businesses and investors are facing the big question: will they get AI-fied and die slowly or will they be propelled by AI and grow faster? Kong API tools and the Konnect API platform will bring our customers on to the right side of AI. Every platform shift from mainframes onward has created demand for more APIs.

Mastering Local Preview Environments: A Beginner's Guide

Local preview environments are transforming how developers test and validate code changes before merging them into the main codebase. Acting as temporary cloud environments, they provide a production-like setting where new features and bug fixes can be tested in isolation, catching issues early and streamlining the development code review process. These environments are crucial for enhancing development velocity, especially in CI/CD workflows used by DevOps engineers and QA teams.