• Stars
    star
    151
  • Rank 237,627 (Top 5 %)
  • Language
    Rust
  • License
    MIT License
  • Created over 1 year ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

2022년 고려대학교 Google Developer Student Clubs 스터디 - Rust 기초 프로그래밍 + Backend 개발

2022-Korea-Rust-Backend

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).

Contents

Part 1

  • 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
  • Week 5 (11/15) [Example]
    • Backend Development, Part 2
      • Sign Up a New Subscriber #2
        • Polishing & Refocus
        • Working With HTML Forms
        • Storing Data: Databases
  • 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

Part 2

  • Week 0 (1/14) [Lecture]
    • Introduction
  • Week 7 (1/28) [Example]
    • Backend Development, Part 4
      • Telemetry
  • Week 8 (1/31) [Example]
    • Backend Development, Part 5
      • Going Live
  • Week 9 (2/7) [Example]
    • Backend Development, Part 6
      • Reject Invalid Subscriber #1
  • Week 10 (2/14) [Example]
    • Backend Development, Part 7
      • Reject Invalid Subscriber #2
  • Week 11 (3/10) [Lecture] [Assignment] [Solution]
    • A Tour of Rust, Part 3
    • Assignment #3
  • Week 12 (3/14) [Lecture]
    • A Tour of Rust, Part 4
  • Week 13 (3/21) [Assignment] [Solution]
    • A Tour of Rust, Part 4
    • Assignment #4
  • Week 14 (4/13)
    • A Tour of Rust, Part 5
    • Assignment #5
  • Week 15 (5/9) [Example]
    • Backend Development, Part 8
      • Reject Invalid Subscriber #3
  • Week 16 (5/16) [Example]
    • Backend Development, Part 9
      • Reject Invalid Subscriber #4
  • Week 17 (5/30) [Example]
    • Backend Development, Part 10
      • Reject Invalid Subscriber #5
  • Week 18 (7/14) [Example]
    • Backend Development, Part 11
      • Error Handling
  • Week 19 (7/17) [Example]
    • Backend Development, Part 12
      • Naive Newsletter Delivery
  • Week 20 (7/24) [Example]
    • Backend Development, Part 13
      • Securing Our API #1
  • Week 21 (7/31)
    • Backend Development, Part 14
      • Securing Our API #2
  • Week 22 (8/7)
    • Backend Development, Part 15
      • Securing Our API #3
  • Week 23 (8/14)
    • Backend Development, Part 16
      • Securing Our API #4
  • Week 24 (8/21)
    • Backend Development, Part 17
      • Securing Our API #5
  • Week 25 (8/28)
    • Backend Development, Part 18
      • Fault-tolerant Workflow

References

How To Contribute

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.

Contact

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.

License

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.

More Repositories

1

game-developer-roadmap

Roadmap to becoming a game developer in 2022
Rust
4,644
star
2

awesome-cafe

☕ 모각코하기 좋은 국내 카페 리스트
1,099
star
3

RosettaStone

Hearthstone simulator using C++ with some reinforcement learning
C++
642
star
4

2023-MatKor-Rust-Interpreter

2023년 고려대학교 MatKor 스터디 - Rust 기초 프로그래밍 + 인터프리터 만들기
Rust
339
star
5

modern-cpp-tutorial

A curated list of Modern C++ articles, examples, tutorials, frameworks, libraries, and shiny things.
C++
320
star
6

rl-paper-study

Reinforcement Learning paper review study
202
star
7

2022-Make-Interpreter-Rust

2022년 온라인 스터디 - Rust로 만드는 인터프리터
Rust
141
star
8

baba-is-auto

Baba Is You simulator using C++ with some reinforcement learning
Python
135
star
9

Cubby-v1

