Mon.Sep 23, 2024

article thumbnail

Redefining Artifact Storage: Preparing for Tomorrow's Binary Management Needs

DZone

As software pipelines evolve, so do the demands on binary and artifact storage systems. While solutions like Nexus, JFrog Artifactory, and other package managers have served well, they are increasingly showing limitations in scalability, security, flexibility, and vendor lock-in. Enterprises must future-proof their infrastructure with a vendor-neutral solution that includes an abstraction layer , preventing dependency on any one provider and enabling agile innovation.

Storage 249
article thumbnail

Isabel Carvalho of Dynatrace makes CRN’s 100 People You Don’t Know But Should list for 2024

Dynatrace

CRN® , a brand of The Channel Company , has named Isabel Carvalho, Senior Director of the Dynatrace Worldwide Partner Program and Operations, as an honoree on its 100 People You Don’t Know But Should list for 2024. This annual list honors the dedicated, talented people who work behind the scenes in the IT channel to set their company’s partners up for success.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Blue-Green Deployment: Update Your Software Risk-Free

DZone

Anton Alputov , the DevOps architect of Valletta Software Development, shared his DevOps expertise both with me and with the readers. Deploying software updates can often feel like walking a tightrope — one wrong step, and you risk downtime, bugs, or a frustrating user experience. Traditional deployment methods tend to amplify these risks, leaving teams scrambling to mitigate issues post-release.

Software 184
article thumbnail

Netflix’s Pushy: Evolution of Scalable WebSocket Platform That Handles 100Ms Concurrent Connections

InfoQ

Netflix shared details on the evolution of Pushy, a WebSocket messaging platform that supports push notifications and inter-device communication across many different devices for the company’s products. Netflix’s engineers implemented many improvements across the Pushy ecosystem to ensure the platform's scalability and reliability and support new capabilities.

article thumbnail

Spring WebFlux: publishOn vs subscribeOn for Improving Microservices Performance

DZone

With the rise of microservices architecture , there has been a rapid acceleration in the modernization of legacy platforms, leveraging cloud infrastructure to deliver highly scalable, low-latency, and more responsive services. Why Use Spring WebFlux? Traditional blocking architectures often struggle to keep up performance, especially under high load.

article thumbnail

Understanding MySQL Indexes: Types, Benefits, and Best Practices

Percona

When it comes to MySQL databases, performance is everything. As more activities move online and data volumes grow exponentially, ensuring efficient data retrieval and query execution becomes crucial. Database indexing plays a significant role in this by providing powerful tools to optimize operations in MySQL.