Tag: architecture
How does Apollo Configuration Center implement configuration hot publishing
December 6, 2023
by Craig Jensen-Middleton
No Comments
The configuration center is a very important infrastructure service in the microservice architecture system, and is responsible for centralized management of distributed configuration, hot release...
Read More
Apue Reading notes (2), documents
December 6, 2023
by Devin Padilla
No Comments
This corresponds to chapter 4 of the original book (Files and Directories) files and Directories, which is mainly about opening files, reading and writing files....
Read More
Micro channel applets architecture principle
December 6, 2023
by Michael Horn
No Comments
From the developer tools mining micro channel applets architecture, applets why so fast? Do applets use technologies such as React Native and Weex? What are...
Read More
Introduction to Docker, this one is enough
December 6, 2023
by Josephine Evans-Phillips
No Comments
Docker introduction, including introduction, basic commands, data persistence, Dockerfile, Docker network, etc., in short, this one is enough!
Read More
Android componentization
December 6, 2023
by John Morrison-Kennedy
No Comments
1. Componentized Advantages The goal of Componentized architecture of Android APP is to bid farewell to the bloated structure and make each business relatively independent....
Read More
Bytedance’s open-source internal microservices middleware, CloudWeGo
December 6, 2023
by Katherine Jones
No Comments
Today, ByteDance officially announced CloudWeGo as an open source. This is a set of Golang language as the core, focusing on microservices communication and governance...
Read More
I used a micro front end for my company project, almost…. There’s been a big accident
December 6, 2023
by Dr. Kelly Bailey
No Comments
The beginning of the story from the micro front-end Qiankun began to fire last year, I noticed that our company's Saas system can use this...
Read More
Three years in nuggets. – How do you change an engine in a flight
December 6, 2023
by Gerald Watkins
No Comments
I plan to write a few articles summarizing my three years as technical director of the Nuggets. From the three perspectives of technology, product and...
Read More
Sentinel core source code parsing
December 6, 2023
by Hrishita Koshy
No Comments
Sentinel: Distributed system traffic Defense (defense system) is a traffic control component for distributed service architecture. It mainly starts from traffic limiting, traffic shaping, fuse...
Read More
The practice of Flux architecture idea in Duka App
December 6, 2023
by Hiran Kaur
No Comments
In order to cope with the complex interaction of video editing tools, Dukakios uses the design idea of Flux architecture mode for reference and the...
Read More
Super MyBatis dynamic proxy details! (Absolute dry)
December 6, 2023
by Gemma Barnett
No Comments
Can not answer the iron juice, Proxy, Mybatis source code has not seen a bit. Mybatis is the JDK dynamic proxy used by the underlying...
Read More
Introduction to Nacos source code structure and AP schema registry implementation
December 6, 2023
by 林宜君
No Comments
Introduction NacosAP model source analysis directory Registry under microservices how to choose Nacos Use and register part of the source code introduction Nacos service heartbeat...
Read More
【 Technology gas station 】 Reveal Baidu intelligent test scale landing
December 6, 2023
by 朱志偉
No Comments
Where does the scene come from is the first question we have to face, so it is from the nature of the test activity to...
Read More
Myabtis source code analysis five -Mybatis configuration loading complete diagram, builder mode use
December 6, 2023
by James Klein
No Comments
Make writing a habit together! This is the 10th day I participated in the "Digging gold Day new plan · April more text challenge", [click...
Read More
SpringCloudGateway manages swagger uniformly
December 6, 2023
by Harriet Thompson-Hughes
No Comments
SpringCloud unified management of Swagger This is the third day of my participation in The August Wenwenchallenge. The details of the activity are as follows:...
Read More
Cloud native (ii) Kubernetes system architecture
December 6, 2023
by 韓雅惠
No Comments
Docker packages various services into a single image, running the image to form a container, so that the running service becomes a running container. Docker...
Read More
Clickhouse source Code (Series 1) Startup process
December 6, 2023
by Michael Murphy
No Comments
I recently learned about ClickHouse. I had a basic understanding of its storage structure and design, but I didn't know much about the process of...
Read More
Practice of multi-service modeling in Meituan search sorting
December 6, 2023
by 李信宏
No Comments
Search sorting is a typical multi-service mixed sorting modeling problem, which has many challenges. This paper focuses on the modeling and optimization of multi-business sequencing...
Read More
Experience summary | refactoring makes your code more graceful and concise
December 6, 2023
by Todd Payne
No Comments
Recently, the author had the honor to reconstruct autonavi taxi order Push project. I would like to share my work experience related to code reconstruction...
Read More
How does the server prevent double payments?
December 6, 2023
by Mark Banks
No Comments
The figure shows a simplified ordering process, starting with order submission and then payment. Generally, payment is made through the payment gateway (payment center), and...
Read More
Webpack4 + React Multi-page architecture
December 6, 2023
by Eli Meads
No Comments
Webpack is widely used in single-page packaging, with numerous scaffoldings led by create-React-app. Single-page packaging usually packs business JS and CSS into the same HTML...
Read More
Big data SQL parsing and Format solutions
December 6, 2023
by Mehul Shan
No Comments
SQL parsing, Format SQL, Alibaba Druid, SQL-table-name-parser, Hive SQL parsing, Spark SQL parsing, compression.
Read More
What exactly are we developing with Netty?
December 6, 2023
by 王家銘
No Comments
More excellent articles. In the Java world, Netty is the undisputed master of web application development. You don't need to pay too much attention to...
Read More
There are five common application scenarios of message queues
December 6, 2023
by Luis Bishop
No Comments
Message queue middleware is an important component in distributed system, which mainly solves application coupling, asynchronous message, traffic cutting and other problems. Achieve high-performance, highly...
Read More
RPC Microservices Architecture: AN Overview of RPC Individuals (Absolute Dry Goods)
December 6, 2023
by Dr. Nathan Davis
No Comments
What is RPC? What problems did RPC solve and in what ways did it improve? What is the workflow? RPC Microservices Architecture: AN Overview of...
Read More
More architecture, less framework — Notes from an Ali architect
December 6, 2023
by David Gonzalez
No Comments
1. Registry is needed to realize the dynamic service registration discovery mechanism; 2. Transaction consistency under distributed mode should be considered. Under CAP principle, two-stage...
Read More
Why do you have to do extra work? Ele. me More technical architecture and operation and maintenance challenges
December 6, 2023
by Mrs. Melissa White
No Comments
The rapid development of Ele. me business has brought the challenges of massive requests, high concurrency and micro services to the technology. Meanwhile, the fast-paced...
Read More
Apue Reading notes (1), environment preparation
December 6, 2023
by Matthew Skinner
No Comments
To prepare, go to apue and download the source code from Linux, unzip it, go to a directory, execute make and place the compiled files...
Read More
Vivo marketing automation technology decryption | opening chapter
December 6, 2023
by Jose Armstrong
No Comments
This article belongs to the "Vivo marketing automation technology decryption" series of articles, first around the definition of marketing automation, the background and solve the...
Read More