Skip to content

Instantly share code, notes, and snippets.

View andremacdowell's full-sized avatar
🏠
Working from home

André MacDowell andremacdowell

🏠
Working from home
View GitHub Profile
@andremacdowell
andremacdowell / new_wsl_image.md
Last active November 28, 2024 19:06
WSL2 setup after nuking Ubuntu

New WSL2 image

Some packages whould be installed in the host machine before starting, such as:

  • Visual Studio Code
  • Git for Windows
  1. Update your base packages
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update && sudo apt-get upgrade
@andremacdowell
andremacdowell / important_books.md
Last active September 14, 2018 19:42
Books that I find important

Tech

  1. Domain Driven Design - Eric Evans
  2. Test Driven Development: By Example - Kent Beck
  3. Refactoring: Improving the Design of Existing Code - Martin Fowler e Kent Beck
  4. Extreme Programming Explained: Embrace Change - Kent Beck
  5. Implementation Patterns - Kent Beck
  6. Clean Code - Robert Martin
  7. The Pragmatic Programmer: From Journeyman to Master - Andrew Hunt e David Thomas

Management, Projects and Organizations