Skip to content

mikhailkhorokhorin/developer-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A curated collection of free programming books. Covers various languages, frameworks, algorithms, and best practices. Perfect for beginners and advanced developers.

Navigation

Agile

Algorithms and Data Structures

API

Architecture

Artificial Intelligence And Machine Learning

Computer Science

Databases

DevOps

Interview

Paradigms

Programming Languages

Soft Skills

Software Engineering

Testing

Web Development

Other

Categories

Agile

Kanban
Scrum

Algorithms and Data Structures

Java
Python

API

Architecture

Python

Artificial Intelligence And Machine Learning

Artificial Intelligence
Deep Learning
Machine Learning
Reinforcement Learning

Computer Science

Python

Databases

SQL

DevOps

CI/CD
Docker
Git
Kubernetes
Python
SRE

Interview

Paradigms

Functional Programming
Object Oriented Programming

Programming Languages

JavaScript
Python
Swift
C#

Soft Skills

Software Engineering

Clean Code
Concurrency And Parallelism
Data Engineering
Design Patterns
Mobile Development
Refactoring

Testing

TDD

Web Development

Other

Contribution

We welcome contributions to expand this developer library! Here's how you can add new resources:

Adding New Books/Resources

  1. Fork this repository
  2. Add files using this structure:

/category-name/book-title-original/book-title-original.pdf and /category-name/book-title-original/book-title-ru.pdf

  1. Update README.md:
  • Add your entry in the appropriate category
  • Maintain consistent formatting
Submission Process
  1. Create a new branch:
git checkout -b add-book-name
  1. Commit changes:
git commit -m "Add [Book Title] to [Category]"
  1. Push to your fork:
git push origin add-book-name
  1. Open a Pull Request with:
  • Description of the resource
  • Why it's valuable for developers

About

A curated collection of free programming books.

Topics

Resources

License

Stars

Watchers

Forks