Summary: This article introduces how to design the architecture of a large Android project from zero to one, combining personal thinking and understanding of architectural...
In software development, predecessors summed up some principles and patterns of software system design and development, no matter what language is used to do development,...
Usually we use SpringBoot development often use some third-party JAR packages, and usually just introduce an XXX-StarterJAR package has all the functions, exactly what is...
Summary: In the Serverless architecture, although we pay more attention to our business code, we also need to pay attention to some configuration and cost,...
In today's major programming languages, the functional programming paradigm is more or less "standard," or the major languages are all functional extensions, which is a...
Reactor pattern is the basic pattern of high performance network programming at design and architecture level. . So understanding the Reactor pattern is fundamental if...
This paper mainly aims at the relational data database MySql. Key value class database can refer to the simplest big data Redis. First, briefly review...
Appearance mode, some information is also called "appearance mode", appearance mode is relatively simple to use, the frequency of use is not high, mainly this...
When we successfully log in and obtain the access_token, we can use the token to access the authorized interface. As mentioned above, JwtAuthenticationFilter converts the...
1, basic introduction 1, if there is no build private server will have any problems? Without private servers, all the artifacts we needed would have...