Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback #1

Open
wants to merge 4 commits into
base: feedback
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# Git Practice
A simple project to practice a few git/github workflows. Replace the contents of this file with the contents indicated in the [instructions](./instructions.md).
## An Interesting Article
Harvard Business Review: [What Is It Like to Be a Software Engineer?](https://hbr.org/2021/07/career-crush-what-is-it-like-to-be-a-software-engineer) by Kelsey Alpaio.

## What I found Interesting
1. Although companies or software teams may use different task management tools, there are similarities between the structure of the tools. The author's software team used Jira, but events such as Sprint Planning, Daily Scrum, and Backlog Grooming are nearly identical with the events used in Agile.
2. The author comprehensively described the interview process for software engineering. The resources recommended by the author such as Code2040 and “Cracking the Coding Interview” are helpful.
3. The author claimed that building, testing, and maintaining software is the core skill set for software engineers. A big misconception is that software engineers just code. A large portion of the work is writing documentation to explain things to people or communicate or pitch ideas.

## Janet Pan's Comment:
As someone who has recently picked up CS and also doesn't have a lot of experience from before, this article was really interesting! It explained some of the foundation and processes, and I found it also pretty helpful when it came to the resources.