home.social

Search

1000 results for “infoq”

  1. The EU’s Cyber Resilience Act (CRA) is a “GDPR moment” for #SoftwareSecurity.

    In this #InfoQ #podcast, Viktor Peterson explores how the CRA is reshaping expectations for software producers & supply chain compliance.

    Key highlights:
    ✅ Why SBOMs are operational assets
    ✅ The danger of "weaponized code" in your security tools
    ✅ The shift toward vendor-neutral discovery

    🎧 Listen now: bit.ly/429icwC

    📄 #transcript included

    #CyberSecurity #SBOM #SoftwareSupplyChain #Compliance

  2. The EU’s Cyber Resilience Act (CRA) is a “GDPR moment” for #SoftwareSecurity.

    In this #InfoQ #podcast, Viktor Peterson explores how the CRA is reshaping expectations for software producers & supply chain compliance.

    Key highlights:
    ✅ Why SBOMs are operational assets
    ✅ The danger of "weaponized code" in your security tools
    ✅ The shift toward vendor-neutral discovery

    🎧 Listen now: bit.ly/429icwC

    📄 #transcript included

    #CyberSecurity #SBOM #SoftwareSupplyChain #Compliance

  3. The EU’s Cyber Resilience Act (CRA) is a “GDPR moment” for #SoftwareSecurity.

    In this #InfoQ #podcast, Viktor Peterson explores how the CRA is reshaping expectations for software producers & supply chain compliance.

    Key highlights:
    ✅ Why SBOMs are operational assets
    ✅ The danger of "weaponized code" in your security tools
    ✅ The shift toward vendor-neutral discovery

    🎧 Listen now: bit.ly/429icwC

    📄 #transcript included

    #CyberSecurity #SBOM #SoftwareSupplyChain #Compliance

  4. The EU’s Cyber Resilience Act (CRA) is a “GDPR moment” for .

    In this , Viktor Peterson explores how the CRA is reshaping expectations for software producers & supply chain compliance.

    Key highlights:
    ✅ Why SBOMs are operational assets
    ✅ The danger of "weaponized code" in your security tools
    ✅ The shift toward vendor-neutral discovery

    🎧 Listen now: bit.ly/429icwC

    📄 included

  5. Log4Shell - Spring4Shell - The XZ Backdoor

    These aren't just headlines - they are wake-up calls! As the software ecosystem grows more complex, the question remains: Are we ready for the next #CyberSecurity crisis?

    In this #InfoQ video, Soroosh Khodami shares practical strategies to secure your development lifecycle, whether you're a lean startup or a global enterprise.

    🎬 Watch now: bit.ly/4cq4DxN

    📄 #transcript included

    #SoftwareSecurity #SecurityVulnerabilities

  6. Update on #Uber’s #GoogleCloudPlatform migration of its batch data analytics and ML platform: bit.ly/3BJ34wb

    Uber shares new details on migrating its batch data platform to Google Cloud, incorporating key #DataMesh principles.

    Discover more details on #InfoQ!

    #batchprocessing #DevOps

  7. Discover how API mocking & simulation can solve microservice decoupling & productivity challenges at scale.

    Learn how #Observability, #ContractTesting, and #GenAI can act as guardrails for more resilient systems.

    🎥 Watch the #InfoQ video: bit.ly/43mWBBW

    #SoftwareArchitecture #Microservices #Monitoring #Performance #Mocking

  8. Starting with #MySQL 9.6, foreign key validation & cascade actions will be managed by the SQL layer instead of the InnoDB storage engine.

    Why this matters ❓
    ✅ Better change tracking
    ✅ More accurate replication
    ✅ Stronger data consistency

    This shift makes MySQL more reliable for CDC pipelines, mixed-database environments, and analytics workloads.

    Learn more: bit.ly/4rRJqDq

    #InfoQ #opensource #RelationalDatabases

  9. Managed #RelationalDatabases offer convenience, but are you aware of the hidden costs?

    Gain valuable insights into monitoring service expenses, revising default settings, and understanding operational constraints.

    #InfoQ article by Vignesh Ravichandran: bit.ly/3VewIBa

    #CloudComputing

  10. #MySQL 8.2 is now generally available, including support for Read/Write Splitting support!

    This long-awaited feature has been introduced in the latest innovation release and helps optimize database performance & scalability.

    Details on #InfoQ: bit.ly/3svcMOo

    #Oracle #SQL #Database #RelationalDatabases

  11. #Cloudflare redesigned #WorkersKV with a new hybrid storage architecture!

    The result❓
    ✅ p99 read latencies dropped from 200ms to under 5ms
    ✅ Handles hundreds of billions of key-value pairs

    Want to see how they did it? Read the #CaseStudy 👉 bit.ly/468zYTo

    #InfoQ #SoftwareArchitecture #KeyValueStore #DistributedCache #CloudArchitecture

  12. Are you passionate about the latest in #AI? Here's your chance to shine!

    ✍️ Join the #InfoQ Annual Article Writing Competition!

    🏆 Win a #FreeTicket to #QCon or #InfoQDevSummit!

    🔗 Submit by March 30, 2025: bit.ly/417KPtk

    Which AI topic are you most excited to explore?

    Explore topics like #LLMs, #SLMs, #vLLMs, #GenAI, #VectorDatabases, #ExplainableAI, #RAG, and more!

  13. This #InfoQ #eMag brings together our most popular InfoQ Trends Reports from 2024, offering a deep dive into:
    💡 Cell-based architectures
    💡 Socio-technical systems
    💡 Large and small language models (LLMs & SLMs)
    💡 State-of-the-art innovations in the Java ecosystem

    Whether you're a developer, architect, technology leader, or simply a tech enthusiast, these reports provide actionable insights and valuable perspectives to help you:
    🚀 Plan your future roadmaps
    🚀 Explore emerging technologies & practices

    🔗 Download it for free: bit.ly/3PEiyoG

    #TrendsReport #SoftwareTrends #FreeDownload

    #SoftwareArchitecture #SoftwareDevelopment #LLMs #SLMs #Java

  14. #SpecDrivenDevelopment flips traditional architecture by making specs executable & authoritative.

    Declared intent - validated code via AI-assisted generation, delivering real architectural determinism.

    Continuous enforcement kills drift - but demands stronger schema design & contract-first discipline.

    #InfoQbit.ly/3YCprvu

    #SoftwareArchitecture #APIs #APIDesign #AI #GenAI #CodeGeneration

  15. A #ShiftLeft approach to #DataProcessing relies on data products, which form the basis of data communication across the business.

    This addresses many flaws in traditional data processing and makes data more relevant, complete, and trustworthy.

    #InfoQ article: bit.ly/3WHjxsf

    #SoftwareArchitecture #DataMesh #DataLake #DataPipelines #ETL

  16. You can then use #LogicalDecoding - #Postgres’ change data capture capability - to retrieve the messages from write-ahead log (WAL), process them, and relay them to external consumers.

    In this #InfoQ article, Gunnar Morling explores how to take advantage of this feature for implementing three different use cases:
    ✅ Propagating data between microservices via the #OutboxPattern
    #ApplicationLogging
    ✅ Enriching #AuditLogs with metadata

    Learn more: bit.ly/3ZiMZnH

    #Debezium #ApacheFlink #Microservices

  17. #InfoQ dives deep into #SpringFramework 7 & #SpringBoot 4 with the team behind the code.

    🛠️ Key Focus: the shift toward core resilience by integrating features such as retry and concurrency throttling directly into the framework, alongside the performance benefits of modularizing auto-configurations.

    🔗 Read now: bit.ly/3OIoz6W

    #Java #AIcoding #Microservices #SoftwareDevelopment

  18. #CaseStudy - discover why Canva opted for Amazon KDS for their Product Analytics Platform.

    The company compared many aspects of these solutions, like performance, maintenance effort, and cost.

    Read more on #InfoQ 👉 bit.ly/4dAC28l

    #DataAnalytics #AWS #CostEfficiency #Scalability #SoftwareArchitecture #EventDrivenArchitecture

  19. Amazon just rolled out major updates to Aurora DSQL – focusing on usability, integrations & developer tooling.

    Highlights: a new interactive Aurora DSQL Playground that lets developers explore and experiment with the database directly in the browser - no signup, no cost

    Learn more ⇨ bit.ly/41sKFgu

    #InfoQ #AWS #AmazonRDS #Database #Serverless

  20. Amazon just rolled out major updates to Aurora DSQL – focusing on usability, integrations & developer tooling.

    Highlights: a new interactive Aurora DSQL Playground that lets developers explore and experiment with the database directly in the browser - no signup, no cost

    Learn more ⇨ bit.ly/41sKFgu

    #InfoQ #AWS #AmazonRDS #Database #Serverless

  21. Amazon just rolled out major updates to Aurora DSQL – focusing on usability, integrations & developer tooling.

    Highlights: a new interactive Aurora DSQL Playground that lets developers explore and experiment with the database directly in the browser - no signup, no cost

    Learn more ⇨ bit.ly/41sKFgu

    #InfoQ #AWS #AmazonRDS #Database #Serverless

  22. Amazon just rolled out major updates to Aurora DSQL – focusing on usability, integrations & developer tooling.

    Highlights: a new interactive Aurora DSQL Playground that lets developers explore and experiment with the database directly in the browser - no signup, no cost

    Learn more ⇨ bit.ly/41sKFgu

    #InfoQ #AWS #AmazonRDS #Database #Serverless

  23. Amazon just rolled out major updates to Aurora DSQL – focusing on usability, integrations & developer tooling.

    Highlights: a new interactive Aurora DSQL Playground that lets developers explore and experiment with the database directly in the browser - no signup, no cost

    Learn more ⇨ bit.ly/41sKFgu

  24. Netflix shared the blueprint for migrating 400+ production clusters with minimal downtime.

    How❓ By building an internal automation platform to move from Amazon RDS for PostgreSQL to Aurora.

    It manages replication, CDC, controlled cutover, and rollback, enabling service teams with a self-service migration workflow.

    Learn more: bit.ly/4bp1my8

    #InfoQ #SoftwareArchitecture #migration #databases #PostgreSQL #AmazonRDS #AmazonAurora

  25. Netflix shared the blueprint for migrating 400+ production clusters with minimal downtime.

    How❓ By building an internal automation platform to move from Amazon RDS for PostgreSQL to Aurora.

    It manages replication, CDC, controlled cutover, and rollback, enabling service teams with a self-service migration workflow.

    Learn more: bit.ly/4bp1my8

    #InfoQ #SoftwareArchitecture #migration #databases #PostgreSQL #AmazonRDS #AmazonAurora

  26. Netflix shared the blueprint for migrating 400+ production clusters with minimal downtime.

    How❓ By building an internal automation platform to move from Amazon RDS for PostgreSQL to Aurora.

    It manages replication, CDC, controlled cutover, and rollback, enabling service teams with a self-service migration workflow.

    Learn more: bit.ly/4bp1my8

    #InfoQ #SoftwareArchitecture #migration #databases #PostgreSQL #AmazonRDS #AmazonAurora

  27. Netflix shared the blueprint for migrating 400+ production clusters with minimal downtime.

    How❓ By building an internal automation platform to move from Amazon RDS for PostgreSQL to Aurora.

    It manages replication, CDC, controlled cutover, and rollback, enabling service teams with a self-service migration workflow.

    Learn more: bit.ly/4bp1my8

    #InfoQ #SoftwareArchitecture #migration #databases #PostgreSQL #AmazonRDS #AmazonAurora

  28. Netflix shared the blueprint for migrating 400+ production clusters with minimal downtime.

    How❓ By building an internal automation platform to move from Amazon RDS for PostgreSQL to Aurora.

    It manages replication, CDC, controlled cutover, and rollback, enabling service teams with a self-service migration workflow.

    Learn more: bit.ly/4bp1my8

  29. The #InfoQ article discusses the challenges faced during a migration from a relational database to NoSQL, focusing on the importance of database sequences for unique identifiers.

    It outlines the development of a new sequence service using #DynamoDB and a two-tier #caching architecture.

    🔗 Read now: bit.ly/4e6FRox

    #SoftwareArchitecture #DistributedSystems #NoSQL #Database #Performance

  30. The #InfoQ article discusses the challenges faced during a migration from a relational database to NoSQL, focusing on the importance of database sequences for unique identifiers.

    It outlines the development of a new sequence service using #DynamoDB and a two-tier #caching architecture.

    🔗 Read now: bit.ly/4e6FRox

    #SoftwareArchitecture #DistributedSystems #NoSQL #Database #Performance