Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/8luebottle/dev-bookshelf

πŸ“š SW Development Related Books
https://github.com/8luebottle/dev-bookshelf

Last synced: 3 days ago
JSON representation

πŸ“š SW Development Related Books

Awesome Lists containing this project

README

        

# Dev-Bookshelf

![Made with love by 8luebottle](https://img.shields.io/badge/Made%20with%20%E2%9D%A4%EF%B8%8Fby-%208luebottle%20-blue)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2F8luebottle%2FDev-Bookshelf&count_bg=%23A9139A&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)

## πŸ“Œ Commit Message Convention

` MM.DD.YYYY : `

**e.g,** `πŸ‡ΊπŸ‡Έ 09.11.2020 : CODE`

## πŸ“Œ Table Format

| Title | Author | Last Updated |
|------------|------------|:------------:|
| Book Title | AuthorName | MM.DD.YYYY |

### πŸ“„ Table of Contents

- [A](#a)
```
└── API Design Patterns
```
- [C](#c)
```
β”œβ”€β”€ CODE
β”œβ”€β”€ CODE COMPLETE
β”œβ”€β”€ Computer Architecture
β”œβ”€β”€ Computer Systems
β”œβ”€β”€ Clean Architecture
└── Clean Code
```
- [D](#d)
```
└── Designing Data-Intensive Applications
- [H](#h)
```
└── ν•¨κ»˜ 자라기
```
- [I](#i)
```
└── IT 인프라 ꡬ쑰
```
- [L](#l)
```
└── Learning Test-Driven Development
```
- [M](#m)
```
β”œβ”€β”€ Modern Operating Systems
└── Monolith to Microservices
```
- [O](#o)
```
└── Operating System Concepts Essentials
```
- [P](#p)
```
└── Prompt Engineering Bible
```
- [S](#s)
```
β”œβ”€β”€ Seven Databases in Seven Weeks
β”œβ”€β”€ Software Engineering at Google
└── System Design Interview
```
- [T](#t)

```
β”œβ”€β”€ The Elements of Computing Systems
β”œβ”€β”€ The Garbage Collection Handbook
└── The Pragmatic Programmer

```

- [U](#u)
```
└── Understanding the Digital World
```

- [W](#w)
```
β”œβ”€β”€ Working Effectively with Legacy Code
└── μš”μ¦˜ μš°μ•„ν•œ 개발
```

# πŸ—‚ Sections

## A

Section-A

| Title | Author | Last Updated |
|---------------------|:---------:|:------------:|
| API Design Patterns | JJ Geewax | |

## C

![section-c 1](https://user-images.githubusercontent.com/48475824/92779124-bf88f500-f3dc-11ea-9b7b-de1dabf55d09.png)
Section-c 2

| Title | Author | Last Updated |
|-----------------------------------------------|:-------------------------------------:|:------------:|
| CODE | Charles Petzold | |
| [CODE COMPLETE](./Code_Complete.md) | Steve McConnell | 09.10.2023 |
| Computer Architecture | John L. Hennessy, David A. Patterson | |
| Computer Systems | Randal E. Bryant, David R. O'Hallaron | |
| [Clean Architecture](./Clean_Architecture.md) | Robert Cecil Martin | 05.28.2023 |
| [Clean Code](./Clean_Code.md) | Robert Cecil Martin | 08.29.2021 |

[↑ return to TOC](#-table-of-contents)

## D

Section-D

| Title | Author | Last Updated |
|---------------------------------------|:----------------:|:------------:|
| Designing Data-Intensive Applications | Martin Kleppmann | |

[↑ return to TOC](#-table-of-contents)

## H

section-h

| Title | Author | Last Updated |
|-----------------------|:------:|:------------:|
| [ν•¨κ»˜ 자라기](./ν•¨κ»˜_자라기.md) | κΉ€μ°½μ€€ | 10.21.2023 |

[↑ return to TOC](#-table-of-contents)

## I

section-i

| Title | Author | Last Updated |
|----------------------------|:------------------------------------:|:------------:|
| (그림으둜 κ³΅λΆ€ν•˜λŠ”)
IT 인프라 ꡬ쑰 | μ•Όλ§ˆμžν‚€ μ•ΌμŠ€μ‹œ, λ―Έλ‚˜μ™€ 케이코, μ•„μ œμΉ΄μΈ  μš”ν—€μ΄, 사토 νƒ€μΉ΄νžˆμ½” | |

[↑ return to TOC](#-table-of-contents)

## L

section-l

| Title | Author | Last Updated |
|----------------------------------|:---------------:|:------------:|
| Learning Test-Driven Development | Saleem Siddiqui | |

[↑ return to TOC](#-table-of-contents)

## M

section-m

| Title | Author | Last Updated |
|---------------------------|:-----------------------------:|:------------:|
| Modern Operating Systems | Andrew Tanenbaum, Herbert Bos | |
| Monolith to Microservices | San Newman | |

[↑ return to TOC](#-table-of-contents)

## O

section-o

| Title | Author | Last Updated |
|--------------------------------------|:---------------------------:|:------------:|
| Operating System Concepts Essentials | Silberschatz, Galvin, Gagne | |

[↑ return to TOC](#-table-of-contents)

## P

section-p

| Title | Author | Last Updated |
|--------------------------|:----------------:|:------------:|
| Prompt Engineering Bible | Robert E. Miller | |

[↑ return to TOC](#-table-of-contents)

## T

section-t

| Title | Author | Last Updated |
|-----------------------------------------------------------|:-----------------------------------------:|:------------:|
| The Elements of Computing Systems | Noam Nisan and Shimon Schocken | |
| The Garbage Collection Handbook | Richard Jones, Antony Hosking, Eliot Moss | |
| [The Pragmatic Programmer](./The_Pragmatic_Programmer.md) | Andy Hunt, Dave Thomas | 07.19.2023 |

[↑ return to TOC](#-table-of-contents)

## S

section-s

| Title | Author | Last Updated |
|-----------------------------------------------------------------------|:----------------------------------------------:|:------------:|
| Seven Databases in Seven Weeks | Luc Perkins, Eric Redmond, Jim Wilson | |
| [Software Engineering at Google](./Software_Engineering_at_Google.md) | Hyrum Wright, Titus Winters, and Tom Manshreck | 01.15.2023 |
| [System Design Interview](./System_Design_Interview.md) | Alex Xu | 09.19.2021 |

[↑ return to TOC](#-table-of-contents)

## U

section-u

| Title | Author | Last Updated |
|---------------------------------|:------------------:|:------------:|
| Understanding the Digital World | Brian W. Kernighan | |

## W

section-w

| Title | Author | Last Updated |
|--------------------------------------|:-----------------:|:------------:|
| Working Effectively with Legacy Code | Feathers, Michael | |
| μš”μ¦˜ μš°μ•„ν•œ 개발 | μš°μ•„ν•œ ν˜•μ œλ“€ | |

[↑ return to TOC](#-table-of-contents)