8000 📝 (Missing content) Add links to diff-store.com in section 7 lectures by jslvtr · Pull Request #72 · tecladocode/web-dev-bootcamp · GitHub
[go: up one dir, main page]

Skip to content

📝 (Missing content) Add links to diff-store.com in section 7 lectures #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ draft: false
---

# Setting up the Microblog project with Flask

::: tip
List of all code changes made in this lecture: [https://diff-store.com/diff/60ac442d39c7427d815e1d4abd74526d](https://diff-store.com/diff/60ac442d39c7427d815e1d4abd74526d)
:::
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ draft: false
---

# Receiving form data using Flask

::: tip
List of all code changes made in this lecture: [https://diff-store.com/diff/475b5a22fd4b4d8194c1825889c6770e](https://diff-store.com/diff/475b5a22fd4b4d8194c1825889c6770e)
:::
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ excerpt: An excerpt of the lecture's content goes here.
draft: false
---

# Displaying past entries in the Microblog project
# Displaying past entries in the Microblog project

::: tip
List of all code changes made in this lecture: [https://diff-store.com/diff/295f249cf29e46918c8d8391699f7c02](https://diff-store.com/diff/295f249cf29e46918c8d8391699f7c02)
:::
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ excerpt: An excerpt of the lecture's content goes here.
draft: false
---

# Formatting dates correctly in our entries
# Formatting dates correctly in our entries

::: tip
List of all code changes made in this lecture: [https://diff-store.com/diff/d183b361cc8d4b0d9626a4bdf4f93644](https://diff-store.com/diff/d183b361cc8d4b0d9626a4bdf4f93644)
:::
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ excerpt: An excerpt of the lecture's content goes here.
draft: false
---

# Storing Microblog entries in MongoDB
# Storing Microblog entries in MongoDB

::: tip
List of all code changes made in this lecture: [https://diff-store.com/diff/0c3715d611e148a78f6150003f689f74](https://diff-store.com/diff/0c3715d611e148a78f6150003f689f74)
:::
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ excerpt: An excerpt of the lecture's content goes here.
draft: false
---

# Retrieving Microblog entries from MongoDB
# Retrieving Microblog entries from MongoDB

::: tip
List of all code changes made in this lecture: [https://diff-store.com/diff/6e3c246e29ad46f6a9ac1e71d2876b37](https://diff-store.com/diff/6e3c246e29ad46f6a9ac1e71d2876b37)
:::
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ excerpt: An excerpt of the lecture's content goes here.
draft: false
---

# Using Flask's app factory pattern
# Using Flask's app factory pattern

::: tip
List of all code changes made in this lecture: [https://diff-store.com/diff/b474a5eb637c475db58af2bae2dab9b9](https://diff-store.com/diff/b474a5eb637c475db58af2bae2dab9b9)
:::
0