Skip to content

Commit 64d28b6

Browse files
committed
Doc: Note new tutorials that need to be documented
1 parent 583897f commit 64d28b6

8 files changed

+9
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This repository holds all the notes of the things I have learnt. Anyone else can
2121
17. [Simple 2FA in flask](two_factor_authentication/2fa_flask.md)
2222
18. [Enable/disable 2fa in flask using Twilio Verify API](two_factor_authentication/twilio_verify_2fa.md)
2323
19. [Push Notication 2fa in flask using Python](two_factor_authentication/twilio_authy.md)
24-
20. [How to send emails from your flask app using Twilio SendGrid](twilio_sendgrid.md)
24+
20. [How to send emails from your flask app using Twilio SendGrid](twilio_sendgrid/overview.md)
2525
21. [Third party authentication in Flask](two_factor_authentication/third_party_auth.md)
2626
22. [Live Traffic WhatsApp chatbot](/whatsapp_chatbots/live_traffic_whatsapp_chatbot.md)
2727
23. [Beautiful flask table](flask_tables.md)
@@ -33,6 +33,10 @@ This repository holds all the notes of the things I have learnt. Anyone else can
3333
29. [Flask popover](flask_popover.md)
3434
30. [Private messaging and user notifications in Flask](flask_popover/user_notifications.md)
3535
31. [Understanding HTTP Life Cycle](http_life_cycle.md)
36+
32. [SSH Authentication](linode/ssh_key_based_authentication.md)
37+
33. [Cron Jobs in Flask](cron_jobs_in_flask.md)
38+
34. [Add Google Analytics to your Flask App](google_analytics.md)
39+
35. [Integrate ChartJS in Flask](chartjs.md)
3640

3741
I also make a note of some of the cool projects I have built or I have been involved in. You can find these projects below. Some may be in progess while others may be completed:
3842

chartjs.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Visualize Data in Your Flask App Using ChartJS

cron_jobs_in_flask.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Cron Jobs In Flask

google_analytics.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Integrate Google Analytics to Your Flask App

linode/secure_domain_with_ssl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ This certificate typically lasts for around 90 days and after that I need to ren
254254
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
255255
```
256256

257-
This is a simulated renewal. To automate this renewal process, I will run a cronjob. I will open my crontab file using nano:
257+
This is a simulated renewal. To automate this renewal process, I will run a [cronjob](/cron_jobs_in_flask.md). I will open my crontab file using nano:
258258

259259

260260
```python

twilio_sendgrid/overview.md

Whitespace-only changes.

twilio_sendgrid/receive_emails_using_sendgrid.md

Whitespace-only changes.

twilio_sendgrid/send_emails_using_sendgrid.md

Whitespace-only changes.

0 commit comments

Comments
 (0)