Best of CloudNovember 2025

  1. 1
    Article
    Avatar of neontechNeon·25w

    Why So Many Projects in the Neon Free Plan?

    Neon has increased its Free Plan from 10 to 60 projects due to infrastructure efficiency gains and integration with Databricks. The expansion is enabled by Neon's architecture that separates compute and storage, scales to zero when idle, and uses object storage as the source of truth. Rather than maximizing profit margins, Neon aims to make its Free Plan genuinely useful for developers building side projects, prototypes, and small apps, positioning itself as the default Postgres provider.

  2. 2
    Article
    Avatar of hnHacker News·29w

    Send this article to your friend who still thinks the cloud is a good idea

    A developer shares their experience moving projects from AWS to bare-metal servers with Hetzner, achieving 10x cost savings and 2x performance improvement. The piece argues that cloud services like AWS charge excessive markups (10x-100x) compared to renting or buying servers directly, and that most small-to-medium businesses don't need expensive managed cloud services. It challenges common fears about server management, suggesting that with modern tools like AI assistants, managing Linux servers is accessible and cost-effective for most developers.

  3. 3
    Article
    Avatar of bytebytegoByteByteGo·27w

    EP189: How to Design Good APIs

    Covers fundamental principles of API design including idempotency, versioning, resource naming, security, and pagination. Explores big data pipeline architectures across AWS, Azure, and GCP. Provides a structured learning path for AWS services from fundamentals through certifications. Explains RAG application architecture on AWS and compares virtualization approaches from bare metal to containers on VMs.

  4. 4
    Article
    Avatar of vercelVercel·28w

    Vercel: The anti-vendor-lock-in cloud

    Framework-defined infrastructure (FDI) allows developers to write code against framework conventions rather than platform-specific primitives, maintaining application portability across different cloud providers. By interpreting framework code and automatically provisioning infrastructure, platforms like Vercel enable developers to use standard development tools without vendor lock-in. Approximately 70% of Next.js applications run outside Vercel, demonstrating this portability in practice. The approach prioritizes open standards, with Next.js Build Adapters formalizing the framework-platform contract and making the same integration APIs available to all platform providers.

  5. 5
    Article
    Avatar of influxdbInfluxData·27w

    Introducing the New Cloud Dedicated Admin UI

    InfluxData has released a major update to the Cloud Dedicated Admin UI, introducing live cluster observability dashboards with CPU, memory, and request rate metrics. The update includes redesigned navigation for quick access to databases, tables, and tokens, plus enhanced table schema browsing with column type filtering. Users can now monitor cluster performance across different time periods and switch between multiple accounts and clusters directly from the interface.

  6. 6
    Video
    Avatar of fireshipFireship·27w

    The entire internet just crashed... again

    Cloudflare experienced a major global outage affecting millions of websites including ChatGPT, X (Twitter), and League of Legends. The root cause was a latent bug in their bot mitigation service triggered by a routine configuration change. An automatically generated configuration file for managing threat traffic grew beyond its expected size, causing crashes across multiple Cloudflare services. The incident highlights the internet's dependence on centralized infrastructure providers and the cascading impact when they fail.

  7. 7
    Article
    Avatar of neontechNeon·29w

    Major compute price reduction on Neon

    Neon announces up to 25% compute price reductions across all paid plans, with Launch Plan dropping to $0.106 per CU-hour and Scale Plan to $0.222 per CU-hour. This follows previous cost cuts including storage reduction from $1.75 to $0.35 per GB-month and removal of the $599/month enterprise feature surcharge. Running on Databricks' infrastructure enables these lower prices while maintaining autoscaling capabilities that scale compute to zero when idle. Real-world comparisons show Neon costs 30-60% less than alternatives like Aurora Serverless v2 and Supabase across different usage scenarios.

  8. 8
    Article
    Avatar of laravelLaravel·27w

    Introducing WebSockets for Laravel Cloud, Powered by Laravel Reverb

    Laravel Cloud now offers managed WebSocket clusters powered by Laravel Reverb, enabling developers to add real-time features to applications in seconds. The service provides automatic configuration, predictable pricing based on concurrent connections (up to 50% cheaper than competitors), and eliminates the complexity of managing WebSocket infrastructure. Clusters can split connections across multiple applications for cost efficiency, with all environment variables automatically populated upon setup.

  9. 9
    Video
    Avatar of awesome-codingAwesome·27w

    The whole internet was down... again...

    Recent major outages from Cloudflare and AWS exposed critical vulnerabilities in modern internet infrastructure. While cloud services promised decentralization and resilience, the industry has consolidated around a few vendors using default configurations. Cloudflare's outage was caused by an oversized feature file in their Bot Manager component. The real issue isn't the outages themselves, but the illusion of resilience created by cloud-native tools while actually centralizing failure points. Modern developers increasingly lack the knowledge to build systems that gracefully handle failures, relying instead on configuration wizards and AI assistance.

  10. 10
    Article
    Avatar of muratbuffaloMetadata·28w

    Disaggregated Database Management Systems

    Explores how cloud trends are reshaping database architecture through disaggregation—separating compute, storage, and memory into independently scalable components. Examines three case studies: Google AlloyDB (PostgreSQL with compute-storage separation and HTAP support), Rockset (real-time analytics using the Aggregator-Leaf-Tailer pattern), and Nova-LSM (LSM-based storage with immutable SSTs in object stores). Discusses emerging hardware disaggregation including RDMA-based memory systems, CXL coherent memory fabrics, and DPU-based approaches. Highlights open challenges around automatic workload-driven assembly, co-design across fabrics, correctness verification, and adaptive reconfiguration.

  11. 11
    Article
    Avatar of wheresyouredWhere's Your Ed At·28w

    Where Is OpenAI's Money Going?

    OpenAI reported $12 billion in losses for Q3 2025 according to Microsoft's SEC filings, raising questions about the company's financial sustainability. Despite CEO Sam Altman claiming revenues "well more" than $13 billion for 2025, analysis suggests actual revenue may be closer to $8 billion. The company has committed to massive cloud computing deals totaling over $1.4 trillion over 8 years with AWS, Oracle, CoreWeave, and Microsoft Azure. By 2027, monthly compute costs alone could exceed $11 billion, while the company employs only 3,000 people compared to Meta's 78,000 and Microsoft's 200,000. Financial discrepancies between reported figures and actual spending patterns suggest OpenAI's inference costs may be significantly higher than publicly stated.

  12. 12
    Article
    Avatar of singlestoreSingleStore·26w

    Introducing singlestore-auth-iam for Server Authentication

    SingleStore introduces singlestore-auth-iam, a library enabling passwordless server authentication for databases and management APIs. Building on their 2022 singlestore-auth-helper for human users, this new tool integrates with cloud IAM systems (AWS, Azure, GCP) to use short-lived tokens instead of static passwords. Servers authenticate by requesting signed identity tokens from IAM, exchanging them for SingleStore-signed JWTs. This eliminates credential storage, enables automatic rotation, and reduces security risks across CI/CD pipelines and applications while maintaining role-based authorization through SingleStore's existing permissions system.

  13. 13
    Article
    Avatar of grabGrab Tech Blog·29w

    Grab's Mac Cloud Exit supercharges macOS CI/CD

    Grab migrated their macOS CI/CD infrastructure from a US-based cloud vendor to a colocation facility in Southeast Asia, scaling from 1 Mac Pro to 250+ Mac minis. The migration achieved $2.4M in projected three-year savings and 20-40% performance improvements by reducing network latency to Git servers. The team evaluated cloud vs colocation vs on-premises options, chose Malaysia for its data center infrastructure and energy costs, and implemented zero-touch provisioning using Jamf MDM. The bare-metal approach avoided virtualization overhead while maintaining stability, with progressive migration ensuring no disruption to their 8 iOS apps serving millions of users.

  14. 14
    Video
    Avatar of beabetterdevBe A Better Dev·29w

    AWS Explained: The Most Important AWS Services To Know

    A comprehensive walkthrough of essential AWS services organized by function: networking (Route 53, CloudFront), storage (S3, EBS, EFS), compute (EC2, Lambda, ECS, Fargate), databases (RDS, DynamoDB, Aurora), security (WAF, Cognito, Certificate Manager), AI/ML (Bedrock, SageMaker), messaging (SNS, SQS, EventBridge), analytics (Athena, EMR, Redshift), monitoring (CloudWatch, X-Ray), and CI/CD (CodeBuild, CodeDeploy, CodePipeline). Uses an e-commerce application as a practical example to demonstrate how these services integrate to build production systems.

  15. 15
    Article
    Avatar of phProduct Hunt·29w

    Lovelace: AI-powered cloud IDE for coding from anywhere

    Lovelace is a browser-based IDE that enables developers to code from any device using AI-powered features. It includes code completion, generation, and an integrated AI agent, with cloud-based workspace management accessible from tablets, phones, or browsers. The platform supports reviewing pull requests during commutes, debugging production issues remotely, and prototyping ideas away from a primary development machine.

  16. 16
    Article
    Avatar of allthingsopenAll Things Open·29w

    12 everyday technologies powered by Linux

    Linux powers a vast array of everyday technologies beyond servers and desktops. It runs NASA's space systems, Android smartphones holding 75% of the global market, smart TVs and streaming devices, modern car infotainment systems, home routers, and even Microsoft Azure infrastructure. From the International Space Station to retail checkout systems, Linux provides the stability, security, and flexibility that makes modern connected life possible. Its open source foundation enables customization across devices ranging from Kindle eReaders and smartwatches to gaming platforms like Steam Deck.