Recently I discovered a DX
term - which means Development eXpirience.
This all is about the stuff behind the code you're writing: physical and software environment, tooling and so on.
I was fascinated by this term, and pleasantly surprised because I've been collecting such tips/tricks/notes and environment adjustments for some time.
I'm going to share with you this gold reserve I accumulated and which I apply on every computers and OS I'm going to work with. My talk is about configuring your environment, as OS, terminal, profile, IDE. It also contains some tips and notes about useful hotkeys, which are must-known, I believe. I will skip the tips about hardware and healthy lifestyle because I'm not your fitness instructor and spiritual teacher ;)
All the snippets are available on my GitHub repo: https://github.com/8kto/dev-scritps.
Check presentation slides deployed to GitHub Pages.
# Clone the repo
git clone [email protected]:8kto/talk-development-experience.git
# Install dependencies
cd talk-development-experience/
yarn
yarn develop # or `gatsby develop`