1. Wireframe (Articles New).html
2. Back to the Frontend to Make a Page to Create an Article
3. Laying out the Form Structure for a New Article
4. Taking Control of the Form and Gathering Values for Submission
5. Sending JSON via a POST Request Using Fetch API
6. Making a Middleware for CORS to Allow Origin
7. Working on the Submission Error for the Form
8. Endpoint to Create an Article and Getting Stuck with CORS
9. Debugging and Overcoming the Problem with CORS
10. Filtering Out Irrelevant Fields and Creating an Article
11. Working on Backend Sequelize Validations for a New Article
12. Backend Validation and Sending Generic Error Response
13. Validating the Article Slug is Unique
14. Note about Next Link and React Bootstrap Button in Next 13.html
15. Article Submission in the Frontend and Linking to Form Page
16. Wireframe (Articles Edit).html
17. Button to Edit an Article
18. Adding Icons with React Bootstrap Icons
19. Refactoring Code in New Article Page
20. Extracting the Form into ArticleForm Component
21. Refactoring Form Submission for ArticlesNew
22. Implementing the Form to Edit an Article
23. Handling Edit Form Submission
24. Defining the API Endpoint to Update an Article
25. Populating the Edit Form with Initial Values
26. Fixing the Navigation Bug After Submission of Edit Form
27. Refactoring Backend Code with Route Handler File
28. Moving Endpoint Definitions to a Separate File
29. Disabling the Submit Button While Waiting for Response
30. Adding a Reset Button to the Article Form
31. Adding a Toast Notification Global to the Whole App
32. Showing a Toast Notification After Updating an Article
33. Backend Validation of Regular Expression Pattern
34. Leveraging HTML 5 Built-in Validations
35. Disabling HTML Validation and Doing it Programatically
36. Using React Markdown to Render the Article Body
37. Thinking about Pagination of Articles
38. How to Install Postman on Windows
39. Adding Pagination to the Backend Endpoint to Get Articles
40. Defining Total Pages and Validating Page Query
41. Note about Next Link and Bootstrap Pagination.Item in Next 13.html
42. Adding Pagination User Interface to Frontend
43. Fetching Articles Using Page Query String