mmdmthr / mmdmthr.github.io

Hari's Blog
1 stars 0 forks source link

Rekomendasi Buku Repository #84

Closed mmdmthr closed 3 months ago

mmdmthr commented 4 months ago

Struktur direktori

Judul - Penulis

mmdmthr commented 4 months ago
mmdmthr commented 4 months ago

ByteByteGo

General Advice

The Pragmatic Programmer by Andrew Hunt and David Thomas

Code Complete by Steve McConnell: Often considered a bible for software developers, this comprehensive book covers all aspects of software development, from design and coding to testing and maintenance. 

Coding

Clean Code by Robert C. Martin

Refactoring by Martin Fowler 

Software Architecture

Designing Data-Intensive Applications by Martin Kleppmann

System Design Interview (our own book :)) 

Design Patterns

Design Patterns by Eric Gamma and Others

Domain-Driven Design by Eric Evans 

Data Structures and Algorithms

Introduction to Algorithms by Cormen, Leiserson, Rivest, and Stein

Cracking the Coding Interview by Gayle Laakmann McDowell