Skip to content

release 0.3

Ritik Bheda edited this page Dec 17, 2021 · 194 revisions

Release 0.3

Due Date

Friday November 19 by midnight

Overview

In Release 0.1 and the initial Labs, you were asked to become familiar working on an open source project on GitHub. This included working with git, filling issues, creating pull requests, receiving and conducting code reviews, etc.

In Release 0.2, you were asked to take what you'd learned in 0.1, and start to expand your abilities, working on 4 pull requests in various open source projects. This helped to prepare you to work on larger and more complex projects

For your 0.3 release, you are asked to continue this progression, focusing on:

  1. working collaboratively in larger open source groups
  2. going deeper into projects vs. always finding new repos to work on
  3. gaining more experience doing code reviews

Requirements

For 0.3 you will work on at least two new Pull Requests and two Code Reviews:

First, you are asked to work on a larger issue in an existing open source project (i.e., a project external to the course). This can be one of the repos you contributed to during Hacktoberfest, or something that you wanted to do but didn't have time during 0.2

Second, you are asked to contribute something meaningful to an open source project run by the class. There are two "internal" projects to choose from:

  1. The Telescope project: https://github.com/Seneca-CDOT/telescope
  2. The Modernization of the IPC144 C Programming Curriculum: https://github.com/Seneca-ICTOER/IPC144

Third, you are asked to contribute two Code Reviews to one or both of the Telescope/IPC144 repos. Find Pull Requests that need to be reviewed and test, review, and help improve the code so that it can be merged.

1. External Project Contribution

Create at least 1 new Pull Request (i.e., you can do more if you want) in an external open source project on GitHub. This PR must be a bit larger than anything you did for 0.2 (i.e., continue your progression). As a result, this can't be a 1-line fix or typo correction. If you are unsure about the scope of your PR, speak to your professor. You don't have to write 10,000 lines of code, so don't pick something so big that you guarantee that you'll fail in the time that you have. Pick something a bit bigger or a bit more complex or a bit more rewarding than your 0.2 PRs.

For your external project PR, I suggest you consider working on a repository/project that you've already worked on in the past and have setup on your machine. You could also work on a repo that one of your friends/classmates did during Hacktoberfest, and they recommend. You could also work on a repo together with other students in the course (i.e., create a team, and fix some bugs in the same project code so you can help each other vs working along). If you want to work on something new, that's fine too. Just leave yourself enough time to get it setup properly and learn the code.

The external PR does not need to be merged by the deadline to be counted.

2. Internal Project Contribution

Create at least 1 new Pull Request (i.e., you can do more if you want) to fix something in the Telescope Issues or IPC144 Issues. You are not limited to the existing Issues, and can file new ones, or have someone in the community suggest/file one for you. Discuss your ideas in Slack or with your professor.

With 50+ other students all working in the same project, you'll have to work together to break things down into small enough pieces, so everyone can collaborate on the same code. Make sure you work with other people, and don't try to do things alone.

Your internal project PR must be merged to count, so if you don't work with the community, you'll be unlikely to get your work merged. Communication is key, in Issues and on Slack.

3. Internal Code Reviews

