Join us

ContentUpdates and recent posts about Apigee..
 Activity
@erpens started using tool AWStats , 5 days, 8 hours ago.
 Activity
@erpens started using tool Adcash , 5 days, 8 hours ago.
 Activity
@jordanunix created an organization DevOpsDayLA , 6 days ago.
 Activity
@jordanunix started using tool OpenClaw , 6 days ago.
Story
@laura_garcia shared a post, 6 days, 6 hours ago
Software Developer, RELIANOID

💡 Third-Party Vendors: The Hidden Cybersecurity Risk

In today’s hyper-connected world, digital supply chains are only as secure as their weakest link. One single vendor can open the door to ransomware, outages, or worse. At RELIANOID, we take this risk seriously. 🔒 That’s why we apply: ✅ Continuous vendor risk assessments ✅ Real-time monitoring of thi..

cropped-Blog-THIRD-PARTY-VENDOR-RISKS-RELIANOID
Link
@varbear shared a link, 6 days, 7 hours ago
FAUN.dev()

Unconventional PostgreSQL Optimizations

PostgreSQL 18 now supportsvirtual generated columns, indexable expressions without burning storage. Perfect for standardizing queries in analytics-heavy pipelines. Pair that withplanner constraint exclusion(constraint_exclusion=on), and Postgres can dodge irrelevant table scans based on constraints... read more  

Unconventional PostgreSQL Optimizations
Link
@varbear shared a link, 6 days, 7 hours ago
FAUN.dev()

Software engineering when machine writes the code

In 1968, computer scientists identified the "software crisis" - the existing methods of programming were struggling to handle the power of computers. Today, AI coding assistants are accelerating productivity, but concerns arise about understanding the code they generate, the implications for debuggi.. read more  

Link
@varbear shared a link, 6 days, 7 hours ago
FAUN.dev()

The challenges of soft delete

"Soft delete" sounds gentle. It isn't. Slapping adeleted_atcolumn on every table pollutes queries, drags down migrations, and leaves tombstones all over production. This post digs into saner options:PostgreSQL triggers,event archiving in the app layer, andCDC via WAL. Each separates the dead stuff f.. read more  

Link
@varbear shared a link, 6 days, 7 hours ago
FAUN.dev()

How I Taught GitHub Copilot Code Review to Think Like a Maintainer

Vibe coding has made contributing to open source easier, but the high number of contributions to the AI agent framework goose has posed a challenge. An AI Code Review agent like Copilot can help review PRs, but tuning its feedback is crucial for reducing noise and increasing value. By providing clea.. read more  

Link
@kaptain shared a link, 6 days, 9 hours ago
FAUN.dev()

Experimenting with Gateway API using kind

A new guide shows how to runGateway APIlocally withkindandcloud-provider-kind. It spins up a one-node Kubernetes cluster in Docker - complete with LoadBalancer Services and a Gateway API controller. Cloud vibes, zero cloud bill. Fire it up to deploy demo apps, test routing, or poke around with CRD e.. read more  

Apigee is an enterprise-grade API management platform that helps organizations build, manage, and secure APIs at scale. It provides a centralized control plane for exposing backend services as APIs while enforcing security, traffic management, and governance policies.

Apigee supports the complete API lifecycle, including design, versioning, deployment, monitoring, and monetization. It acts as an API gateway, handling concerns such as authentication, authorization, rate limiting, quotas, caching, request transformation, and threat protection without requiring changes to backend services.

The platform offers deep analytics and observability, allowing teams to track API usage, latency, error rates, and consumer behavior. These insights help improve API reliability, performance, and product decisions. Apigee also includes developer portal capabilities, enabling organizations to onboard external and internal developers, publish API documentation, and manage API keys.

Apigee integrates natively with Google Cloud services and supports hybrid and multi-cloud deployments, allowing APIs to run on-premises, in Google Cloud, or across other cloud providers. It supports modern architectures including microservices, Kubernetes-based backends, and service meshes, and is commonly used in regulated industries that require strong security and compliance controls.