From 4f9af362c3f623659dffe7dc78746852efb26802 Mon Sep 17 00:00:00 2001 From: collinjung Date: Wed, 8 Jan 2025 20:54:22 -0800 Subject: [PATCH] Created README --- README-collinj2.md | 4 ++++ README.md | 34 ---------------------------------- 2 files changed, 4 insertions(+), 34 deletions(-) create mode 100644 README-collinj2.md delete mode 100644 README.md diff --git a/README-collinj2.md b/README-collinj2.md new file mode 100644 index 0000000..2b1e87d --- /dev/null +++ b/README-collinj2.md @@ -0,0 +1,4 @@ +# Collin Jung Introduction +Hello, my name is Collin Jung and I am a Senior studying Computer Science. I am also pursuing my Coterm in Computer Science and plan to graduate with both degrees this Spring 2025. For my undergrad, I am focusing on AI and for my Coterm, I study HCI. I would say currently, my skillset revolves around these two worlds with experience doing AI research on campus and several HCI classes in which I developed games, apps, and websites. Previously, I have interned at Wolfram Research as a Software Engineer Intern and most recently, AWS, where I worked in the EC2 VPC team. This coming Fall, I will be joining as a software engineer at a startup in SF. + +In terms of past projects and experiences, I believe I am well rounded in terms of technical ability and design, and am comfortable with the entire full-stack development cycle. Languages I am most comfortable in are Python and Javascript/Typescript, including React/React Native. Read more about me at [collinjung.space](https://collinjung.space). diff --git a/README.md b/README.md deleted file mode 100644 index cce624e..0000000 --- a/README.md +++ /dev/null @@ -1,34 +0,0 @@ - -## Introduction -In the early stages of your project, you will primarily be using your team's private GitHub repository for knowledge sharing and project management. However, git is fundamentally for software revision control. As your project progresses into the build phase, you should use git and GitHub for this purpose. - -git and GitHub are industry standards in software development. It's important to develop proficiency with git as it is a critical tool in the software development community. This assignment aims to help you overcome the learning curve with git. - -## Deliverables - -1. **Create a GitHub Account** - - If you did not include a GitHub handle in your CS210 Application, create a GitHub account and send your GitHub handle to the TAs. - -2. **Setup** - - Follow the [setup page](https://docs.github.com/en/get-started/quickstart/set-up-git) and install GitHub command line tools. - - If you’re interested in using GitHub in VScode, check out this [VScode extension](https://vscode.github.com/). - -3. **Git Clone** - - Clone the project repository: [https://github.com/cs210/Assign0](https://github.com/cs210/Assign0). - -4. **Create a Branch** - - Create a branch using the naming convention `-readme`. - -5. **Create a README File** - - Create a readme file named `README-.md`. - - Use [markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github) to outline your technical skills, previous projects, or any past experiences. - - Consider this README as an introduction to your potential teammates! Feel free to include images, links, or additional media. - -6. **Create a Pull Request** - - Create a [Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) and add one of the TAs as a reviewer. - -7. **Class Resources** - - TA IDs and other class resources can be found at [https://github.com/cs210/Home](https://github.com/cs210/Home). - - Note: You must be a member of the GitHub CS210 organization and logged into GitHub with the ID you provided to access the Home repository. - -**Important Note**: This assignment must be completed to be considered for acceptance into the class.