Skip to content

Commit 9747407

Browse files
authored
Merge pull request #2 from ColinYoungTaro/main
feat: add blog of yutan yang
2 parents c8bdaa3 + 5f73d4d commit 9747407

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: "Google Summer of Code (GSoC) 2023"
3+
date: 2023-06-04
4+
categories:
5+
- blog
6+
tags:
7+
- gsoc
8+
---
9+
10+
For the first time, SQLancer will participate as a [Google Summer of Code (GSoC)](https://summerofcode.withgoogle.com/programs/2023/organizations/sqlancer) organization. We are excited that we will be working with two contributors: [Zhenglin](https://github.com/HT-Tomas) and [Yutan Yang](https://github.com/ColinYoungTaro).
11+
12+
13+
## Could you introduce yourself?
14+
15+
Hello, I'm Yutan Yang, a first-year master's student at Zhejiang University, Hangzhou, China.
16+
17+
I am interested in coding since I find it interesting to bring ideas to life through programming.
18+
19+
Aside from coding, I also enjoy drawing while I may not consider myself an expert.
20+
21+
## What will you be working on as part of your GSoC project?
22+
23+
As part of my GSoC project, I will be working on implementing test case reduction approaches.
24+
25+
SQLancer automatically generates thousands of statements and it might be complicated to identify which is relevant to the bug. The reduction process removes statements and tokens which are irrelevant to bugs so that the test case could be simple and clear. Additionally, I aim to extend these reduction approaches to support more DBMSs.
26+
27+
## How did you hear about GSoC and SQLancer?
28+
29+
I first learned about GSoC through recommendations from one of my friends, and I think contributing to open-source projects is cool.
30+
31+
I came across SQLancer when exploring Program Organizations listed on the GSoC website. Recognizing that the idea is related to my graduate research topic, I decided to apply for it.
32+
33+
## What will you do after the project?
34+
35+
I might keep on contributing to open-source projects. I hope this experience will allow me to gain engineering experience and collaboration skills.
36+
37+
I would first continue my study. After successfully completing my master's degree, I am excited to transition into the professional world and pursue opportunities in the IT industry.

0 commit comments

Comments
 (0)