HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-21
1 <p>1</p>
1 <p>1</p>
2 <a>Introduction</a><p>Getting acquainted with the topic of the course</p>
2 <a>Introduction</a><p>Getting acquainted with the topic of the course</p>
3 <p>2</p>
3 <p>2</p>
4 <a>Python backend</a><p>Learning how a typical backend written in Python works</p>
4 <a>Python backend</a><p>Learning how a typical backend written in Python works</p>
5 <p>3</p>
5 <p>3</p>
6 <a>HTTP Protocol</a><p>Learning the basics of network protocols</p>
6 <a>HTTP Protocol</a><p>Learning the basics of network protocols</p>
7 <p>4</p>
7 <p>4</p>
8 <a>Microframeworks</a><p>Learning what microframeworks are</p>
8 <a>Microframeworks</a><p>Learning what microframeworks are</p>
9 <p>5</p>
9 <p>5</p>
10 <a>Templating</a><p>Finding out how the server generates an HTML query</p>
10 <a>Templating</a><p>Finding out how the server generates an HTML query</p>
11 <p>6</p>
11 <p>6</p>
12 <a>DBMS</a><p>Learning about databases and ways to work with them</p>
12 <a>DBMS</a><p>Learning about databases and ways to work with them</p>
13 <p>7</p>
13 <p>7</p>
14 <a>ORM</a><p>Learning how to model data in the database and access them, leaning on the concept of ORM</p>
14 <a>ORM</a><p>Learning how to model data in the database and access them, leaning on the concept of ORM</p>
15 <p>8</p>
15 <p>8</p>
16 <a>MVC</a><p>Learning about MVC and design patterns</p>
16 <a>MVC</a><p>Learning about MVC and design patterns</p>
17 <p>9</p>
17 <p>9</p>
18 <a>Fullstack frameworks</a><p>Learning about the capabilities of full-stack frameworks</p>
18 <a>Fullstack frameworks</a><p>Learning about the capabilities of full-stack frameworks</p>
19 <p>10</p>
19 <p>10</p>
20 <a>API</a><p>Learning the concept of API, an important part of the modern web</p>
20 <a>API</a><p>Learning the concept of API, an important part of the modern web</p>
21 <p>11</p>
21 <p>11</p>
22 <a>Tests</a><p>Learning about automatic code testing</p>
22 <a>Tests</a><p>Learning about automatic code testing</p>
23 <p>12</p>
23 <p>12</p>
24 <a>Collections</a><p>Looking at collections and learning how to work with them</p>
24 <a>Collections</a><p>Looking at collections and learning how to work with them</p>
25 <p>13</p>
25 <p>13</p>
26 <a>Other</a><p>Covering some important topics that are not part of the core course</p>
26 <a>Other</a><p>Covering some important topics that are not part of the core course</p>
27 <p>14</p>
27 <p>14</p>
28 <a>What's next?</a><p>Summarizing the course</p>
28 <a>What's next?</a><p>Summarizing the course</p>