Skip to content

Commit

Permalink
docs(README.md): add Software Construction, mit
Browse files Browse the repository at this point in the history
  • Loading branch information
minusmo committed May 14, 2024
1 parent edc2ce0 commit dbf5526
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion 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.
```

- [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.
```

### 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.
```

## 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 dbf5526

Please sign in to comment.