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

MIT/Software Construction(6.005) #10

Merged
merged 2 commits into from
May 15, 2024
Merged
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
38 changes: 34 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,47 +3,77 @@ Archive articles good to read regardless of categories. Articles are catetorized
Good authors' blogs or profiles are linked as well to keep following there writings. Books are welcomed also.

## Table of Contents

- [Authors](#authors)
- [Articles](#articles)
- [Tech](#tech)
- [Life](#life)
- [Culture](#culture)
- [Else](#else)
- [Books](#books)
- [Lectures](#lectures)

## Authors

```markdown
- [authorName](url): short description.
- [AuthorName](url): Short Description.
```

- [Martin Fowler](https://martinfowler.com/): Super well-known guru for software architecture.
- [Robert C. Martin](http://cleancoder.com/products): Super well-known guru for software engineering and agile manifesto.
- [송요창](https://medium.com/@totuworld): Senior programmer in Woowa Bros.
- [Netflix](https://medium.com/@netflixtechblog): Netflix Technology Blog.
- [Kent C. Dodds](https://kentcdodds.com/blog): Educator, software engineer popular web developer.

## Articles

```markdown
- [linkName](url), Author: short description.
- [LinkName](url), Author: Short Description.
```

### Tech

#### Tips

- [Lessons Learned in Software Development](https://henrikwarne.com/2015/04/16/lessons-learned-in-software-development/), Henrik Warne: Tips and Lessons for software developers.

#### Automation

- [Discord Webhooks Guide](https://birdie0.github.io/discord-webhooks-guide/), birdie0: Comprehensive guide for discord webhook.

#### Security

- [Public Key Infrastructure Overview](/static/pdfs/pki-overview.pdf), Sun mircosystems.

---

### Life

---

### Culture

---

### Else

---

## Books

```markdown
- [linkName](url), Author: short description.
- [LinkName](url), Author: Short Description.
```

## Lectures

```markdown
- [LinkName](url), Instructors: Course Title.
```

- [Software Construction](https://ocw.mit.edu/ans7870/6/6.005/s16/), Prof. Robert Miller, Dr. Max Goldman

## How to contribute

Please put the links of articles you've read with short description and author name.
And please make PR for that. Because it needs to be reviewed for minimum qualification.
And please make PR for that. Because it needs to be reviewed for minimum qualification.