An open API service indexing awesome lists of open source software.

https://github.com/kasir-barati/the-pragmatic-programmer

How to be a Pragmatic Programmer
https://github.com/kasir-barati/the-pragmatic-programmer

documentation gh-pages github markdown the-pragmatic-progrmmer

Last synced: about 2 months ago
JSON representation

How to be a Pragmatic Programmer

Awesome Lists containing this project

README

          

## Customize your dev env

- [`pnpm` config](../customize-your-dev-env/pnpm/config.md).
- [VSCode extensions](../customize-your-dev-env/vscode/extensions.md).
- [VSCode settings](../customize-your-dev-env/vscode/settings.md).
- [Chrome](../customize-your-dev-env/chrome.md).
- [Postman](../customize-your-dev-env/postman.md).
- [Steps I take after installing Manjaro](../customize-your-dev-env/pure-manjaro-installed.md).
- [Configuring vim](../customize-your-dev-env/vimrc.md).

### Customized scripts

- [`my-create-angular-app`](../customize-your-dev-env/my-create-angular-app.md).
- [`my-create-react-app`](../customize-your-dev-env/my-create-react-app.md).
- [`my-nest`](../customize-your-dev-env/my-nest.md).
- [`my-next`](../customize-your-dev-env/my-next.md).
- [`my-touch`](../customize-your-dev-env/my-touch.md).

## General

- `sudo apt update && sudo apt install zsh git curl -y` and [then](https://ohmyz.sh/#install):

[VSCode](https://stackoverflow.com/a/65578052/8784518).

Paste this in your `~/.zshrc`:

```cmd
export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
```

- [After installing apps](../general/after-installing-apps.md).
- [Work with images](../general/img.md).
- [`ffmpeg`](../general/ffmpeg.md).
- [ssd](../general/ssd.md).
- Git
- [Squash All Commits](../git/README.md).

## Manjaro

- [Common stuff](../manjaro/README.md).
- [Jekyll](../manjaro/jekyll/README.md).
- [musicplayer moc](../manjaro/musicplayer%20moc/README.md).
- [pcmanfm](../manjaro/pcmanfm/README.md).
- [ranger](../manjaro/ranger/README.md).

## Refactoring

- [Refactoring tips](../refactor/README.md).
- [VSCode](../refactor/VSCode.md).