1
00:00:00,090 --> 00:00:03,760
In this video, we are going to see project code structure.

2
00:00:03,780 --> 00:00:08,100
I will give introduction and all information about our code structure.

3
00:00:08,130 --> 00:00:14,490
Basically, we will follow the service landscape during the course and every service service has at

4
00:00:14,490 --> 00:00:20,640
least two or three sections in order to complete our vertical topics, which are the theoretical information

5
00:00:20,640 --> 00:00:25,110
walkthrough with management console developing with SDK and hands on labs.

6
00:00:25,590 --> 00:00:31,980
If you remember our horizontal and vertical topics, you will see the services that we followed with

7
00:00:31,980 --> 00:00:35,220
different aspects for each services.

8
00:00:35,250 --> 00:00:38,580
We will have four main vertical parts you can see in here.

9
00:00:38,610 --> 00:00:42,840
The first part is the Oracle information, which includes basic information.

10
00:00:42,870 --> 00:00:48,530
The second item is walkthrough with a measurement console for performing actions using the console.

11
00:00:48,540 --> 00:00:55,100
And the third item is developing with a SLA and SDK for programmatic access interactions with service

12
00:00:55,110 --> 00:00:55,760
APIs.

13
00:00:55,770 --> 00:00:58,920
And the last one is hand-in-glove with real world use cases.

14
00:00:59,220 --> 00:01:01,650
So there are four main topics that we are going to handle.

15
00:01:01,650 --> 00:01:08,550
Almost all the service services, by this way, we can cover for all aspects of any particular services.

16
00:01:08,700 --> 00:01:12,460
So let me open our project code structure into Visual Studio code.

17
00:01:12,480 --> 00:01:17,700
If you open the Visual Studio code, if you remember that we have download this code from the place,

18
00:01:17,880 --> 00:01:22,230
a service GitHub repository, clone this repository and open the Visual Studio code.

19
00:01:22,260 --> 00:01:29,490
We can see that every section and lecture folder listed in our architecture repository, you will see

20
00:01:29,490 --> 00:01:31,620
the sections and the lectures of the course.

21
00:01:31,740 --> 00:01:37,950
These folder structure is totally match with our course flow and you can find related resources in this

22
00:01:37,950 --> 00:01:38,730
repository.

23
00:01:38,880 --> 00:01:44,370
I have stored every CLI command and every code blocks that we use during the course into this repository

24
00:01:44,370 --> 00:01:45,000
folder.

25
00:01:45,120 --> 00:01:51,480
For example, let me open the one of the section, which is a section seven and lecture four.

26
00:01:51,630 --> 00:01:55,890
And if you expand this lecture, you can see the command text file and required files.

27
00:01:56,310 --> 00:02:02,190
When we open the command text, you can see that we have some clear commands that we will use during

28
00:02:02,190 --> 00:02:08,130
the Section 44, and you can copy and paste the commands from this command text window.

29
00:02:08,160 --> 00:02:11,250
You can see that we have command text that includes the required commands.

30
00:02:11,250 --> 00:02:16,440
When we are creating lambda functions in here, we are using the address of the Invoke Command and also

31
00:02:16,440 --> 00:02:22,380
you can find index JS Lambda function codes when developing any lambda function code for example, you

32
00:02:22,380 --> 00:02:28,890
can come here and open section 21 and if you open the one of the project you can see the indexes which

33
00:02:28,890 --> 00:02:30,930
including the Lambda function code.

34
00:02:31,350 --> 00:02:35,220
As you can see that we have all revealed the code structure of final application.

35
00:02:35,220 --> 00:02:39,710
We have lots of sections and lectures for implementing all a service services.

36
00:02:39,720 --> 00:02:45,210
If you have overloaded, please don't be worried because we will develop all details, be together during

37
00:02:45,210 --> 00:02:45,900
the course.

38
00:02:45,990 --> 00:02:51,690
And also I will start with developing our architecture using a console with learning all concepts,

39
00:02:51,690 --> 00:02:55,060
and after that we will start to develop with code part on a.