Voxel-based game client (based on AlwayGeeky's Vox)
C++
110
star
10

modern-cpp-next

Modern C++ Next: Comprehensive Guide for C++20
Shell
107
star
11

CubbyFlow-v1

Voxel-based fluid simulation engine for computer games
C++
88
star
12

cpp-developer-roadmap

Roadmap to becoming a C++ developer in 2020
76
star
13

2023-UNIST-Rust-Minecraft

2023년 UNIST HeXA 스터디 - Rust 기초 프로그래밍 + 마인크래프트 만들기
Rust
75
star
14

CubbyCalc

Simple Console Calculator using C++
C++
69
star
15

2021-KAIST-Include-AlphaGoZero

2021년 KAIST 동아리 Include 스터디 - AlphaGo와 AlphaGo Zero를 활용한 인공지능 바둑
Python
66
star
16

awesome-restaurant

🍴 국내 레스토랑 맛집 리스트
63
star
17

2022-INFCON-Rust-CrossPlatform

INFCON 2022 - Rust 크로스 플랫폼 프로그래밍 발표 자료 및 예제 코드
Rust
58
star
18

BOJ

About Baekjoon Online Judge problem solving by Rust
Rust
53
star
19

Runeterra

Legends of Runeterra simulator using C++ with some reinforcement learning
C++
49
star
20

2022-CppKorea-DataStructure

2022년 C++ Korea 여름 스터디 - C++ 자료구조
C++
49
star
21

CubbyTower

Simple tower defense game using C++ with Entity Component System (ECS)
C++
48
star
22

2019-OSS-Summer-RLBasic

2019년 OSS 개발자 포럼 여름 캠프 - 강화학습 기초 관련 예제 코드
Python
45
star
23

SnowSimulation

Snow simulation based on Disney's "The material point method for Snow Simulation" paper using Qt and CUDA
C++
39
star
24

PolyMapGenerator

Polygonal map generator for games. Generates island maps with a focus on mountains, rivers, coastlines.
C++
37
star
25

2022-Make-Compiler-Rust

2022년 온라인 스터디 - Rust로 만드는 컴파일러
35
star
26

DirectX

Visual Studio 2015 version of Frank D. Luna's book "Introduction to 3D Game Programming using DirectX 11"
C++
35
star
27

2023-SNU-Rust-CrossPlatform

2023년 서울대학교 컴퓨터공학부 특강 - Rust 크로스 플랫폼 프로그래밍 발표 자료 및 예제 코드
Rust
33
star
28

rust-oss-template

Rust Open Source Software Template
Rust
33
star
29

2024-Konkuk-Rust-Roguelike

2024년 건국대학교 Google Developer Student Clubs + EDGE 스터디 - Rust 기초 프로그래밍 + 로그라이크 게임 개발
Rust
33
star
30

PokeMaster

Pokémon battle simulator using Rust with some reinforcement learning
Rust
32
star
31

SimpleRPG-Text

Text-based Simple RPG using C++
C++
32
star
32

OpenGLTutorial

OpenGL Study with Examples and Homeworks
C
31
star
33

CubbyDNN

Deep learning framework using C++17 in a single header file
C++
30
star
34

2021-HYU-HAI-RLBootCamp

2021년 한양대학교 동아리 HAI 스터디 - 강화학습 부트 캠프
Python
30
star
35

PBRStudy

Physically Based Rendering, 2nd Edition Study
29
star
36

2024-SNU-Rust-Application

2024년 서울대학교 SCSC + WaffleStudio 스터디 - Rust 기초 프로그래밍 + 크로스플랫폼 애플리케이션 개발
29
star
37

polarlight

A Machine Learning Framework for High Performance written in Rust
Rust
28
star
38

ProceduralContentGeneration

Sample code repository for 'Procedural Content Generation for C++ Game Development'
C++
27
star
39

RTRStudy

Real-time rendering, 4th edition study
27
star
40

GPU-Pathtracer

GPU Pathtracer from scratch using C++ and CUDA
26
star
41

RosettaStone-GUI

GUI program of RosettaStone
C++
24
star
42

CGStudy

Computer Graphics study from scratch to Neural Rendering
24
star
43

ProgrammingPractice

Programming Practice Examples
C++
24
star
44

2021-CoMu-ECS-Development

게임이랑 무관합니다만 밋업 - ECS 기반 게임 개발 발표 자료 및 예제 코드
C++
23
star
45

utilForever

My Github Profile
23
star
46

CubbyCity

Analyze the causes of urban engineering problems such as gentrification
C++
23
star
47

rust-wasm-ts-template

A template of Rust + WebAssembly with TypeScript (🦀 + 🕸️ = 💖)
JavaScript
23
star
48

Diablopp

Modern C++ version of Diablo - magic behind the 1996 computer game
21
star
49

2021-JBSH-Summer-RLBasic

2021년 전북과학고등학교 여름 특강 - 강화학습 기초
Python
21
star
50

2023-MatKor-Rust-Compiler

2023년 고려대학교 MatKor 스터디 - Rust로 컴파일러 만들기
20
star
51

zero-to-production

The code of Zero To Production In Rust for exercise
Rust
20
star
52

introduction-to-rust

The book "Introduction to Rust" for beginners
20
star
53

DiscoveringTheModernCpp

<모던 C++ 입문> 예제 저장소
C++
19
star
54

onboarding-for-beginners

A step-by-step onboarding plans and related materials for beginners
19
star
55

Civilizationpp

Civilization simulator using C++ with some reinforcement learning
C++
19
star
56

conquer-the-spire

Slay the Spire simulator using C++ with some reinforcement learning
CMake
19
star
57

2020-OSS-Winter-AlphaZero

2020년 OSS 개발자 포럼 겨울 캠프 - AlphaZero 인공지능 오목 관련 예제 코드
Jupyter Notebook
18
star
58

hiking-for-developers

⛰️ 개발자들의 건강 증진을 위한 등산 관련 정보 모음 🥾
18
star
59

2022-KW-RLEnv

2022년 광운대학교 컴퓨터정보공학부 특강 - 강화학습 환경 개발
Python
18
star
60

2022-SWMaestro-Rust-Basic

2022년 소프트웨어 마에스트로 특강 - Rust 프로그래밍 기초
Rust
18
star
61

2022-KW-ECS-Development

2022년 광운대학교 컴퓨터정보공학부 특강 - ECS 기반 게임 개발
C++
18
star
62

rust-for-cpp

A tutorial and example of Rust for C++ programmers
17
star
63

CppIdioms

A curated list of Modern C++ idioms
C++
17
star
64

AlphaGo-tutorial

AlphaGo and AlphaGo Zero step-by-step tutorial using TensorFlow and PyTorch
16
star
65

InfinityMetro

Mini Metro simulator using C++ with some reinforcement learning
Rust
16
star
66

algorithm-rs

Common data structures and algorithms for competitive programming in Rust
Rust
16
star
67

CubbyEngine

Entity Component System (ECS) based game engine for Creative Coding using C++20/23
16
star
68

Corailed

Unrailed! simulator using C++ with some reinforcement learning and Unrailed! AI using Python with OpenCV
Python
16
star
69

rust-wasm-game-of-life

A simple Rust and WebAssembly example implementing the Game of Life
Rust
15
star
70

minesweeper-rs

A simple minesweeper game using Rust and windows-rs
Rust
15
star
71

ray-tracing-the-rest-of-your-life-cpp

C++ implementation of Peter Shirley's "Ray Tracing: The Rest of Your Life"
C++
15
star
72

CubbyMenu

A header only Modern C++ library to easily create simple menus for programs
CMake
15
star
73

HellSolver

Helltaker simulator using C++ with some reinforcement learning
C++
14
star
74

styler

A header only Modern C++ library for styling output text in Terminal based on rang
C++
14
star
75

CppLinq

LINQ implementation for Modern C++
C++
14
star
76

phys

2D/3D physics engine for games written in Rust
Rust
14
star
77

Presentations

My various presentations to conferences, user groups and so on.
13
star
78

problem-solving-roadmap

Roadmap to solving a problem using data structures/algorithms in 2022
13
star
79

recommend-books

My recommended computer programming book list
13
star
80

cpp-oss-template

C++ Open Source Software Template
CMake
13
star
81

CubbyEnums

A special way to convert string<->enum in C++ using X Macro technique and template specialization
C++
13
star
82

YahtzeeMaster

Yahtzee simulator using C++ with some reinforcement learning
C++
12
star
83

minecraft-rs

A reimplementation of Minecraft written in Rust
Rust
12
star
84

ml-developer-roadmap

Roadmap to becoming a ML/DL/RL developer in 2020
12
star
85

2021-AIFrenz-RLEnv

AI프렌즈 제72회 세미나 - 강화학습 환경 개발 발표 자료 및 예제 코드
Python
12
star
86

CubbyRocket

A simple rocket simulation engine from water rocket to satellite
CMake
12
star
87

ray-tracing-in-one-weekend-cpp

C++ implementation of Peter Shirley's "Ray Tracing in One Weekend"
C++
12
star
88

marvel-snap

Marvel Snap simulator using Rust with some reinforcement learning
Rust
12
star
89

Shop

C++ Practice Example by making Shop in Game stage by stage
C++
12
star
90

battlegrounds-rs

Hearthstone:Battlegrounds simulator using Rust with some reinforcement learning
Rust
11
star
91

nerf-rs

Rust implementation of NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis and its extension to follow-up research projects
Rust
11
star
92

AlphaTFT

Teamfight Tactics simulator using C++ with some reinforcement learning
CMake
11
star
93

Starlight

A Programming Language for Games: performance, data-oriented, and so on.
11
star
94

Sunshine

Cross-platform rendering engine that supports DirectX 11/12, OpenGL and Vulkan
CMake
10
star
95

Dolphin

Dolphin Engine – Multi-platform 2D and 3D game engine
10
star
96

owning-ref-rs

A library for creating references that carry their owner with them
Rust
10
star
97

utilforever.github.io

Blog repository - utilForever's Programming Life!
CSS
10
star
98

game-developer-interview-question

A list of helpful game developer related questions you can use to interview potential candidates.
10
star
99

2024-MatKor-Rust-Blog

2024년 고려대학교 MatKor 스터디 - Rust 기초 프로그래밍 + 블로그 만들기
Rust
10
star
100

2021-JBSH-MakeANN

전북과학고등학교 특강 - Python으로 인공 신경망 만들기 발표 자료 및 예제 코드
Python
9
star