Sublime
An inspiration engine for ideas
Practical Object-Oriented Design in Ruby: An Agile Primer (Addison-Wesley Professional Ruby Series)
amazon.com
Software Craftsman, The: Professionalism, Pragmatism, Pride (Robert C. Martin Series)
amazon.com
Essential tooling for a modern monorepo setup:
- Bun (dependency manager & runtime)
- Turborepo (task runner & caching)
- Biome (linter, formatter, type-checker)
Pontus Abrahamsson โ oss/accx.com
The DevOps Handbook: How to Create World-Class Agility, Reliability, and Security in Technology Organizations
Gene Kim, Patrick Debois, Jez Humble, John Willis
amazon.com
Learn it this way (resources below)๐๐ป
- Pick a language
- Object Oriented Programming
- Design basics (DRY, KISS, LoD)
- SOLID Principles
- UML Diagrams (Class, UseCase, Sequence, Activity, State Machine)
- Creational Design Pattern (Singleton,... See more
Tanay โ oss/accx.com
Colocating by feature was a recent change i introduced and will continue doing from now on in all of my courses.
Not only does it make more sense, it also introduces a consistent structure throughout the project.
But it is more than just having structure for the sake of it, take a look at... See more
