/talk-development-experience

The slides about DX, which describe the set of tips/tricks I prepared in my other repo

Primary LanguageJavaScriptMIT LicenseMIT

Improving yor Development eXperience

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.

Demo

Check presentation slides deployed to GitHub Pages.

Install

# Clone the repo
git clone git@github.com:8kto/talk-development-experience.git

# Install dependencies
cd talk-development-experience/
yarn 

Run

yarn develop # or `gatsby develop`