{"id":22087827,"url":"https://github.com/kasir-barati/the-pragmatic-programmer","last_synced_at":"2026-04-29T09:05:38.704Z","repository":{"id":40625405,"uuid":"494765311","full_name":"kasir-barati/the-pragmatic-programmer","owner":"kasir-barati","description":"How to be a Pragmatic Programmer","archived":false,"fork":false,"pushed_at":"2026-04-11T10:03:34.000Z","size":234,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-11T12:07:26.591Z","etag":null,"topics":["documentation","gh-pages","github","markdown","the-pragmatic-progrmmer"],"latest_commit_sha":null,"homepage":"https://kasir-barati.github.io/the-pragmatic-programmer/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kasir-barati.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-21T11:35:25.000Z","updated_at":"2026-04-11T10:03:38.000Z","dependencies_parsed_at":"2024-04-06T03:27:51.257Z","dependency_job_id":"573a2aec-fab9-4d1c-988e-d06d68e955af","html_url":"https://github.com/kasir-barati/the-pragmatic-programmer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kasir-barati/the-pragmatic-programmer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasir-barati%2Fthe-pragmatic-programmer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasir-barati%2Fthe-pragmatic-programmer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasir-barati%2Fthe-pragmatic-programmer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasir-barati%2Fthe-pragmatic-programmer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kasir-barati","download_url":"https://codeload.github.com/kasir-barati/the-pragmatic-programmer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasir-barati%2Fthe-pragmatic-programmer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32418203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","gh-pages","github","markdown","the-pragmatic-progrmmer"],"created_at":"2024-12-01T02:06:45.055Z","updated_at":"2026-04-29T09:05:38.699Z","avatar_url":"https://github.com/kasir-barati.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Customize your dev env\n\n- [`pnpm` config](../customize-your-dev-env/pnpm/config.md).\n- [VSCode extensions](../customize-your-dev-env/vscode/extensions.md).\n- [VSCode settings](../customize-your-dev-env/vscode/settings.md).\n- [Chrome](../customize-your-dev-env/chrome.md).\n- [Postman](../customize-your-dev-env/postman.md).\n- [Steps I take after installing Manjaro](../customize-your-dev-env/pure-manjaro-installed.md).\n- [Configuring vim](../customize-your-dev-env/vimrc.md).\n\n### Customized scripts\n\n- [`my-create-angular-app`](../customize-your-dev-env/my-create-angular-app.md).\n- [`my-create-react-app`](../customize-your-dev-env/my-create-react-app.md).\n- [`my-nest`](../customize-your-dev-env/my-nest.md).\n- [`my-next`](../customize-your-dev-env/my-next.md).\n- [`my-touch`](../customize-your-dev-env/my-touch.md).\n\n## General\n\n- `sudo apt update \u0026\u0026 sudo apt install zsh git curl -y` and [then](https://ohmyz.sh/#install):\n\n  [VSCode](https://stackoverflow.com/a/65578052/8784518).\n\n  Paste this in your `~/.zshrc`:\n\n  ```cmd\n  export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH\n  export NVM_DIR=\"$HOME/.nvm\"\n  [ -s \"$NVM_DIR/nvm.sh\" ] \u0026\u0026 \\. \"$NVM_DIR/nvm.sh\"\n  [ -s \"$NVM_DIR/bash_completion\" ] \u0026\u0026 \\. \"$NVM_DIR/bash_completion\"\n  ```\n\n- [After installing apps](../general/after-installing-apps.md).\n- [Work with images](../general/img.md).\n- [`ffmpeg`](../general/ffmpeg.md).\n- [ssd](../general/ssd.md).\n- Git\n  - [Squash All Commits](../git/README.md).\n\n## Manjaro\n\n- [Common stuff](../manjaro/README.md).\n- [Jekyll](../manjaro/jekyll/README.md).\n- [musicplayer moc](../manjaro/musicplayer%20moc/README.md).\n- [pcmanfm](../manjaro/pcmanfm/README.md).\n- [ranger](../manjaro/ranger/README.md).\n\n## Refactoring\n\n- [Refactoring tips](../refactor/README.md).\n  - [VSCode](../refactor/VSCode.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasir-barati%2Fthe-pragmatic-programmer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkasir-barati%2Fthe-pragmatic-programmer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasir-barati%2Fthe-pragmatic-programmer/lists"}