Welcome to the Developer Book Club! We read and have weekly discussions about programming-related books
Domain-driven Design by Eric Evans
- The Art of Unit Testing by Roy Osherove
- ASP.NET Core in Action by Andrew Lock
- The Pragmatic Programmer by David Thomas, Andrew Hunt
- C# in Depth by Jon Skeet
- Entity Framework Core in Action by Jon P. Smith
- Refactoring by Martin Fowler
- React in Action by Mark Tielens Thomas
- Learn Windows PowerShell in a month of Lunches by Don Jones, Jeffery D. Hicks
- The Design of Web APIs by Arnaud Lauret
- API Security in Action by Neil Madden
- Functional Programming in C#: How to write better C# code by Erico Buonanno
- Microservices in .NET, Second Edition by Christian Horsdal Gammelgaard
- Microservices Patterns: With Examples in Java by Chris Richardson
- Machine Learning Bookcamp by Alexey Grigorev
- Dependency Injection: Principles, Practices, and Patterns by Steven van Deursen, Mark Seeman
- Clean Code: An Handbook of Agile Software Craftsmanship by Robert C. Martin
- Clean Architecture: A Craftsman's Guide to Software Structure and Design by Robert C. Martin
- Code Complete: A Practical Handbook of Software Construction by Steve McConnel
- Working Effectively with Legacy Code by Michael Feathers
- OAuth 2 in Action by Justin Richer, Antonio Sanso
- Design Patterns: Elements of Reusable Object-Oriented Software (Gang of Four) by Erich Gamme, Richard Helm, Ralph Johnson, John Vlissides
- Introduction to Algorithms, 3rd Edition by Thomas M. Cormen, Charles E. Levisseron, Ronald L. Rivest, Clifford Stein
- React Hooks in Action by John Larsen
- Real-World Functional Programming: With examples in F# and C# by Tomas Petricek, Jon Skeet
- Eloquent Javascript (Free) by Marijn Haverbeke
- Automate the Boring Stuff with Python (Free) by Al Sweigart
- Pro .NET Benchmarking: The Art of Performance Measurement by Andrey Akinshin
- Algorithms to Live By by Brian Christian, Tom Griffiths
- .NET Ecosystem
- C#
- Entity Framework
- ASP.NET
- React & JavaScript
- Web API Design
- Microservices
- Functional Programming
- Domain-Driven Design
- Machine learning
- Martin Fowler's Catalogue of Refactorings - helpful list of refactorings from Refactoring
- Regex Crossword - fun activity for practicing your Regex
- React in Action Codepens - examples from the book in a Codepen
- Immutability in React and Redux - informative blog post about how immutability works
- Project Euler - challenge questions for any programming language
- binarysearch.io - challenge questions that can be done live against other "players"
- OpenAPI Map - by the API Handyman (Arnaud Lauret), a site for discovering the OpenAPI Specification
- http://apistylebook.com/ - by the API Handyman (Arnaud Lauret), used to discover API style guides and topics from accross the internet