Skip to content

Commit

Permalink
Merge pull request #10 from GDSC-CAU/mit/software-construction
Browse files Browse the repository at this point in the history
MIT/Software Construction(6.005)
  • Loading branch information
minusmo committed May 15, 2024
2 parents edc2ce0 + 5800ce0 commit 8026f2f
Showing 1 changed file with 34 additions and 4 deletions.
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.

0 comments on commit 8026f2f

Please sign in to comment.