Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakazzy/resources
List of Book resources in programming
https://github.com/jakazzy/resources
Last synced: 17 days ago
JSON representation
List of Book resources in programming
- Host: GitHub
- URL: https://github.com/jakazzy/resources
- Owner: jakazzy
- Created: 2020-12-04T02:13:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T14:48:53.000Z (almost 4 years ago)
- Last Synced: 2024-10-20T07:33:12.529Z (19 days ago)
- Homepage:
- Size: 34.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Books [![Lists](https://img.shields.io/badge/-more%20lists-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://github.com/jakazzy/resources)
These are curated list of books - tech and soft skills# Awesome(a clone of [awesomeme](https://github.com/obengwilliam/awesome-me) by Will)
Curated list of books and blogs### Design && Architecture
- [Twelve factor apps](https://www.oreilly.com/library/view/beyond-the-twelve-factor/9781492042631/)
- [Reactoring](https://martinfowler.com/books/refactoring.html)
- [Clean Code](https://www.oreilly.com/library/view/clean-code/9780136083238/)
- [Clean Architecture](https://www.amazon.com/Clean-Architecture-Craftsmans-Software-Structure/dp/0134494164)
- [Composing software by Kyle](https://medium.com/javascript-scene/composing-software-the-book-f31c77fc3ddc)
- [Frontend Architecture](https://www.oreilly.com/library/view/frontend-architecture-for/9781491926772/)
- [MicroServices](https://www.vinaysahni.com/best-practices-for-building-a-microservice-architecture)
- [Service Principles](https://github.com/Yelp/service-principles)
- [Intro to Clean Architecture](https://medium.freecodecamp.org/a-quick-introduction-to-clean-architecture-990c014448d2)
### Functional Programming
- [Functional Lite by Kyle](https://github.com/getify/Functional-Light-JS)
### Software Delivery
- [Continous Delivery](https://www.amazon.com/Continuous-Delivery-Deployment-Automation-Addison-Wesley/dp/0321601912)
- [Release it ](https://www.amazon.com/Release-Design-Deploy-Production-Ready-Software-ebook/dp/B079YWMY2V)
- [Zach Holman on Deployment](https://zachholman.com/posts/deploying-software)### Nodejs
- [Nodejs Design Patterns Book](https://books.google.com.gh/books/about/Node_js_Design_Patterns.html?id=55WqDQAAQBAJ&printsec=frontcover&source=kp_read_button&redir_esc=y#v=onepage&q&f=false)
- [RisingStack](https://blog.risingstack.com/?utm_source=risingsite&utm_medium=risingstack&utm_campaign=rsblog&_ga=2.9946866.652876971.1553773287-1538588164.1551101779)
- [Stream Handbook](https://github.com/substack/stream-handbook)
- [Error Handling in Nodejs](https://www.joyent.com/node-js/production/design/errors)
- [Introduction to Nodjes by Rhyan](https://www.youtube.com/results?search_query=ryan+dahl+node.js)
- [10 Things i Regret by Ryan](https://www.youtube.com/watch?v=M3BM9TB-8yA)
- [Nodejs Best Practices](https://github.com/i0natan/nodebestpractices)
- [Nodejs Security](https://www.amazon.com/Secure-Your-Node-js-Web-Application/dp/1680500856)
- [NodeConf](https://www.youtube.com/channel/UCSnHfAloFJ5m6MymGycUeaQ)
### Javascript
- [You Dont Know Js By Kyle](https://github.com/getify/You-Dont-Know-JS)
- [Javascript Allonge](https://leanpub.com/javascriptallongesix/read)
- [Clean Code Javascript](https://github.com/ryanmcdermott/clean-code-javascript)
- [What the heck is the event loop](https://www.youtube.com/watch?v=8aGhZQkoFbQ)
- [Deep Javascript by Kyle](https://frontendmasters.com/courses/javascript-foundations/)
- [Rethinking Async Js by Kyle](https://frontendmasters.com/courses/rethinking-async-js/)
- [functional lite by Kyle](https://frontendmasters.com/courses/functional-js-lite/)
### Go
### Python### Rust
### ReactJs
### Svelte
- [Frameworks without frameworks](https://svelte.technology/blog/frameworks-without-the-framework)- [The Svelte compiler Handbook](https://lihautan.com/the-svelte-compiler-handbook/#where-can-i-find-the-renderer-in-the-source-code)
- [Svelte Compiler under the hood](https://www.reddit.com/r/sveltejs/comments/fip2i4/how_the_svelte_compiler_works/)
### Third Party Js Applications(Widget)
## Testing
- [Consumer Driven Contract Testing](https://www.youtube.com/watch?v=1-PPN4IzluM)
- [Mocking is a code smell](https://medium.com/javascript-scene/mocking-is-a-code-smell-944a70c90a6a)
- [AssertJs Panel Discussion on Testing](https://www.youtube.com/watch?v=ltzNIOF_L3E)
- [Testing Javascript](https://testingjavascript.com/)
- [Quick intro to Property Based Testing](https://spin.atomicobject.com/2017/11/02/property-based-testing-javascript/)
## Documentation
[Data Flow Digram](https://www.lucidchart.com/pages/data-flow-diagram)
### Apis
- [Apis You wont Hate By Phil](https://apisyouwonthate.com/books/build-apis-you-wont-hate.html)
### Graphql
### Grpc
### Devops
- [Kubernetes](https://github.com/kelseyhightower/kubernetes-the-hard-way)
- [Infrastructure As Code](https://github.com/Artemmkin/infrastructure-as-code-tutorial)
### Kafka
- [The Definitive Guide](https://www.oreilly.com/library/view/kafka-the-definitive/9781491936153/)
- [GEtting started with Kafka](https://www.pluralsight.com/courses/apache-kafka-getting-started)
### Databases
- [Seven Database in Seven Weeks](https://www.amazon.com/Seven-Databases-Weeks-Modern-Movement/dp/1934356921)
- [Mongodb University](https://university.mongodb.com/)
## Technical Leadership and Effectivness
- [Learn from Marcus](https://marcusblankenship.com/learn/)
- [The Passionate Programmer](https://www.goodreads.com/book/show/6399113-the-passionate-programmer)
- [How to manage programmers](https://www.youtube.com/watch?v=NPlMcUxFOlY&t=111s)
- [Technical Debt](http://wiki.c2.com/?TechnicalDebt)
- [Pick Yourself Up](https://medium.freecodecamp.org/one-way-to-greatness-pick-yourself-31945487731b)
-[Become a better Programmer](https://www.amazon.com/Becoming-Better-Programmer-Handbook-People/dp/1491905530)
- [How to be a tech Lead](https://leanpub.com/how-to-be-a-tech-lead/)
- [Atomic Habits](https://www.amazon.com/Atomic-Habits-Proven-Build-Break/dp/0735211299)