-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathsession-05.txt
135 lines (98 loc) · 2.14 KB
/
session-05.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
Project Discussion
---------------------
3 tier architecture
Desktop vs Web
Desktop apps disadvantages
----------------------
can't access in mobile
storage
installation
upgrade
data loss
heavy system resources
compatibility
Web applications
---------------------
a proper architecture is highly required to create and maintain web applications...
We cook in our home --> batter, gas, time, chutney, etc.
road side cart
--------------------
single person
Raw items --> eatable format
He is cooking --> Quality food, higene food
He is taking orders
He is taking bills
10 members at a time.... 100 members can he handle? No
small shop
--------------------
hire cooking persons
He will be at counter
20-30 members
cooking person
--------------
take orders
queue manage
cook
counter
--------------
billing
Restaurant
--------------------
They hire chef
They hire waiter
They hire cashiers
They hire captains
captain
-------------
a person who welcome us and show the table
waiter
-------------
He will come take order
prepare the queue of orders
Chef
------------
Only cooking
Raw items --> food
Cashier
------------
Only charge
facebook
-------------
users data
profile
posts
likes
comments
data use to store in tables
firstname, lastname, dob, email, mobile number, country, username and password
HTML --> Text Format
CSS --> Colors, fonts
JS --> Validations..
Web/Frontend tier --> LB,HTML, CSS, JS, Angular Js, reactjs, etc, nodejs --> Nginx/Apache servers --> http servers
API/APP/Backend tier --> Java, .NET,Python, pHp, etc. --> Jboss/weblogic/websphere --> inbuilt servers like tomcat
DB tier --> MySQL,MSSQL, Oracle, etc. --> MongoDB, Mysql, Kafka, redis
Developers --> Application
feedback
direct public --> No
Development --> defects, fix them(family)
Testing --> Defects, fix them (Relatives)
Pre-prod --> similar to prod environment
speed and accuracy
automatic through webhook
DEV
-----
clone the code
compile the code
build the code
scan the code
unit testing
sast
deploy
functional testing
Autoscaling -->
stage('Unit test'){
testing a single function
}
stage('Functional testing'){
testing multiple functions is called functional testing
}