+
+
+
+
+
+
+
+
diff --git a/public/courses/prog-intro/lectures/index.xml b/public/courses/prog-intro/lectures/index.xml
new file mode 100644
index 0000000..e3bc101
--- /dev/null
+++ b/public/courses/prog-intro/lectures/index.xml
@@ -0,0 +1,51 @@
+
+
+ CodeJava – Lectures
+ http://localhost:1313/courses/prog-intro/lectures/
+ Recent content in Lectures on CodeJava
+ Hugo -- gohugo.io
+ en
+
+
+
+
+
+
+
+
+
+
+ Lecture 1. Introduction
+ http://localhost:1313/courses/prog-intro/lectures/intro/
+ Mon, 01 Jan 0001 00:00:00 +0000
+
+ http://localhost:1313/courses/prog-intro/lectures/intro/
+
+
+
+ <h1>Why do we choose Java?</h1><p>According to <strong>TIOBE Programming Community Index</strong> Java is one of the most demanded languages in the programming field.</p>
+<p>
+ <img src="../assets/tiobe.png" alt="TIOBE Programming Community Index" loading="lazy" />
+<em>Img. 1 - TIOBE Programming Community Index</em></p>
+<p>Also, Java has a lot of advantages for beginners such as:</p>
+<ul>
+<li>It’s fairly easy</li>
+<li>It has a broad spectre of usage
+<ul>
+<li>Server</li>
+<li>Desktop</li>
+<li>Mobile devices</li>
+<li>Smart-cards</li>
+</ul>
+</li>
+</ul>
+<h1>What does Java consist of?</h1><p>Java consists of multiple main components. The first one being the <strong>Java compiler</strong>. The process of converting <em>human-readable</em> text to <em>machine code</em> is called <strong>compilation</strong>.</p>
+<p>
+ <img src="../assets/compilation-process-simplified.svg" alt="Compilation Process Simplified" loading="lazy" />
+<em>Img.2 - Simplified Compilation Process</em></p>
+
+
+
+
+
+
diff --git a/public/courses/prog-intro/lectures/intro/index.html b/public/courses/prog-intro/lectures/intro/index.html
new file mode 100644
index 0000000..f7e1509
--- /dev/null
+++ b/public/courses/prog-intro/lectures/intro/index.html
@@ -0,0 +1,398 @@
+
+
+
+
+
+
+
+
+
+
+Lecture 1. Introduction – CodeJava
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Lecture 1. Introduction
+
+
+
Why do we choose Java?
According to TIOBE Programming Community Index Java is one of the most demanded languages in the programming field.
+
+
+Img. 1 - TIOBE Programming Community Index
+
Also, Java has a lot of advantages for beginners such as:
+
+
It’s fairly easy
+
It has a broad spectre of usage
+
+
Server
+
Desktop
+
Mobile devices
+
Smart-cards
+
+
+
+
What does Java consist of?
Java consists of multiple main components. The first one being the Java compiler. The process of converting human-readable text to machine code is called compilation.
+
+
+Img.2 - Simplified Compilation Process
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/courses/prog-intro/lectures/tiobe.png b/public/courses/prog-intro/lectures/tiobe.png
new file mode 100644
index 0000000..5d144de
Binary files /dev/null and b/public/courses/prog-intro/lectures/tiobe.png differ
diff --git a/public/courses/prog-intro/tiobe.png b/public/courses/prog-intro/tiobe.png
new file mode 100644
index 0000000..5d144de
Binary files /dev/null and b/public/courses/prog-intro/tiobe.png differ
diff --git a/public/index.html b/public/index.html
index bcbccdb..a07b0f8 100644
--- a/public/index.html
+++ b/public/index.html
@@ -12,7 +12,7 @@
CodeJava
-
+
+