Skip to content

Commit fbee1d8

Browse files
authored
Add nginx/httpd/tomcat/sql practice content (#767)
1 parent a457ca4 commit fbee1d8

6 files changed

Lines changed: 22 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde
254254
<td><a href="./topics/nginx/">nginx</a></td>
255255
<td>📖 <a href="https://nginx.org/en/docs/">View</a></td>
256256
<td>✔️ <a href="./topics/nginx/basics/">Explore</a></td>
257-
<td>🏃 <a href="./topics/nginx/practice/">Explore</a></td>
257+
<td>✔️ <a href="./topics/nginx/practice/">Explore</a></td>
258258
</tr>
259259
<tr>
260260
<td><img width="32" src="https://www.hashicorp.com/_next/static/media/packer_on-dark.e64eb06d.svg"></td>
@@ -270,7 +270,7 @@ We cover a wide range of DevOps topics in our content library, explore them unde
270270
<td><a href="./topics/sql/">sql</a></td>
271271
<td>📖 <a href="https://github.com/tungbq/devops-basic/blob/main/topics/sql/README.md">View</a></td>
272272
<td>✔️ <a href="./topics/sql/basics/">Explore</a></td>
273-
<td>🏃 <a href="./topics/sql/practice/">Explore</a></td>
273+
<td>✔️ <a href="./topics/sql/practice/">Explore</a></td>
274274
</tr>
275275
<tr>
276276
<td><img height="28" src="https://upload.wikimedia.org/wikipedia/commons/a/ab/Haproxy-logo.png" /></td>
@@ -326,15 +326,15 @@ We cover a wide range of DevOps topics in our content library, explore them unde
326326
<td><a href="./topics/apachetomcat/">tomcat</a></td>
327327
<td>📖 <a href="https://tomcat.apache.org/">View</a></td>
328328
<td>✔️ <a href="./topics/apachetomcat/basics/">Explore</a></td>
329-
<td>🏃 <a href="./topics/apachetomcat/practice/">Explore</a></td>
329+
<td>✔️ <a href="./topics/apachetomcat/practice/">Explore</a></td>
330330
</tr>
331331
<tr>
332332
<td><img width="32" src="https://www.apache.org/logos/res/httpd/default.png" /></td>
333333
<td>Apache HTTPD</td>
334334
<td><a href="./topics/apache-httpd/">httpd</a></td>
335335
<td>📖 <a href="https://httpd.apache.org/">View</a></td>
336336
<td>✔️ <a href="./topics/apache-httpd/basics/">Explore</a></td>
337-
<td>🏃 <a href="./topics/apache-httpd/practice/">Explore</a></td>
337+
<td>✔️ <a href="./topics/apache-httpd/practice/">Explore</a></td>
338338
</tr>
339339
<tr>
340340
<td><img height="28" width="32" src="https://cdn.worldvectorlogo.com/logos/snyk.svg" /></td>
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
...coming soon
1+
## Apache HTTPD
2+
3+
- Reverse Proxy Guide: https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html
4+
- Working with .htaccess files: https://httpd.apache.org/docs/2.4/howto/htaccess.html
5+
- Caching Guide: https://httpd.apache.org/docs/2.4/caching.html
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
...coming soon
1+
## Apache Tomcat practice
2+
3+
- Tomcat Web Application Deployment: https://tomcat.apache.org/tomcat-11.0-doc/deployer-howto.html

topics/nginx/practice/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
...coming soon
1+
## Nginx practice
2+
3+
- Using nginx as HTTP load balancer: https://nginx.org/en/docs/http/load_balancing.html
4+
- NGINX Reverse Proxy: https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/

topics/sql/basics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Coming soon...# MySQL basic hands-on
1+
# MySQL basics
22

33
This hands-on will:
44

topics/sql/practice/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
...coming soon
1+
## MySQL practice
2+
3+
- MySQL Exercises: https://www.w3schools.com/mysql/mysql_exercises.asp
4+
- MySQL Exercises, Practice, Solution: https://www.w3resource.com/mysql-exercises/
5+
- https://www.sql-practice.com/

0 commit comments

Comments
 (0)