DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.

Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.

Threat Detection: Learn core practices for managing security risks and vulnerabilities in your organization — don't regret those threats!

Managing API integrations: Assess your use case and needs — plus learn patterns for the design, build, and maintenance of your integrations.

Avatar

Leona Zhang

Content Marketing at Alibaba Cloud

Hangzhou, CN

Joined Dec 2017

https://www.alibabacloud.com/

Stats

Reputation: 6773
Pageviews: 1.6M
Articles: 41
Comments: 0
  • Articles

Articles

article thumbnail
Data Encryption at Storage on Alibaba Cloud
Understand data encryption at storage on the Alibaba Cloud.
July 30, 2019
· 5,976 Views · 2 Likes
article thumbnail
Analysis on Group by and Order by Performance
An analysis of some common issues involving 'group by'; and 'order by' performance.
July 30, 2019
· 8,299 Views · 2 Likes
article thumbnail
Efficient Search on Massive Data With Multidimensional Attributes
Cut query time down significantly in a few, simple steps
July 16, 2019
· 4,556 Views · 2 Likes
article thumbnail
Process Collections Easily With Stream in Java 8
Learn how you can process collections easily with Stream in Java 8.
July 1, 2019
· 46,732 Views · 30 Likes
article thumbnail
Detailed Explanation of Guava RateLimiter's Throttling Mechanism
See a detailed explanation of Guava RateLimiter's throttling mechanism.
June 3, 2019
· 29,923 Views · 1 Like
article thumbnail
Sentinel and Spring Cloud: Building a Better Microservice Ecosystem
We take a look at the history of and use cases for this open source microservices framework developed by the team at Alibaba.
May 21, 2019
· 6,973 Views · 2 Likes
article thumbnail
How to Build a TCP Application With Node.js on ECS
Learn how to create a working TCP application which accepts TCP client connections, listens for data on them, and echoes it back to the client.
May 10, 2019
· 17,487 Views · 1 Like
article thumbnail
How to Properly Plan JVM Performance Tuning
Check out this guide to JVM performance tuning.
April 16, 2019
· 37,527 Views · 6 Likes
article thumbnail
Traffic Management With Istio (4): DNS Resolution With CoreDNS
Check out the fourth installment on traffic management with Istio.
March 28, 2019
· 11,052 Views · 1 Like
article thumbnail
Traffic Management With Istio (2): Grayscale Release of Applications by Istio Management
Explore the benefits of traffic management with Istio.
March 22, 2019
· 5,597 Views · 1 Like
article thumbnail
7 Simple Ways to Improve Website and Database Performance
This tutorial will suggest optimizations that will boost performance, including speeding up site loading time and search queries.
February 21, 2019
· 16,019 Views · 12 Likes
article thumbnail
Redis Hotspot Key Discovery and Common Solutions
In this article, we will discuss the common causes of hotspot keys, evaluate the impact of this problem, and propose effective solutions to handle them.
February 20, 2019
· 10,377 Views · 2 Likes
article thumbnail
A Guide to Resolving the Cross-Database Query Problem with A Single SQL Statement
Look at a guide to resolving the cross-database query problem with a single SQL statement.
February 19, 2019
· 14,496 Views · 1 Like
article thumbnail
Resilience4j and Sentinel: Two Open-Source Alternatives to Netflix Hystrix
We take a look at a few open source alternatives to the now deprecated Hystrix microservices tool.
December 19, 2018
· 19,402 Views · 10 Likes
article thumbnail
An Overview of the Kafka Distributed Message System (Part 2)
We finish this small series by exploring brokers, topics, partitions, and more in the open source Apache Kafka platform.
December 10, 2018
· 14,704 Views · 9 Likes
article thumbnail
An Overview of the Kafka Distributed Message System (Part 1)
Apache Kafka is one of the most popular tools for big data out there. If you're curious as to why, read on to take a look under the hood!
December 7, 2018
· 32,721 Views · 17 Likes
article thumbnail
Flink State Management and Fault Tolerance for Real-Time Computing
We look at the processing of stateful streaming data, state interfaces, and the implementation of state management and fault tolerance in Apache Flink.
December 5, 2018
· 10,960 Views · 3 Likes
article thumbnail
Best Practices of Database Disaster Recovery in the DT Era
This article introduces the best practices of database disaster recovery in the DT Era.
Updated November 28, 2018
· 16,890 Views · 2 Likes
article thumbnail
Table Store Data Models: Wide Column and Time Series
Table Store is Alibaba Cloud's first distributed multi-model database, which is a NoSQL database.
November 26, 2018
· 8,816 Views · 1 Like
article thumbnail
Table Store Time Series Data Storage Architecture
Explore table store time series data storage architecture.
November 22, 2018
· 31,140 Views · 9 Likes
article thumbnail
When Databases Meet FPGA: Achieving 1 Million TPS With X-DB Heterogeneous Computing
Explore Alibaba Cloud's X-Engine and how to achieve 1 million TPS with X-DB heterogenous computing.
Updated November 20, 2018
· 13,581 Views · 4 Likes
article thumbnail
Improving Redis Performance Through Multi-Thread Processing
Learn how to optimize the performance of a Redis database with multi-thread processing.
November 16, 2018
· 26,472 Views · 2 Likes
article thumbnail
Kubernetes Demystified: Using LXCFS to Improve Container Resource Visibility
Another issue that those using Kubernetes often come across is the inability of legacy applications to properly read resource restrictions.
Updated November 8, 2018
· 10,785 Views · 1 Like
article thumbnail
Kubernetes Demystified: Solving Service Dependencies
Since containers have no contact with services outside themselves, it can be a challenge to address service dependencies.
November 7, 2018
· 16,229 Views · 1 Like
article thumbnail
Kubernetes Demystified: Restrictions on Java Application Resources
Take a look at how to fix this common issue from Java developers on how to manage containerized Java applications that are taking too much memory.
November 6, 2018
· 16,462 Views · 2 Likes
article thumbnail
Running an ASP.NET Core Web Application on ECS
In this post, we go over how to set up a cloud instance, and get an ASP.NET Core-based web application up and running on it using Nginx.
September 18, 2018
· 6,961 Views · 1 Like
article thumbnail
Understanding the Kubelet Core Execution Frame
The Kubernetes Pod in its natural habitat. Take a look at this in-depth look at how Kubelet handles its duties in pod lifecycle management.
August 22, 2018
· 7,882 Views · 3 Likes
article thumbnail
Using GPS Collars to Track the Movements of African Elephants
Want to learn more about how IoT technology is being used to track the movements of African elephants? Check out this post to learn more about GPS collars and IoT.
August 19, 2018
· 6,670 Views · 2 Likes
article thumbnail
PouchContainer Goroutine Leak Detection Practices
Take a look at what may be going on under the hood of your golang projects, as well as what you can to do to detect and prevent goroutine leaks.
Updated August 15, 2018
· 3,257 Views · 1 Like
article thumbnail
Multi-Document Transactions on MongoDB 4.0
Let's look at multi-document transactions on MongoDB 4.0 and see ACID and Transaction Replica.
August 14, 2018
· 18,002 Views · 3 Likes

User has been successfully modified

Failed to modify user

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: