2022-Korea-Rust-Backend is the material (lecture notes, examples and assignments) repository for learning Rust programming language and making simple backend service at Korea University Google Developer Student Clubs (GDSC).
- Week 0 (9/27) [Lecture]
- Introduction
- Week 1 (9/27) [Lecture] [Assignment] [Solution]
- A Tour of Rust, Part 1
- Assignment #1
- Week 2 (10/4) [Lecture] [Assignment] [Solution]
- Explanation of Assignment #1
- A Tour of Rust, Part 2
- Assignment #2
- Week 3 (11/1)
- Explanation of Assignment #2
- Week 4 (11/8) [Example]
- Backend Development, Part 1
- Building an Email Newsletter
- Sign Up a New Subscriber #1
- Choosing A Web Framework
- Our First Endpoint: A Basic Health Check
- Our First Integration Test
- Implementing Our First Integration Test
- Backend Development, Part 1
- Week 5 (11/15) [Example]
- Backend Development, Part 2
- Sign Up a New Subscriber #2
- Polishing & Refocus
- Working With HTML Forms
- Storing Data: Databases
- Sign Up a New Subscriber #2
- Backend Development, Part 2
- Week 6 (11/22) [Example]
- Backend Development, Part 3
- Sign Up a New Subscriber #3
- Storing Data: Databases
- Persisting A New Subscriber
- Updating Our Tests
- Sign Up a New Subscriber #3
- Backend Development, Part 3
- Week 0 (1/14) [Lecture]
- Introduction
- Week 7 (1/28) [Example]
- Backend Development, Part 4
- Telemetry
- Backend Development, Part 4
- Week 8 (1/31) [Example]
- Backend Development, Part 5
- Going Live
- Backend Development, Part 5
- Week 9 (2/7) [Example]
- Backend Development, Part 6
- Reject Invalid Subscriber #1
- Backend Development, Part 6
- Week 10 (2/14) [Example]
- Backend Development, Part 7
- Reject Invalid Subscriber #2
- Backend Development, Part 7
- Week 11 (2/21)
- Backend Development, Part 8
- Reject Invalid Subscriber #3
- Backend Development, Part 8
- Week 12 (2/28)
- Backend Development, Part 9
- Reject Invalid Subscriber #4
- Backend Development, Part 9
- Week 13 (3/7)
- Backend Development, Part 10
- Error Handling
- Naive Newsletter Delivery
- Backend Development, Part 10
- Week 14 (3/14)
- Backend Development, Part 11
- Securing Our API #1
- Backend Development, Part 11
- Week 15 (3/21)
- Backend Development, Part 12
- Securing Our API #2
- Backend Development, Part 12
- Week 16 (3/28)
- Backend Development, Part 13
- Fault-tolerant Workflow
- Backend Development, Part 13
- Week ? (TBA)
- A Tour of Rust, Part 3
- Assignment #3
- Beginner
- Intermediate
- Advanced
Contributions are always welcome, either reporting issues/bugs or forking the repository and then issuing pull requests when you have completed some additional coding that you feel will be beneficial to the main project. If you are interested in contributing in a more dedicated capacity, then please contact me.
You can contact me via e-mail (utilForever at gmail.com). I am always happy to answer questions or help with any issues you might have, and please be sure to share any additional work or your creations with me, I love seeing what other people are making.
The class is licensed under the MIT License:
Copyright © 2022 Chris Ohk.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.