Having 50+ students all contribute to the same projects means that there will be many pull requests needing to be reviewed and tested on a regular basis. You are asked to contribute at least two Code Reviews (i.e., you can do more if you want) to one or both of the Telescope/IPC144 repos. A proper code review takes time and helps the author improve their work. Multiple people can and should review the same pull request (i.e., it's fine for 6 people to all do a review of the same pull request). However, try to pick pull requests that don't have a review before you join another one.

Blog Posts

Write blog posts about all of your work (i.e., 1-per PR and 1 for all of your code reviews) discussing what you did, the process by which you did it, and what you learned as you went. Try to show how you are measuring your progress from 0.2 with these PRs, and how successful you were. Make sure you include links to everything.

Submission

Add your information and links below:


GitHubUserName - Student Name

Issues
Pull Requests
  1. https://github.com/example/pull/1
  2. https://github.com/example2/pull/2
Blog Posts
  1. https://student.blog.com/release-0.3-pr-1
  2. https://student.blog.com/release-0.3-pr-2
  3. https://student.blog.com/release-0.3-code-reviews

arokay - Ahmad Rokay

Issues
  1. https://github.com/takelley1/OCVBot/issues/7
  2. https://github.com/Seneca-ICTOER/IPC144/issues/33
Pull Requests
  1. https://github.com/takelley1/OCVBot/pull/8
    https://github.com/takelley1/OCVBot/pull/9
  2. https://github.com/Seneca-ICTOER/IPC144/pull/59
Blog Posts
  1. https://dev.to/ar/first-pr-for-release-03-ii9
  2. https://dev.to/ar/internal-pr-for-release-03-588m
  3. https://dev.to/ar/code-review-release-03-clg

roman-rezinkin - Roman Rezinkin

Issues
  1. https://github.com/Seneca-ICTOER/IPC144/issues/49
  2. https://github.com/meshery/meshery.io/issues/616
Pull Requests
  1. IPC144 PR
  2. Meshery PR

Code Reviews

  1. Code Review 1
  2. Code Review 2
Blog Posts
  1. External Blog Post
  2. Internal Blog Post
  3. Pull Request Reviews Blog Post

ycechungAI - Eugene Chung

Issues
  1. https://github.com/Seneca-CDOT/telescope/issues/2446
  2. https://github.com/Seneca-ICTOER/IPC144/issues/10
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/2459
  2. https://github.com/Seneca-ICTOER/IPC144/pull/62
Code Reviews
  1. https://github.com/Seneca-ICTOER/IPC144/pull/48
  2. https://github.com/Seneca-ICTOER/IPC144/pull/55
Blog Posts
  1. Blog PR 1 https://ycechung-opensource.blogspot.com/2021/11/release-30-1-in-telescope.html
  2. Blog PR 2 https://ycechung-opensource.blogspot.com/2021/11/release-30-2-ipc144.html
  3. Blog Code Reviews https://ycechung-opensource.blogspot.com/2021/11/release-30-review-pull-request.html

gusmccallum - Gus McCallum

Issues
Pull Requests
  1. Internal PR 1
  2. Internal PR 2
  3. External PR
Blog Posts
  1. Internal Blog Post 1
  2. Internal Blog Post 2
  3. External Blog Post
  4. Code Review Blog Post

dbelokon - Diana Belokon

Issues
Pull Requests
  1. https://github.com/Seneca-ICTOER/IPC144/pull/60
    1. https://github.com/Seneca-ICTOER/IPC144/pull/68
    2. https://github.com/Seneca-ICTOER/IPC144/pull/91
  2. https://github.com/hexojs/hexo/pull/4821
Code Reviews
  1. https://github.com/Seneca-ICTOER/IPC144/pull/78#pullrequestreview-806713722
  2. https://github.com/Seneca-ICTOER/IPC144/pull/73#pullrequestreview-806651534
Blog Posts
  1. Blog PR#1
  2. Blog - Reviewing
  3. Blog - PR#2

kiennguyenchi - Chi Kien Nguyen

Issues
  1. https://github.com/Seneca-ICTOER/IPC144/issues/54
  2. https://github.com/Planet-NULLCAST/curriculum/issues/462
Pull Requests
  1. https://github.com/Seneca-ICTOER/IPC144/pull/55
  2. https://github.com/Planet-NULLCAST/curriculum/pull/499
Blog Posts
  1. https://dev.to/kiennguyenchi/improve-usability-to-new-ipc144-website-4gmg
  2. https://dev.to/kiennguyenchi/highlight-the-link-for-react-app-a1c
  3. https://dev.to/kiennguyenchi/code-reviews-on-ipc-project-28jg

AmasiaNalbandian - Amasia Nalbandian

Issues
Pull Requests
  1. Add redirects using nginx
  2. Add woodcutting script and get by pixel color feature
Blog Posts
  1. Rerouting in nginx
  2. Welcome to the dark side
  3. Reviewing PRs in Telescope

Suhhee Kim - Suhhee Kim

Issues
  1. Internal Issue - https://github.com/Seneca-CDOT/telescope/issues/2433
  2. External Issue - https://github.com/Alexandria/match-three-game/issues/65
Pull Requests
  1. Internal Pull Request- https://github.com/Seneca-CDOT/telescope/pull/2472
  2. External Pull Request - https://github.com/Alexandria/match-three-game/pull/75

Code Review -

  1. https://github.com/Seneca-CDOT/telescope/pull/2466#discussion_r749710665
  2. https://github.com/Seneca-ICTOER/IPC144/pull/81#pullrequestreview-806605974
  3. https://github.com/Seneca-ICTOER/IPC144/pull/75#pullrequestreview-806612837
Blog Posts
  1. Internal Issue - https://dev.to/suhhee1011/participate-on-internal-project-2bi9
  2. External Issue - https://dev.to/suhhee1011/fix-bug-on-the-game-3p85
  3. Code Review 1 - https://dev.to/suhhee1011/my-first-code-review-33gh
  4. Code Review 2 and 3- https://dev.to/suhhee1011/my-second-and-third-code-review-4h4
  5. Summing up the project -https://dev.to/suhhee1011/summing-up-the-project-2hgg

AndreWillomitzer - Andre Willomitzer

Issues
Pull Requests
  1. https://github.com/kibertoad/toad-scheduler/pull/63
  2. https://github.com/Seneca-ICTOER/IPC144/pull/27
Blog Posts
  1. https://dev.to/andrewillomitzer/cross-platform-testing-using-karma-193i
  2. https://dev.to/andrewillomitzer/markdown-file-auditing-what-i-learned-4a14
  3. https://dev.to/andrewillomitzer/code-reviews-problems-but-also-solutions-33ki

ASerputov - Anatoliy Serputov

Issues
Pull Requests
  1. https://github.com/Rohit-554/Hackerrank_solution/pull/4
  2. https://github.com/Seneca-ICTOER/IPC144/pull/80
  3. https://github.com/Seneca-ICTOER/IPC144/pull/46
Blog Posts
  1. https://medium.com/@aserputov/the-modernization-of-the-ipc144-c-programming-curriculum-1-4238c94fc5ee
  2. https://medium.com/@aserputov/hackerrank-broken-dreams-2-d5d9a97665f8
  3. https://medium.com/@aserputov/novemberfest-3-eb10b81b4ae2

dhillonks - Kunwarvir Dhillon

Issues
Pull Requests
  1. https://github.com/redxzeta/Awesome-Adoption/pull/224
  2. https://github.com/Seneca-ICTOER/IPC144/pull/96
Blog Posts
  1. https://dev.to/dhillonks/contributing-tests-to-awesome-adoption-188h
  2. https://dev.to/dhillonks/auditing-and-fixing-markdown-for-ipc144-notes-5h06
  3. https://dev.to/dhillonks/code-reviews-in-open-source-4hm

japneetsingh035 - Japneet Singh Kalra

Issues
  1. https://github.com/Python-World/python-mini-projects/issues/537
  2. https://github.com/Seneca-CDOT/telescope/issues/2377
  3. https://github.com/Seneca-ICTOER/IPC144/issues/105
Pull Requests
  1. https://github.com/Python-World/python-mini-projects/pull/538
  2. https://github.com/Seneca-CDOT/telescope/pull/2500
  3. https://github.com/Seneca-ICTOER/IPC144/pull/118

Code Review -

Blog Posts
  1. https://dev.to/japneetsingh035/code-reviews-for-release-03-47i4
  2. https://dev.to/japneetsingh035/external-project-contribution-for-release-03-39c5
  3. https://dev.to/japneetsingh035/internal-project-contribution-release-03-20nf

JiaHua-Zou - Jia Hua Zou

Issues
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/2483
  2. https://github.com/Seneca-CDOT/telescope/pull/2484
  3. https://github.com/Seneca-ICTOER/IPC144/pull/116
Blog Posts
  1. https://medium.com/@jhzou/ipc144-pr-improve-ipc144-website-1e101c3b105a

mqnguyen5 - Minh Quan Nguyen

Issues
Pull Requests
  1. https://github.com/Seneca-ICTOER/IPC144/pull/50
  2. https://github.com/Seneca-CDOT/telescope/pull/2480
Blog Posts
  1. https://dev.to/mqnguyen/contribution-to-course-curriculum-2eb9
  2. https://dev.to/mqnguyen/contributing-to-telescope-k1
  3. https://dev.to/mqnguyen/performing-code-reviews-h5b

lyu4321 - Leyang Yu

Issues
Pull Requests
  1. https://github.com/Seneca-ICTOER/IPC144/pull/76
  2. https://github.com/jure965/OpenLorem/pull/29
    https://github.com/jure965/OpenLorem/pull/30
    https://github.com/jure965/OpenLorem/pull/31

Code Reviews

  1. https://github.com/Seneca-ICTOER/IPC144/pull/72
  2. https://github.com/Seneca-ICTOER/IPC144/pull/75
  3. https://github.com/Seneca-ICTOER/IPC144/pull/78
Blog Posts
  1. https://dev.to/lyu4321/contributing-to-a-class-repo-3one
  2. https://dev.to/lyu4321/contributing-to-an-open-source-browser-extension-3881
  3. https://dev.to/lyu4321/reviewing-code-in-a-class-repo-cp2

mkim219 - Minsu Kim

Issues
Pull Requests
  1. https://github.com/Seneca-ICTOER/IPC144/pull/77
  2. https://github.com/Seneca-CDOT/telescope/pull/2481
Code Reviews
  1. https://github.com/Seneca-ICTOER/IPC144/pull/80
  2. https://github.com/Seneca-ICTOER/IPC144/pull/76
  3. https://github.com/Seneca-CDOT/telescope/pull/2468
Blog Posts
  1. https://dev.to/mkim219/ipc144-course-curriculum-renewal-5d0p
  2. https://dev.to/mkim219/fix-the-bug-on-telescope-2d4i
  3. https://dev.to/mkim219/code-review-2ao2

lmpham1 - Le Minh Pham

Issues
  1. External Issue
  2. Internal Issue
Pull Requests
  1. External PR
  2. Internal PR
Code Reviews
  1. https://github.com/Seneca-ICTOER/IPC144/pull/100/
  2. https://github.com/Seneca-ICTOER/IPC144/pull/101/
  3. https://github.com/Seneca-CDOT/telescope/pull/2480/
Blog Posts
  1. Code Reviews
  2. External Contribution
  3. Internal Contribution

Kevan-Y - Kevan Yang

Issues
Pull Requests reviewed
  1. https://github.com/Seneca-ICTOER/IPC144/pull/27
  2. https://github.com/Seneca-ICTOER/IPC144/pull/53
Blog Posts
  1. https://dev.to/pandanoxes/release-03-part-1-external-project-contribution-1oij
  2. https://dev.to/pandanoxes/release-03-part-2-internal-project-contribution-4e70
  3. https://dev.to/pandanoxes/release-03-part-3-code-review-4ckh

MizuhoOkimoto - Mizuho Okimoto

Issues
  1. https://github.com/Seneca-ICTOER/IPC144/issues/87
Pull Requests
  1. https://github.com/Seneca-ICTOER/IPC144/pull/100
Reviews
  1. https://github.com/Seneca-ICTOER/IPC144/issues/82
  2. https://github.com/Seneca-ICTOER/IPC144/pull/95
Blog Posts
  1. https://dev.to/okimotomizuho/audit-and-fix-a-markdown-page-42l5 (Internal PR)
  2. https://dev.to/okimotomizuho/code-reviews-2n44 (code review)

GMOT - Gustavo Tavares

Issues
  1. https://github.com/Seneca-ICTOER/IPC144/issues/42
Pull Requests
  1. https://github.com/Seneca-ICTOER/IPC144/pull/83
Reviews
  1. https://github.com/Seneca-ICTOER/IPC144/pull/81
  2. https://github.com/Seneca-ICTOER/IPC144/pull/74
Blog Posts
  1. https://dev.to/gmotgit/release-03-inter-pr-3kem
  2. https://dev.to/gmotgit/release-03-code-reviews-1m9p

minhhang107 - Minh Hang Nguyen

Issues
  1. https://github.com/MichaelCurrin/badge-generator/issues/106
  2. https://github.com/Seneca-ICTOER/IPC144/issues/38
Pull Requests
  1. https://github.com/MichaelCurrin/badge-generator/pull/130
  2. https://github.com/Seneca-ICTOER/IPC144/pull/74
Blog Posts
  1. https://dev.to/minhhang107/creating-dark-mode-for-the-first-time-k6f
  2. https://dev.to/minhhang107/auditing-markdown-file-3e4k
  3. https://dev.to/minhhang107/code-reviews-for-ipc144-course-notes-project-4ff5

juuuuuuun - Jun Song

Issues
  1. External
  2. Internal
Pull Requests
  1. https://github.com/nirajacharyaa/todo-app/pull/38
Code Reviews
  1. Review 1
  2. Review 2
Blog Posts
  1. Blog PR 1
  2. Blog PR 2
  3. Blog Code Reviews

Sirinoks - Alex Romanova

Issues
  1. External project - No official issue
  2. Internal project
Pull Requests
  1. gempbot
  2. Telescope
Reviews
  1. Telescope
  2. IPC144 + IPC144
Blog Posts
  1. External project
  2. Telescope + Reviews

joshuali7536 - Joshua Li

Issues
  1. https://github.com/filerjs/filer/issues/794
  2. https://github.com/Seneca-ICTOER/IPC144/issues/45
Pull Requests
  1. https://github.com/filerjs/filer/pull/796
  2. https://github.com/Seneca-ICTOER/IPC144/pull/78
Blog Posts
  1. https://dev.to/jli/pr-1-for-release-03-ci
  2. https://dev.to/jli/pr-2-for-release-03-8ad
  3. https://dev.to/jli/reviewing-prs-2ei4

menghif - Francesco Menghi

Issues
  1. https://github.com/mozilla/bedrock/issues/10731
  2. https://github.com/Seneca-CDOT/telescope/issues/2417
  3. https://github.com/Seneca-ICTOER/IPC144/issues/16
  4. https://github.com/Seneca-ICTOER/IPC144/issues/35
Pull Requests
  1. https://github.com/mozilla/bedrock/pull/10775
  2. https://github.com/Seneca-CDOT/telescope/pull/2466
  3. https://github.com/Seneca-ICTOER/IPC144/pull/23
  4. https://github.com/Seneca-ICTOER/IPC144/pull/37
Blog Posts
  1. https://dev.to/menghif/removing-code-from-mozilla-1m0p
  2. https://dev.to/menghif/fetching-the-github-api-119e
  3. https://dev.to/menghif/telescope-code-reviews-4cle

tcvan0707 - Thanh Cong Van

Issues
Pull Requests
  1. https://github.com/Rohit-554/Hackerrank_solution/pull/5
  2. https://github.com/Seneca-ICTOER/IPC144/pull/103
Blog Posts
  1. https://dev.to/tcvan0707/osd600-release-03-part-2-21p9
  2. https://dev.to/tcvan0707/osd600-release-03-part-1-578e
  3. https://dev.to/tcvan0707/osd600-release-03-code-reviews-9k7

trangntt-016 - Trang Nguyen

Issues
Pull Requests
  1. https://github.com/assertj/assertj-core/pull/2408
  2. https://github.com/Seneca-ICTOER/IPC144/pull/48
Blog Posts
  1. https://tracy016.medium.com/first-pr-for-release-0-3-e4c5f3b8f006
  2. https://tracy016.medium.com/osd600-pr-to-ipc144-project-e595e9ee94bc
  3. https://tracy016.medium.com/osd600-my-first-code-reviews-8c4999eb3476

DerekJxy - Xiongye Jiang

Issues
Pull Requests
  1. https://github.com/TogaTech/helpful.js/pull/32
  2. https://github.com/Seneca-ICTOER/IPC144/pull/108
Code Reviews
  1. https://github.com/Seneca-ICTOER/IPC144/pull/102
  2. https://github.com/Seneca-ICTOER/IPC144/pull/116
Blog Posts
  1. https://dev.to/derekjxy/external-project-contribution-2dhh
  2. https://dev.to/derekjxy/internal-project-contribution-4kcb
  3. https://dev.to/derekjxy/code-reviews-2gop

hlavu - Vivian Vu

Issues
Pull Requests
  1. https://github.com/aadityamp01/Androapps/pull/73
  2. https://github.com/Seneca-ICTOER/IPC144/pull/75
Blog Posts
  1. https://dev.to/vivianvu/osd600-adding-new-feature-to-weather-app-49kb
  2. https://dev.to/vivianvu/osd600-auditing-and-fixing-markdown-file-2dm0
  3. https://dev.to/vivianvu/osd600-doing-code-reviews-24ee

oliver-pham - Oliver Pham

Issues
Pull Requests
  1. https://github.com/firebase/firebase-tools/pull/3894
  2. https://github.com/Seneca-ICTOER/IPC144/pull/72
Blog Posts
  1. https://dev.to/oliverpham/how-i-fixed-an-issue-in-firebase-cli-4i41
  2. https://dev.to/oliverpham/how-i-contributed-to-an-oer-project-pem
  3. https://dev.to/oliverpham/how-i-reviewed-code-for-seneca-ictoer-50lo

tuanthanh2067 - Tuan Thanh Tan

Issues
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/2450
  2. https://github.com/Seneca-CDOT/telescope/pull/2471
Blog Posts
  1. https://dev.to/tuanthanh2067/osd600-release-03-first-pull-request-2jgi
  2. https://dev.to/tuanthanh2067/osd600-release-03-second-pull-request-3b5
  3. https://dev.to/tuanthanh2067/reviewing-github-pull-requests-osd600-46mh

rclee91 - Roxanne Lee

Issues
  1. https://github.com/Seneca-ICTOER/IPC144/issues/82
  2. https://github.com/redxzeta/Awesome-Adoption/issues/208
Pull Requests
  1. https://github.com/Seneca-ICTOER/IPC144/pull/84
  2. https://github.com/redxzeta/Awesome-Adoption/pull/225
Blog Posts
  1. https://medium.com/@Roxanne.Lee/release-0-3-internal-pr-1f39fd9a3aa1
  2. https://medium.com/@Roxanne.Lee/release-0-3-external-pr-92a54d2d5c23
  3. https://medium.com/@Roxanne.Lee/release-0-3-code-reviews-6703d1cbce57
Code Reviews
  1. https://github.com/Seneca-ICTOER/IPC144/pull/92
  2. https://github.com/Seneca-ICTOER/IPC144/pull/83

nguyenhung15913 - Hung Nguyen

Issues
  1. https://github.com/Wrap-and-Go/Wrap-nd-Go/issues/7
  2. https://github.com/Seneca-CDOT/telescope/issues/2419
Pull Requests
  1. https://github.com/Wrap-and-Go/Wrap-nd-Go/pull/9
  2. https://github.com/Seneca-CDOT/telescope/pull/2476
Blog Posts
  1. https://dev.to/nguyenhung15913/contribution-to-wrap-nd-go-1p65
  2. https://dev.to/nguyenhung15913/contributing-to-telescope-1bl5
  3. https://dev.to/nguyenhung15913/reviewing-others-pull-requests-5f2d
Code Reviews
  1. https://github.com/Seneca-CDOT/telescope/pull/2471
  2. https://github.com/Seneca-ICTOER/IPC144/pull/48

drew5494 - Andrew Tassone

Issues
  1. https://github.com/Seneca-CDOT/telescope/issues/2473
  2. https://github.com/redxzeta/Awesome-Adoption/issues/213
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/2493
  2. https://github.com/redxzeta/Awesome-Adoption/pull/223
Blog Posts
  1. https://dev.to/drew5494/code-reviews-and-pull-requests-release-03-4b73
Code Reviews
  1. https://github.com/Seneca-CDOT/telescope/pull/2480#pullrequestreview-811760996
  2. https://github.com/Seneca-CDOT/telescope/pull/2485#pullrequestreview-810706413

Reza9472 - Reza Poursafa

Issues
  1. https://github.com/hakash/termit/issues/12
  2. https://github.com/Seneca-ICTOER/IPC144/issues/52
Pull Requests
  1. https://github.com/hakash/termit/pull/21/files
  2. https://github.com/Seneca-ICTOER/IPC144/pull/95
Blog Posts
  1. https://medium.com/@rezapscodes/external-project-osd600-a6f2431658c3
  2. https://medium.com/@rezapscodes/contributing-to-ipc144-fix-markdown-files-275aa674efc
  3. https://medium.com/@rezapscodes/code-reviews-for-ipc144-project-7ef2d9a92634
Code Reviews
  1. https://github.com/Seneca-ICTOER/IPC144/pull/108
  2. https://github.com/Seneca-ICTOER/IPC144/pull/104/files

TueNguyen2911 - Tue Nguyen

Issues
  1. https://github.com/codefordenver/partner-finder/issues/144
  2. https://github.com/Seneca-ICTOER/IPC144/issues/14
Pull Requests
  1. https://github.com/codefordenver/partner-finder/pull/227
  2. https://github.com/Seneca-ICTOER/IPC144/pull/41
Blog Posts
  1. https://dev.to/tuenguyen2911_67/using-pydantic-to-validate-inputs-2jan
  2. https://dev.to/tuenguyen2911_67/contributing-to-seneca-oer-1ki2
  3. https://dev.to/tuenguyen2911_67/doing-code-reviews-12op
Code Reviews
  1. https://github.com/Seneca-ICTOER/IPC144/pull/101
  2. https://github.com/Seneca-ICTOER/IPC144/pull/96

Andrew Nguyen - Tuan Phong Nguyen

Issues
Pull Requests
  1. https://github.com/tannerlinsley/react-query/pull/2947
  2. https://github.com/Seneca-CDOT/telescope/pull/2455
Blog Posts
  1. https://blog.andrewnt.dev/post/osd-600-release-0.3.1
  2. https://blog.andrewnt.dev/post/osd-600-release-0.3.2
  3. https://blog.andrewnt.dev/post/osd-600-release-0.3.3

abatomunkuev - Andrei Batomunkuev

Issues
  1. https://github.com/Seneca-ICTOER/IPC144/issues/86
  2. https://github.com/numpy/numpy/issues/20423
  3. https://github.com/mlflow/mlflow/issues/4897
Pull Requests
  1. https://github.com/Seneca-ICTOER/IPC144/pull/98
  2. https://github.com/numpy/numpy/pull/20446
  3. https://github.com/mlflow/mlflow/pull/5003
Blog Posts
  1. https://medium.com/@andreibatomunkuev/contributing-to-internal-project-doing-code-reviews-164bb9c9b4c4
  2. https://medium.com/@andreibatomunkuev/continuing-contributing-to-open-source-projects-e0b84c11bb08

Emily Phan - Emily Phan

Issues
  1. https://github.com/Seneca-ICTOER/IPC144/issues/43
  2. https://github.com/Seneca-CDOT/telescope/issues/2412
Pull Requests
  1. https://github.com/Seneca-ICTOER/IPC144/pull/73
  2. https://github.com/Seneca-CDOT/telescope/pull/2520

Code Reviews

  1. https://github.com/Seneca-ICTOER/IPC144/pull/121
Blog Posts
  1. https://dev.to/hphan9/auditting-compilermd-for-ipc-144-project-42pa
  2. https://dev.to/hphan9/working-on-telescope-project-40mb
  3. Upcoming

JerryHue - Gerardo Enrique Arriaga Rendon

Issues
  1. https://github.com/Seneca-ICTOER/IPC144/issues/36
  2. https://github.com/libp2p/rust-libp2p/issues/2345
Pull Requests
  1. https://github.com/Seneca-ICTOER/IPC144/pull/61
  2. https://github.com/libp2p/rust-libp2p/pull/2356
Blog Posts
  1. https://dev.to/jerryhue/doing-editors-work-for-ipc144-course-note-3851
  2. https://dev.to/jerryhue/updating-examples-for-rust-libp2p-40hg
  3. https://dev.to/jerryhue/code-reviewing-for-the-first-time-em7

Qiwen-Yu - Qiwen Yu

Issues
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/2495
  2. https://github.com/flyteorg/flytekit/pull/731

Code Reviews

  1. Code Review 1 (template)
  2. Code Review 2
Blog Posts
  1. https://dev.to/qiwenyu/seneca-telescope-update-traefik-4gfp
  2. https://dev.to/qiwenyu/flytekit-create-a-conda-package-for-flytekit-m4l
  3. https://dev.to/qiwenyu/code-review-2nin


Duc Bui Manh - Duke Manh

Issues
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/2474
  2. https://github.com/redwoodjs/redwood/pull/3748
Blog Posts
  1. Internal contribution
  2. External contribution
  3. Code reviews

tpmai22 - Phuoc Mai

Issues
Pull Requests
  1. External PR
  2. Internal PR
Blog Posts
  1. https://dev.to/beamazedvariable/release-03-patternfly-react-1hn0
  2. https://dev.to/beamazedvariable/release-03-contributing-to-ipc144-1cn1
  3. https://dev.to/beamazedvariable/code-review-for-release-03-38kd

irenejoeunpark - Irene Park

Issues
Pull Requests
  1. Internal PR
  2. External PR

Code Reviews

  1. Code Review 1
  2. Code Review 2
Blog Posts
  1. Internal PR
  2. External PR
  3. Code Review

Issues
Pull Requests
  1. PR 1
  2. PR 2

Code Reviews

  1. Code Review 1
  2. Code Review 2
Blog Posts
  1. Blog

Yoda-Canada-Tengzhen Zhao

Issues
  1. https://github.com/Seneca-ICTOER/IPC144/issues/44
  2. https://github.com/mindsdb/mindsdb/issues/1754

       2.1. https://github.com/mindsdb/mindsdb/issues/1770

       2.2. https://github.com/mindsdb/mindsdb/issues/1769

Pull Requests
  1. https://github.com/Seneca-ICTOER/IPC144/pull/119
  2. https://github.com/mindsdb/mindsdb/pull/1791

       2.1. https://github.com/mindsdb/mindsdb/pull/1773

       2.2. https://github.com/mindsdb/mindsdb/pull/1771

Blog Posts
  1. https://dev.to/yodacanada/release03-seneca-ictoeripc144-audit-fix-informationmd-2id3
  2. https://dev.to/yodacanada/release03-using-pyparing-lib-in-mindsdb-46mj
  3. https://dev.to/yodacanada/release-03-code-review-40ii

Issues
Pull Requests
  1. PR 1
  2. PR 2

Code Reviews

  1. Code Review 1
  2. Code Review 2
Blog Posts
  1. Issue 1
  2. Issue 2
  3. Reviews Blog

Issues
Pull Requests
  1. Internal 1
  2. External 1
  3. External 2

Code Reviews

  1. Code Review 1
  2. Code Review 2
Blog Posts
  1. Blog

Clone this wiki locally