dumping ground
dernière modification le
Une collection de liens à garder sous la main (articles à lires, ressources utiles pour les projets en cours, etc.) que je n'ai pas encore pris le temps de trier.
- Premiers pas avec un VPS
- Complete VPS Setup Guide - Ubuntu Server
- Developer philosophy
- How to Build Good Software
- Ratchets in software development
- Write Like A Programmer
- Goodbye, Clean Code
- The Wrong Abstraction
- 99 Bottles of OOP - 2nd Edition
- Extreme Programming Explained: Embrace Change - Kent Beck, Cynthia Andres
- Essential Scrum: A Practical Guide to the Most Popular Agile Process - Kenneth S. Rubin
- Agile Estimating and Planning - Mike Cohn
- AI Engineering: Building Applications with Foundation Models - Chip Huyen
- Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People - Aditya Y. Bhargava
- Design It! - Michael Keeling
- Head First Software Architecture: A Learner's Guide to Architectural Thinking - Raju Gandhi, Mark Richards, Neal Ford
- Designing Data-Intensive Applications - Martin Kleppmann
- Tidy First?: A Personal Exercise in Empirical Software Design - Kent Beck
- Software Architecture: The Hard Parts: Modern Trade-Off Analyses for Distributed Architectures - Neal Ford, Mark Richards, Pramod J. Sadalage, Zhamak Dehghani
- Semantic Software Design: A New Theory and Practical Guide for Modern Architects - Eben Hewitt
- Fundamentals of Software Architecture: An Engineering Approach - Mark Richards, Neal Ford
- Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design - Michael J. Hernandez
- Refactoring Databases: Evolutionary Database Design - Scott W. Amber, Pramod J. Sadalage
- Learning Domain-Driven Design: Aligning Software Architecture and Business Strategy - Vladik Khononov
- Domain-Driven Design: Tackling Complexity in the Heart of Software - Eric Evans
- Patterns Principles and Practices of Domain Driven Design - Scott Millett, Nick Tune
- Working Effectively with Legacy Code - Michael C. Feathers
- Refactoring: Improving the Design of Existing Code - Martin Fowler
- The Rules of Programming: How to Write Better Code - Chris Zimmerman
- Building Micro-Frontends: Scaling Teams and Projects, Empowering Developers - Luca Mezzalira
- Responsible JavaScript - Jeremy Wagner
- Exploring JavaScript (ES2025) - Axel Rauschmayer
- Exploring TypeScript - Axel Rauschmayer
- Web Scalability for Startup Engineers - Artur Ejsmont
- Explain the Cloud Like I'm 10 - Todd Hoff
- Growing Object-Oriented Software, Guided by Tests - Steve Freeman, Nat Pryce
- Test-Driven Development: By Example - Kent Beck