# Add-ons

Published articles for Add-ons.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Faster reviews and quality recognition for Microsoft Edge extensions

DevFeed: [Faster reviews and quality recognition for Microsoft Edge extensions](<https://devfeed.tech/articles/faster-reviews-and-quality-recognition-for-microsoft-edge-extensions-4254.md>)

Original publisher: [Read original article](<https://blogs.windows.com/msedgedev/2026/09/08/faster-reviews-and-quality-recognition-for-microsoft-edge-extensions/>)

Author: Microsoft Edge Team

Published: 2026-09-08T16:02:17Z

Content type: article

Language: en

Sources: [Microsoft Edge Blog](<https://devfeed.tech/sources/microsoft-edge-blog.md>)

Topics: [Edge](<https://devfeed.tech/topics/edge.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [ai-assisted-coding](<https://devfeed.tech/tags/ai-assisted-coding.md>), [automation](<https://devfeed.tech/tags/automation.md>), [edge](<https://devfeed.tech/tags/edge.md>), [extension](<https://devfeed.tech/tags/extension.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [review](<https://devfeed.tech/tags/review.md>), [security](<https://devfeed.tech/tags/security.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

Microsoft Edge describes automating repeatable extension-review validation checks and streamlining its review pipeline to shorten turnaround times while maintaining quality and security standards.

### Source excerpt

Building an extension has never been easier. Rapid adoption of AI-assisted coding is enabling developers to build extensions faster than ever. We have seen that momentum on the Edge Add-ons site< The post Faster reviews and quality recognition for Microsoft Edge extensions appeared first on Microsoft Edge Blog.

## What's new in Svelte: September 2026

DevFeed: [What's new in Svelte: September 2026](<https://devfeed.tech/articles/what-s-new-in-svelte-september-2026-3127.md>)

Original publisher: [Read original article](<https://svelte.dev/blog/whats-new-in-svelte-september-2026>)

Author: Dani Sandoval

Published: 2026-09-01T00:00:00Z

Content type: release

Language: en

Sources: [Svelte blog](<https://devfeed.tech/sources/svelte-blog.md>)

Topics: [releases](<https://devfeed.tech/topics/releases.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [cli](<https://devfeed.tech/tags/cli.md>), [logging](<https://devfeed.tech/tags/logging.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [migration](<https://devfeed.tech/tags/migration.md>), [release](<https://devfeed.tech/tags/release.md>), [routing](<https://devfeed.tech/tags/routing.md>), [september-2026](<https://devfeed.tech/tags/september-2026.md>), [svelte](<https://devfeed.tech/tags/svelte.md>)

### AI overview

A release update covering Svelte 5.57, the SvelteKit 3 release-candidate line, and sv CLI changes. It highlights new APIs, routing and adapter updates, an AI-tools add-on, and a task-based SvelteKit 3 migration.

### Source excerpt

This month, Svelte 5.57 shipped with new SvelteMap methods and a few quality-of-life additions while SvelteKit 3 got closer to the finish line with its Release Candidate. The sv CLI also got a new ai-tools add-on that replaces the old mcp one, and sv@next now ships a task-based sveltekit-3 migration for existing apps. Let's dive a bit deeper! What's new in Svelte SvelteMap now has getOrInsert and getOrInsertComputed methods for the common "read or initialize" pattern (5.57.0, Docs, #18728) createContext now returns a third has function so you can check whether a context has been set without triggering the get error (5.57.0, Docs, #18472) <select> now supports the defaultValue attribute, so the select reverts to that value on form reset (5.57.0, #18591) svelte/server now exports the RenderOutput, SyncRenderOutput, Csp and Sha256Source types for typing server render output and CSP sources (5.57.0, #18648) For the full list of patches and bug fixes, see the Svelte CHANGELOG. What's new in SvelteKit 3's RC Prereleases have kept rolling on the @next line this month, adding a few more features and refining the surface: Enhanced cross-page form actions now navigate to the action page on success and failure, matching native form behavior (3.0.0-next.17, breaking, #16684) Adapter Vite plugins can now be split into pre and post groups so adapters can run transforms at the right point in the pipeline (3.0.0-next.18, breaking, #16711) Files with + prefixes are now ignored during routing if their names contain test, spec or stories, so colocated tests don't accidentally become routes (3.0.0-next.19, #16715) Development-server response logging is now nicer to read and routes through Vite's logger so it respects logLevel and customLogger (3.0.0-next.20/25, #16744, #16858) defineParams and the associated types have moved to @sveltejs/kit/params (3.0.0-next.19, breaking, #16716) +server.js files can now export a QUERY HTTP method handler (3.0.0-next.24, #16782) The preload filter fo

## On-Demand Subscriptions: A Hybrid Billing Model that Works

DevFeed: [On-Demand Subscriptions: A Hybrid Billing Model that Works](<https://devfeed.tech/articles/on-demand-subscriptions-a-hybrid-billing-model-that-works-10181.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/on-demand-subscriptions-hybrid/>)

Author: Ayush Agarwal

Published: 2026-05-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [Software as a service](<https://devfeed.tech/topics/saas.md>), [backends](<https://devfeed.tech/topics/backends.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [billing](<https://devfeed.tech/tags/billing.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [payments](<https://devfeed.tech/tags/payments.md>), [saas](<https://devfeed.tech/tags/saas.md>), [subscription-billing](<https://devfeed.tech/tags/subscription-billing.md>), [subscriptions](<https://devfeed.tech/tags/subscriptions.md>), [upgrades](<https://devfeed.tech/tags/upgrades.md>)

### AI overview

This article explains on-demand subscriptions, a hybrid billing model that combines recurring charges with optional one-off charges using the same saved payment mandate. It describes use cases including trials, upgrades, add-ons, overage, and credit top-ups, and outlines implementation on Dodo Payments.

### Source excerpt

On-demand subscriptions combine recurring billing with on-demand charges so you can run trials, upsells, and tiered upgrades on a single saved payment method.

## Payment Processing Fees Compared: Stripe vs PayPal vs Square vs Dodo

DevFeed: [Payment Processing Fees Compared: Stripe vs PayPal vs Square vs Dodo](<https://devfeed.tech/articles/payment-processing-fees-compared-stripe-vs-paypal-vs-square-vs-dodo-10251.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/payment-processing-fees-compared/>)

Author: Ayush Agarwal

Published: 2026-04-14T00:00:00Z

Content type: comparison

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [stripe](<https://devfeed.tech/topics/stripe.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [add-ons](<https://devfeed.tech/tags/add-ons.md>), [billing](<https://devfeed.tech/tags/billing.md>), [business](<https://devfeed.tech/tags/business.md>), [chargebacks](<https://devfeed.tech/tags/chargebacks.md>), [checkout](<https://devfeed.tech/tags/checkout.md>), [compare](<https://devfeed.tech/tags/compare.md>), [comparison](<https://devfeed.tech/tags/comparison.md>), [fees](<https://devfeed.tech/tags/fees.md>), [gateway](<https://devfeed.tech/tags/gateway.md>), [merchant-of-record](<https://devfeed.tech/tags/merchant-of-record.md>), [payment](<https://devfeed.tech/tags/payment.md>), [payment-fees](<https://devfeed.tech/tags/payment-fees.md>), [payment-processing](<https://devfeed.tech/tags/payment-processing.md>), [payments](<https://devfeed.tech/tags/payments.md>), [paypal](<https://devfeed.tech/tags/paypal.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [processors](<https://devfeed.tech/tags/processors.md>), [saas](<https://devfeed.tech/tags/saas.md>), [stripe](<https://devfeed.tech/tags/stripe.md>), [vs](<https://devfeed.tech/tags/vs.md>)

### AI overview

A June 2026 comparison of payment processing fees from Stripe, PayPal, Square, and Dodo. It separates domestic and international cards, subscriptions, disputes, and currency conversion, and explains how the best option varies by business type and payment route.

### Source excerpt

Compare payment processing fees across Stripe, PayPal, Square, and Dodo in 2026, including headline rates, hidden add-ons, and which model fits different business types.

## From Fragmented Logs to Full-Stack Visibility with SolarWinds Papertrail

DevFeed: [From Fragmented Logs to Full-Stack Visibility with SolarWinds Papertrail](<https://devfeed.tech/articles/from-fragmented-logs-to-full-stack-visibility-with-solarwinds-papertrail-26404.md>)

Original publisher: [Read original article](<https://www.heroku.com/blog/fragmented-logs-to-full-stack-visibility-solarwinds-papertrail/>)

Author: Rachel Revoy

Published: 2026-03-12T15:00:36Z

Content type: article

Language: en

Sources: [Heroku](<https://devfeed.tech/sources/heroku.md>)

Topics: [Heroku](<https://devfeed.tech/topics/heroku.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Logging](<https://devfeed.tech/topics/logging.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [solarwinds](<https://devfeed.tech/topics/solarwinds.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [apis](<https://devfeed.tech/tags/apis.md>), [databases](<https://devfeed.tech/tags/databases.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [dynos](<https://devfeed.tech/tags/dynos.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [heroku](<https://devfeed.tech/tags/heroku.md>), [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [solarwinds](<https://devfeed.tech/tags/solarwinds.md>)

### AI overview

The article describes how fragmented logs, metrics, deployment activity, and monitoring dashboards complicate troubleshooting for applications running on Heroku. It presents the expanded SolarWinds Papertrail add-on as a unified solution for delivering logs and metrics together.

### Source excerpt

Modern applications on Heroku don't just consist of code. They are living ecosystems comprised of dynos, databases, third-party APIs, and complex user interactions. As these systems scale, so do the logs and metrics. To efficiently extract the signals from the noise you need to understand system health in the context of external factors, like resource [...] The post From Fragmented Logs to Full-Stack Visibility with SolarWinds Papertrail appeared first on Heroku.

## Why We No Longer Lock Premium Features

DevFeed: [Why We No Longer Lock Premium Features](<https://devfeed.tech/articles/why-we-no-longer-lock-premium-features-5864.md>)

Original publisher: [Read original article](<https://neon.com/blog/why-we-no-longer-lock-premium-features>)

Author: Monica Steinke

Published: 2025-09-04T16:01:18Z

Content type: opinion

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [company](<https://devfeed.tech/tags/company.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [cost](<https://devfeed.tech/tags/cost.md>), [database](<https://devfeed.tech/tags/database.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [features](<https://devfeed.tech/tags/features.md>), [model](<https://devfeed.tech/tags/model.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [saas](<https://devfeed.tech/tags/saas.md>)

### AI overview

The article argues that tiered enterprise plans and fixed-price add-ons make essential database features unfairly expensive for smaller customers. It says the company has moved to two fully usage-based plans with no monthly minimum.

### Source excerpt

Most database providers follow the classic SaaS playbook: bundle features into tiered plans with progressively higher monthly fees. This looks neat on a pricing page. Almost nobody questions this model, but it creates a quagmire inside product teams. We know it from experience, a...

## Improving Hugging Face Model Access for Kaggle Users

DevFeed: [Improving Hugging Face Model Access for Kaggle Users](<https://devfeed.tech/articles/improving-hugging-face-model-access-for-kaggle-users-7299.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/kaggle-integration>)

Author: Vincent Roseberry; Meg Risdal; Julien Chaumond; Pedro Cuenca; Vaibhav Srivastav

Published: 2025-05-14T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Kaggle](<https://devfeed.tech/topics/kaggle.md>), [qwen](<https://devfeed.tech/topics/qwen.md>), [spaces](<https://devfeed.tech/topics/spaces.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [announcement](<https://devfeed.tech/tags/announcement.md>), [code](<https://devfeed.tech/tags/code.md>), [community](<https://devfeed.tech/tags/community.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [hub](<https://devfeed.tech/tags/hub.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [kaggle](<https://devfeed.tech/tags/kaggle.md>), [model](<https://devfeed.tech/tags/model.md>), [qwen](<https://devfeed.tech/tags/qwen.md>), [qwen3](<https://devfeed.tech/tags/qwen3.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [spaces](<https://devfeed.tech/tags/spaces.md>), [token](<https://devfeed.tech/tags/token.md>)

### AI overview

Kaggle is integrating Hugging Face models into its platform, improving model discovery, navigation, and reuse in Kaggle Notebooks. Public notebooks using Hugging Face models can contribute code examples to Kaggle model pages, while private and gated models continue to require Hugging Face authentication. Support for offline Kaggle competition submissions is still in development.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## How to Add the Moesif API Observability Add-On to Your Heroku Applications

DevFeed: [How to Add the Moesif API Observability Add-On to Your Heroku Applications](<https://devfeed.tech/articles/how-to-add-the-moesif-api-observability-add-on-to-your-heroku-applications-26363.md>)

Original publisher: [Read original article](<https://www.heroku.com/blog/add-moesif-api-observability-to-your-heroku-applications/>)

Author: Matt Tanner

Published: 2025-04-16T20:11:55Z

Content type: tutorial

Language: en

Sources: [Heroku](<https://devfeed.tech/sources/heroku.md>)

Topics: [Heroku](<https://devfeed.tech/topics/heroku.md>), [observability](<https://devfeed.tech/topics/observability.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [api](<https://devfeed.tech/tags/api.md>), [apis](<https://devfeed.tech/tags/apis.md>), [applications](<https://devfeed.tech/tags/applications.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [heroku](<https://devfeed.tech/tags/heroku.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [integration](<https://devfeed.tech/tags/integration.md>), [observability](<https://devfeed.tech/tags/observability.md>), [partners](<https://devfeed.tech/tags/partners.md>), [product-features](<https://devfeed.tech/tags/product-features.md>)

### AI overview

This tutorial explains how to add the Moesif API Observability Add-On to a Heroku application. It describes using Moesif to analyze API traffic, monitor performance, understand user behavior, debug issues, and support usage-based monetization, with billing and user management handled through Heroku.

### Source excerpt

With API-driven applications being increasingly common, understanding how your APIs are performing is crucial for success. That's where the combination of Heroku and Moesif allows developers and their organizations to step up their observability game. In this blog, we will quickly examine how you can integrate Moesif with your Heroku app to begin monetizing and analyzing your API traffic. Let's kick things off by taking a brief look at both platforms. The post How to Add the Moesif API Observability Add-On to Your Heroku Applications appeared first on Heroku.

## openHAB 4.3 Release

DevFeed: [openHAB 4.3 Release](<https://devfeed.tech/articles/openhab-4-3-release-16732.md>)

Original publisher: [Read original article](<https://openhab.org/blog/2024-12-15-openhab-4-3-release.html>)

Published: 2024-12-15T17:00:00Z

Content type: release

Language: en

Sources: [openHAB](<https://devfeed.tech/sources/openhab.md>)

Topics: [Development](<https://devfeed.tech/topics/development.md>), [pull-requests](<https://devfeed.tech/topics/pull-requests.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [SVG](<https://devfeed.tech/topics/svg.md>), [ui](<https://devfeed.tech/topics/ui.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [bug](<https://devfeed.tech/tags/bug.md>), [core](<https://devfeed.tech/tags/core.md>), [new-features](<https://devfeed.tech/tags/new-features.md>), [news](<https://devfeed.tech/tags/news.md>), [pull-requests](<https://devfeed.tech/tags/pull-requests.md>), [release](<https://devfeed.tech/tags/release.md>), [svg](<https://devfeed.tech/tags/svg.md>), [ui](<https://devfeed.tech/tags/ui.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

The openHAB 4.3 release introduces features including a log viewer, UI support for Thing actions, and an interactive SVG canvas for smart home dashboards. The article also reports contribution and repository activity across openHAB Core, add-ons, and web UIs, and discusses development planning for openHAB 5.

### Source excerpt

It is worth to mention, that our other repositories have also received numerous contributions (e.g. documentation), but listing them all would probably be too much here. Big thanks to all our contributors for driving openHAB forward!

## Best Practices for Optimizing Your Enterprise Cloud Applications with New Relic

DevFeed: [Best Practices for Optimizing Your Enterprise Cloud Applications with New Relic](<https://devfeed.tech/articles/best-practices-for-optimizing-your-enterprise-cloud-applications-with-new-relic-26377.md>)

Original publisher: [Read original article](<https://www.heroku.com/blog/best-practices-optimizing-enterprise-cloud-applications-new-relic/>)

Author: Julián Duque

Published: 2024-10-09T00:13:37Z

Content type: article

Language: en

Sources: [Heroku](<https://devfeed.tech/sources/heroku.md>)

Topics: [Heroku](<https://devfeed.tech/topics/heroku.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [dynos](<https://devfeed.tech/tags/dynos.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [heroku](<https://devfeed.tech/tags/heroku.md>), [memory](<https://devfeed.tech/tags/memory.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [observability](<https://devfeed.tech/tags/observability.md>), [performance](<https://devfeed.tech/tags/performance.md>), [performance-optimization](<https://devfeed.tech/tags/performance-optimization.md>), [product-features](<https://devfeed.tech/tags/product-features.md>), [root-cause-analysis](<https://devfeed.tech/tags/root-cause-analysis.md>)

### AI overview

This article explains how Heroku's built-in observability features help monitor enterprise cloud applications. It covers application metrics, alerts, runtime metrics, response time, throughput, memory usage, and dyno load, and discusses using the New Relic add-on for more granular data and complex use cases.

### Source excerpt

If your cloud application performs poorly or is unreliable, users will walk away, and your enterprise will suffer. To know what's going on inside of your million-concurrent-user application (Don't worry, you'll get there!), you need observability. Observability gives you the insights you need to understand how your application behaves. As your application and architecture scale [...] The post Best Practices for Optimizing Your Enterprise Cloud Applications with New Relic appeared first on Heroku.

## Vulnerabilities in NodeJS C/C++ add-on extensions

DevFeed: [Vulnerabilities in NodeJS C/C++ add-on extensions](<https://devfeed.tech/articles/vulnerabilities-in-nodejs-c-c-add-on-extensions-8035.md>)

Original publisher: [Read original article](<https://snyk.io/blog/nodejs-add-on-extensions/>)

Author: Alessio Della Libera

Published: 2024-08-14T05:00:00Z

Content type: article

Language: en

Sources: [Blog RSS Feed | Snyk](<https://devfeed.tech/sources/blog-rss-feed-snyk.md>)

Topics: [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [C++](<https://devfeed.tech/topics/c-plus-plus.md>), [Application Security](<https://devfeed.tech/topics/application-security.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [awareness](<https://devfeed.tech/tags/awareness.md>), [blog](<https://devfeed.tech/tags/blog.md>), [c-c-plus-plus](<https://devfeed.tech/tags/c-c-plus-plus.md>), [code-security](<https://devfeed.tech/tags/code-security.md>), [developer](<https://devfeed.tech/tags/developer.md>), [devrel](<https://devfeed.tech/tags/devrel.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [interest](<https://devfeed.tech/tags/interest.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [npm-packages](<https://devfeed.tech/tags/npm-packages.md>), [open-source-security](<https://devfeed.tech/tags/open-source-security.md>), [secrel](<https://devfeed.tech/tags/secrel.md>), [security](<https://devfeed.tech/tags/security.md>), [security-labs](<https://devfeed.tech/tags/security-labs.md>), [snyk-code](<https://devfeed.tech/tags/snyk-code.md>), [snyk-open-source](<https://devfeed.tech/tags/snyk-open-source.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

An overview of security vulnerabilities and vulnerable patterns in NodeJS C/C++ add-ons, with remediation guidance for open-source maintainers.

### Source excerpt

In this blog post, we aim to provide an overview of common security vulnerabilities and vulnerable patterns that can occur when writing C/C++ add-ons in NodeJS.

## Snyk and AWS announce native Amazon EKS support directly from the AWS Management Console

DevFeed: [Snyk and AWS announce native Amazon EKS support directly from the AWS Management Console](<https://devfeed.tech/articles/snyk-and-aws-announce-native-amazon-eks-support-directly-from-the-aws-management-console-7900.md>)

Original publisher: [Read original article](<https://snyk.io/blog/eks-add-on-aws-marketplace/>)

Author: David Lugo

Published: 2024-06-12T05:00:00Z

Content type: release

Language: en

Sources: [Blog RSS Feed | Snyk](<https://devfeed.tech/sources/blog-rss-feed-snyk.md>)

Topics: [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [aws-marketplace](<https://devfeed.tech/topics/aws-marketplace.md>), [AWS Management Console](<https://devfeed.tech/topics/aws-management-console.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [application-security](<https://devfeed.tech/tags/application-security.md>), [awareness](<https://devfeed.tech/tags/awareness.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-management-console](<https://devfeed.tech/tags/aws-management-console.md>), [aws-marketplace](<https://devfeed.tech/tags/aws-marketplace.md>), [blog](<https://devfeed.tech/tags/blog.md>), [cli](<https://devfeed.tech/tags/cli.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [devops](<https://devfeed.tech/tags/devops.md>), [executive](<https://devfeed.tech/tags/executive.md>), [getting-started](<https://devfeed.tech/tags/getting-started.md>), [installation](<https://devfeed.tech/tags/installation.md>), [integration](<https://devfeed.tech/tags/integration.md>), [interest](<https://devfeed.tech/tags/interest.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [related-content](<https://devfeed.tech/tags/related-content.md>), [security](<https://devfeed.tech/tags/security.md>), [snyk](<https://devfeed.tech/tags/snyk.md>)

### AI overview

Snyk has introduced an AWS Marketplace add-on for Amazon EKS, embedded in the AWS Management Console. Customers can deploy the Snyk Runtime Sensor to existing or new EKS clusters through the console or AWS CLI, subject to AWS Marketplace subscription and a Snyk license.

### Source excerpt

Snyk has now developed an AWS Marketplace add-on for Amazon Elastic Kubernetes Service (Amazon EKS) embedded directly into the AWS Management Console.

## Add-on Controls for Pay-As-You-Go Customers

DevFeed: [Add-on Controls for Pay-As-You-Go Customers](<https://devfeed.tech/articles/add-on-controls-for-pay-as-you-go-customers-26364.md>)

Original publisher: [Read original article](<https://www.heroku.com/blog/addon-controls-for-pay-as-you-go-customers/>)

Author: Vivek Viswanathan

Published: 2024-04-03T23:23:00Z

Content type: release

Language: en

Sources: [Heroku](<https://devfeed.tech/sources/heroku.md>)

Topics: [Heroku](<https://devfeed.tech/topics/heroku.md>), [Security](<https://devfeed.tech/topics/security.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [announcement](<https://devfeed.tech/tags/announcement.md>), [heroku](<https://devfeed.tech/tags/heroku.md>), [heroku-enterprise](<https://devfeed.tech/tags/heroku-enterprise.md>), [news](<https://devfeed.tech/tags/news.md>), [permissions](<https://devfeed.tech/tags/permissions.md>), [policies](<https://devfeed.tech/tags/policies.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

Heroku has extended add-on controls to Heroku Teams for Pay-As-You-Go customers. Team admins can create an allowlist and restrict non-admin members to installing only approved add-ons. Existing unapproved add-ons remain installed.

### Source excerpt

Add-on Controls for Heroku Teams At Heroku, trust and security are top priorities and we've been steadily adding more security controls to the platform. Recently, we launched SSO for Heroku Teams, and today, we're excited to announce more enhancements for teams: add-on controls. Previously, this feature was only available to Heroku Enterprise customers. The Elements [...] The post Add-on Controls for Pay-As-You-Go Customers appeared first on Heroku.

## Building a ChatGPT Add-On for Google Workspace: Integration Challenges and Lessons Learned

DevFeed: [Building a ChatGPT Add-On for Google Workspace: Integration Challenges and Lessons Learned](<https://devfeed.tech/articles/overcoming-the-hurdle-of-unformatted-input-what-i-learned-from-building-a-chatgpt-add-on-for-35648.md>)

Original publisher: [Read original article](<https://engineering.klarna.com/building-a-chatgpt-add-on-my-journey-to-streamlined-communication-in-google-workspace-60e73ec00084?source=rss----86090d14ab52---4>)

Author: Mikael Wulfcrona

Published: 2023-10-16T09:50:38Z

Content type: opinion

Language: en

Sources: [Klarna Engineering](<https://devfeed.tech/sources/klarna-engineering.md>)

Topics: [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [Google Apps Script](<https://devfeed.tech/topics/google-apps-script.md>), [Google](<https://devfeed.tech/topics/google.md>), [API](<https://devfeed.tech/topics/api.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Language models](<https://devfeed.tech/topics/language-models.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [api](<https://devfeed.tech/tags/api.md>), [challenges](<https://devfeed.tech/tags/challenges.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [google-workspace](<https://devfeed.tech/tags/google-workspace.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [limit](<https://devfeed.tech/tags/limit.md>), [productivity](<https://devfeed.tech/tags/productivity.md>), [work](<https://devfeed.tech/tags/work.md>)

### AI overview

The author describes building a Google Workspace add-on that integrates ChatGPT for textual interactions with data in Google Sheets. The main challenges included extracting text across Google Workspace, ChatGPT's token limit, the 60-second execution limit for Google add-ons, and handling raw spreadsheet data.

### Source excerpt

Overcoming the Hurdle of Unformatted Input: What I Learned From Building a ChatGPT Add-On for Google Workspace While ChatGPT is an incredibly powerful language model, it still struggles with unformatted input. As a tech nerd and passionate data scientist, I recently embarked on a journey to create an add-on for Google Workspace that could seamlessly interact with data stored in Sheets. Follow along as I share some of the main challenges, learnings, and solutions that eventually allowed me to integrate ChatGPT into Google's productivity tools for textual interactions. Unleashing the Potential of ChatGPT I was one of many people who was very impressed with the early versions of ChatGPT, released at the end of last year. Its capability to generate human-like responses fascinated me. However, I struggled to integrate it into my daily work. Having to switch tabs and copy-pasting text from different documents kept me away from really adopting this new tool. Determined to overcome this hurdle, I dove into the world of Google Workspace add-ons. You know where the work with text actually happens. Armed with enthusiasm and basic JavaScript knowledge, I got into building my first add-on. Having never built an add-on before, I forked Google's own example repo and started working. Working with the Google API As I delved into the project, I realized integrating ChatGPT via API calls was relatively straightforward. OpenAI provided excellent documentation, and Google Apps Script offered built-in features to make API calls. The main challenges, actually, laid on the Google side. Extracting text from different apps within the Google Workspace ecosystem initially baffled me. I spent hours unraveling the intricacies of the Google API, determined to find a way to seamlessly access and manipulate data. Overcoming GPT's Limitations with Raw Data in Google Sheets As I progressed, I encountered more roadblocks. Firstly, the infamous token limit. Some document were quite long and simply not

## Organization-based Billing, Project Transfers, Team Plan

DevFeed: [Organization-based Billing, Project Transfers, Team Plan](<https://devfeed.tech/articles/organization-based-billing-project-transfers-team-plan-474.md>)

Original publisher: [Read original article](<https://supabase.com/blog/organization-based-billing>)

Author: Paul Copplestone; Kevin Grüneberg

Published: 2023-08-31T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [billing](<https://devfeed.tech/tags/billing.md>), [can](<https://devfeed.tech/tags/can.md>), [community](<https://devfeed.tech/tags/community.md>), [cost](<https://devfeed.tech/tags/cost.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [features](<https://devfeed.tech/tags/features.md>), [free](<https://devfeed.tech/tags/free.md>), [launch](<https://devfeed.tech/tags/launch.md>), [platform](<https://devfeed.tech/tags/platform.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [projects](<https://devfeed.tech/tags/projects.md>), [quotas](<https://devfeed.tech/tags/quotas.md>), [subscriptions](<https://devfeed.tech/tags/subscriptions.md>), [support](<https://devfeed.tech/tags/support.md>), [updates](<https://devfeed.tech/tags/updates.md>), [upgrades](<https://devfeed.tech/tags/upgrades.md>)

### AI overview

Supabase is moving from project-based to organization-based billing. Each organization will have one subscription and plan, while project-level add-ons such as compute upgrades, custom domains, and PITR remain attached to the organization subscription. Quotas and usage will be aggregated across projects, with paid-plan benefits applying to every project in the organization.

### Source excerpt

Introducing the new Organization-based Billing

## openHAB 3.3 Release

DevFeed: [openHAB 3.3 Release](<https://devfeed.tech/articles/openhab-3-3-release-16725.md>)

Original publisher: [Read original article](<https://openhab.org/blog/2022-06-26-openhab-3-3-release.html>)

Published: 2022-06-27T07:30:48Z

Content type: release

Language: en

Sources: [openHAB](<https://devfeed.tech/sources/openhab.md>)

Topics: [releases](<https://devfeed.tech/topics/releases.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [iphone](<https://devfeed.tech/topics/iphone.md>), [User Interfaces](<https://devfeed.tech/topics/user-interfaces.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [bug-fixes](<https://devfeed.tech/tags/bug-fixes.md>), [community](<https://devfeed.tech/tags/community.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [ios](<https://devfeed.tech/tags/ios.md>), [iphone](<https://devfeed.tech/tags/iphone.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [new-features](<https://devfeed.tech/tags/new-features.md>), [pull-requests](<https://devfeed.tech/tags/pull-requests.md>), [release](<https://devfeed.tech/tags/release.md>), [release-notes](<https://devfeed.tech/tags/release-notes.md>), [statistics](<https://devfeed.tech/tags/statistics.md>), [ui](<https://devfeed.tech/tags/ui.md>), [user-interfaces](<https://devfeed.tech/tags/user-interfaces.md>)

### AI overview

The openHAB 3.3 release introduces new add-ons, enhancements, bug fixes, and updates across the platform's core, interfaces, Android and iOS clients, and JavaScript library. The article reports development and community activity over the preceding six months and highlights improved iOS support for the Main UI.

### Source excerpt

Our community has been growing as well over the last 6 months with an additional 1400 new users signed up, with over 800 of these users posting for the first time. Additionally our forums saw over 135,000 user visits and over 26,000 user posts. Impressive numbers indeed.

## Starting afresh with el-get

DevFeed: [Starting afresh with el-get](<https://devfeed.tech/articles/starting-afresh-with-el-get-34403.md>)

Original publisher: [Read original article](<https://tapoueh.org/blog/2011/01/starting-afresh-with-el-get/>)

Author: Dimitri Fontaine PostgreSQL Major Contributor; Author

Published: 2011-01-11T15:20:00Z

Content type: tutorial

Language: en

Sources: [Dimitri Fontaine](<https://devfeed.tech/sources/dimitri-fontaine.md>)

Topics: [Emacs](<https://devfeed.tech/topics/emacs.md>), [Lisp](<https://devfeed.tech/topics/lisp.md>), [color](<https://devfeed.tech/topics/color.md>)

Tags: [add-ons](<https://devfeed.tech/tags/add-ons.md>), [color](<https://devfeed.tech/tags/color.md>), [emacs](<https://devfeed.tech/tags/emacs.md>), [emacs-lisp](<https://devfeed.tech/tags/emacs-lisp.md>), [themes](<https://devfeed.tech/tags/themes.md>)

### AI overview

The article describes helping a new Emacs user get started with color themes, sensible defaults, and add-ons through a simple 87-line setup using el-get.

### Source excerpt

It so happens that a colleague of mine wanted to start using Emacs but couldn't get to it. He insists on having proper color themes in all applications and some sensible defaults full of nifty add-ons everywhere, and didn't want to have to learn that much about Emacs and Emacs Lisp to get started. I'm not even sure that he will Take the Emacs tour. You would tell me that there's nothing we can do for so unfriendly users. Well, here's what I did: