Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit acf620b

Browse files
architecture question
1 parent d23ce42 commit acf620b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ At the beginning, it was the repository with questions from Java interviews. Cur
240240
- [What are the differences between monolith and microservices? (Performance/Deployability/Failure impact and etc)](architecture.md#what-are-the-differences-between-monolith-and-microservices-performancedeployabilityfailure-impact-and-etc)
241241
- [Imperative vs functional vs reactive programming?](architecture.md#imperative-vs-functional-vs-reactive-programming)
242242
- [What is Serverless](architecture.md#what-is-serverless)
243+
- [What is the difference between native code, machine code and assembly code?](architecture.md#what-is-the-difference-between-native-code-machine-code-and-assembly-code)
243244

244245
## REST
245246
- [What is rest architecture? What are the requirements?](rest.md#what-is-rest-architecture-what-are-the-requirements)

architecture.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- [What are the differences between monolith and microservices? (Performance/Deployability/Failure impact and etc)](#what-are-the-differences-between-monolith-and-microservices-performancedeployabilityfailure-impact-and-etc)
33
- [Imperative vs functional vs reactive programming?](#imperative-vs-functional-vs-reactive-programming)
44
- [What is Serverless](#what-is-serverless)
5+
- [What is the difference between native code, machine code and assembly code?](#what-is-the-difference-between-native-code-machine-code-and-assembly-code)
56

67
## What are the differences between monolith and microservices? (Performance/Deployability/Failure impact and etc)
78
###### Relative links:
@@ -23,3 +24,7 @@ Like many trends in software, there’s no one clear view of what Serverless is.
2324
2. Serverless can also mean applications where server-side logic is still written by the application developer, but, unlike traditional architectures, it’s run in stateless compute containers that are event-triggered, ephemeral (may only last for one invocation), and fully managed by a third party. One way to think of this is “Functions as a Service” or "FaaS". (Note: The original source for this name—a tweet by @marak—is no longer publicly available.) AWS Lambda is one of the most popular implementations of a Functions-as-a-Service platform at present, but there are many others, too.
2425
###### Relative links:
2526
- https://martinfowler.com/articles/serverless.html
27+
28+
## What is the difference between native code, machine code and assembly code?
29+
###### Relative links:
30+
- https://stackoverflow.com/questions/3434202/what-is-the-difference-between-native-code-machine-code-and-assembly-code

0 commit comments

Comments
 (0)