{"id":14063010,"url":"https://github.com/dominique-mueller/my-development-setup","last_synced_at":"2025-03-23T07:33:55.426Z","repository":{"id":66237585,"uuid":"123697806","full_name":"dominique-mueller/my-development-setup","owner":"dominique-mueller","description":"My personal development setup, for Frontend Development on Windows.","archived":false,"fork":false,"pushed_at":"2023-10-09T22:54:12.000Z","size":84,"stargazers_count":7,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-12T08:23:57.189Z","etag":null,"topics":["chrome","conemu","development","environment","frontend","git","node","npm","powershell","setup","vscode","windows"],"latest_commit_sha":null,"homepage":"","language":null,"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/dominique-mueller.png","metadata":{"files":{"readme":"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}},"created_at":"2018-03-03T14:11:22.000Z","updated_at":"2023-05-12T20:54:44.000Z","dependencies_parsed_at":"2024-04-10T16:40:29.614Z","dependency_job_id":"6e9e9374-4dbf-4901-9d53-5e2d6c65256c","html_url":"https://github.com/dominique-mueller/my-development-setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominique-mueller%2Fmy-development-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominique-mueller%2Fmy-development-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominique-mueller%2Fmy-development-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominique-mueller%2Fmy-development-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dominique-mueller","download_url":"https://codeload.github.com/dominique-mueller/my-development-setup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221847126,"owners_count":16890975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chrome","conemu","development","environment","frontend","git","node","npm","powershell","setup","vscode","windows"],"created_at":"2024-08-13T07:02:58.947Z","updated_at":"2025-03-23T07:33:55.406Z","avatar_url":"https://github.com/dominique-mueller.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# My Development Setup\n\nMy personal development setup, for Frontend Development on Windows.\n\n\u003c/div\u003e\n\n\u003cbr\u003e\u003cbr\u003e\n\n## Code Editor: [Visual Studio Code](https://code.visualstudio.com/)\n\nLightweight Code Editor, focused on and optimized for web development.\n\nIf I have to look into code other than Frontend, I usually install and use\n**[IntelliJ](https://www.jetbrains.com/de-de/idea/download/#section=windows)** for that.\n\n\u003cbr\u003e\n\n### Theme\n\nI am currently using my own custom theme **[Deep Ocean](https://marketplace.visualstudio.com/items?itemName=itsdevdom.theme-deep-ocean)**\nwhich is based on the Oceanic Next color palette! It's simple, it's dark - it's fantastic!\n\n\u003cbr\u003e\n\n### Font\n\nI am currently using the **[MonoLisa](https://www.monolisa.dev/)** font (paid) and I really do enjoy it a lot. If you are looking for an\nalternative, I can highly recommend Microsoft's **[Cascadia Code](https://github.com/microsoft/cascadia-code)** font (free).\n\n\u003cbr\u003e\n\n### Extensions\n\nThe following are my must-have extensions for all kinds of web development. Depending on the project I'm currently working on, I usually\ndisable some extensions (e.g. depending on used Framework, styling or tools).\n\n| Extension                                                                                                                                     | Description                                                    |\n| --------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |\n| **[Angular Language Service](https://marketplace.visualstudio.com/items?itemName=Angular.ng-template)**                                       | Support for Angular                                            |\n| **[Auto Close Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag)**                                        | Automatically close paired HTML / XML / JSX tags               |\n| **[Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments)**                                         | Improved code comment colorization                             |\n| **[Cloak](https://marketplace.visualstudio.com/items?itemName=johnpapa.vscode-cloak)**                                                        | Hide secrets in env files                                      |\n| **[Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker)**                           | Spell Checking (English Language included)                     |\n| **[Code Spell Checker (German)](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker-german)**           | Spell Checking for German Language                             |\n| **[CodeMetrics](https://marketplace.visualstudio.com/items?itemName=kisstkondoros.vscode-codemetrics)**                                       | Code complexity computation in JavaScript / TypeScript         |\n| **[Color Highlight](https://marketplace.visualstudio.com/items?itemName=naumovs.color-highlight)**                                            | Highlight colors                                               |\n| **[Deep Ocean Theme](https://marketplace.visualstudio.com/items?itemName=itsdevdom.theme-deep-ocean)**                                        | Color Theme                                                    |\n| **[DotENV](https://marketplace.visualstudio.com/items?itemName=mikestead.dotenv)**                                                            | Support for dotenv file syntax                                 |\n| **[EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)**                                             | Apply settings defined in .editconfig file                     |\n| **[Error Lens](https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens)**                                                    | Improve error and warning highlighting                         |\n| **[ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)**                                                      | ESLint support                                                 |\n| **[GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot)**                                                      | GitHub Copilot                                                 |\n| **[GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat)**                                            | GitHub Copilot Chat                                            |\n| **[Git History](https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory)**                                                | Enhanced Git                                                   |\n| **[GitHub Markdown Preview (Extension Pack)](https://marketplace.visualstudio.com/items?itemName=bierner.github-markdown-preview)**           | Markdown Preview, using the Github Theme                       |\n| **[GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)**                                                            | Enhanced Git                                                   |\n| **[Guides](https://marketplace.visualstudio.com/items?itemName=spywhere.guides)**                                                             | Indentation guide lines                                        |\n| **[i18n Ally](https://marketplace.visualstudio.com/items?itemName=lokalise.i18n-ally)**                                                       | Tooling for i18n (e.g. message preview, completion statistics) |\n| **[Image Preview](https://marketplace.visualstudio.com/items?itemName=kisstkondoros.vscode-gutter-preview)**                                  | Image previews within gutter                                   |\n| **[IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode)**                                 | AI-assist                                                      |\n| **[IntelliCode API Usage Examples](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.intellicode-api-usage-examples)** | Code examples                                                  |\n| **[IntelliCode Completions](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode-completions)**         | AI-driven code completions                                     |\n| **[JSON5 Syntax](https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5)**                                                   | JSON5 language support                                         |\n| **[Kubernetes](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools)**                             | Kubernetes support                                             |\n| **[Live Share](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare)**                                              | Real-time collaboration                                        |\n| **[MDX](https://marketplace.visualstudio.com/items?itemName=silvenon.mdx)**                                                                   | MDX language support                                           |\n| **[Open in Browser](https://marketplace.visualstudio.com/items?itemName=techer.open-in-browser)**                                             | Open HTML files in browser(s)                                  |\n| **[Partial Diff](https://marketplace.visualstudio.com/items?itemName=ryu1kn.partial-diff)**                                                   | Diffing tool                                                   |\n| **[Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)**                                                    | Prettier support                                               |\n| **[px to rem \u0026 rpx \u0026 vw (cssrem)](https://marketplace.visualstudio.com/items?itemName=cipchk.cssrem)**                                        | Easily convert between absolute and relative CSS units         |\n| **[Sass](https://marketplace.visualstudio.com/items?itemName=Syler.sass-indented)**                                                           | SASS language support                                          |\n| **[Sort JS object keys](https://marketplace.visualstudio.com/items?itemName=zengxingxin.sort-js-object-keys)**                                | Quickly sort JS objects by key                                 |\n| **[Sort JSON objects](https://marketplace.visualstudio.com/items?itemName=richie5um2.vscode-sort-json)**                                      | Quickly sort JSON objects by key                               |\n| **[Sort lines](https://marketplace.visualstudio.com/items?itemName=Tyriar.sort-lines)**                                                       | Quickly sort lines in different ways / by different criteria   |\n| **[Stylelint](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint)**                                               | Stylelint support                                              |\n| **[Sync Scroll](https://marketplace.visualstudio.com/items?itemName=dqisme.sync-scroll)**                                                     | Synchronize scolling across editor tabs                        |\n| **[TODO Highlight](https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight)**                                         | Highlight TODOs, FIXMEs and similar comments                   |\n| **[Todo Tree](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree)**                                                    | Panel listing all TODO comments                                |\n| **[Total TypeScript](https://marketplace.visualstudio.com/items?itemName=mattpocock.ts-error-translator)**                                    | Improved TypeScript error messages                             |\n| **[Trailing Spaces](https://marketplace.visualstudio.com/items?itemName=shardulm94.trailing-spaces)**                                         | Highlighting and auto-removal of trailing spaces               |\n| **[TypeScript Explorer](https://marketplace.visualstudio.com/items?itemName=mxsdev.typescript-explorer)**                                     | Provides full type information                                 |\n| **[TypeScript Interface Sorter](https://marketplace.visualstudio.com/items?itemName=zhihaocui.ts-interface-sorter)**                          | Sort TypeScript interfaces                                     |\n| **[Version Lens](https://marketplace.visualstudio.com/items?itemName=pflannery.vscode-versionlens)**                                          | Dependency version infos in `package.json`                     |\n| **[Vue](https://marketplace.visualstudio.com/items?itemName=Vue.volar)**                                                                      | Support for Vue                                                |\n| **[XML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-xml)**                                                              | XML language support                                           |\n| **[YAML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml)**                                                            | YAML language support                                          |\n\n\u003cbr\u003e\n\n### Settings\n\nThe following are my settings (includes settings for extensions, theme, font, ...):\n\n```json\n{\n  \"[markdown]\": {\n    \"editor.wordWrap\": \"off\"\n  },\n  \"breadcrumbs.enabled\": false,\n  \"debug.javascript.codelens.npmScripts\": \"never\",\n  \"editor.codeActionsOnSave\": {\n    \"source.fixAll.eslint\": \"explicit\"\n  },\n  \"editor.defaultFormatter\": \"esbenp.prettier-vscode\",\n  \"editor.fontFamily\": \"'MonoLisa', Consolas, 'Courier New', monospace\",\n  \"editor.fontSize\": 13,\n  \"editor.guides.highlightActiveIndentation\": false,\n  \"editor.guides.indentation\": false,\n  \"editor.lineHeight\": 22,\n  \"editor.linkedEditing\": true,\n  \"editor.minimap.maxColumn\": 140,\n  \"editor.multiCursorLimit\": 100000,\n  \"editor.rulers\": [140],\n  \"editor.tabSize\": 2,\n  \"explorer.confirmDragAndDrop\": false,\n  \"extensions.ignoreRecommendations\": true,\n  \"files.insertFinalNewline\": true,\n  \"files.trimTrailingWhitespace\": true,\n  \"gitlens.codeLens.enabled\": false,\n  \"gitlens.currentLine.enabled\": false,\n  \"i18n-ally.annotationInPlace\": false,\n  \"javascript.preferences.importModuleSpecifier\": \"relative\",\n  \"javascript.updateImportsOnFileMove.enabled\": \"always\",\n  \"markdown-preview-github-styles.colorTheme\": \"light\",\n  \"prettier.printWidth\": 140,\n  \"prettier.singleQuote\": true,\n  \"terminal.integrated.cursorBlinking\": true,\n  \"terminal.integrated.scrollback\": 100000,\n  \"totalTypeScript.hideAllTips\": true,\n  \"tsInterfaceSorter.emptyLineBetweenProperties\": false,\n  \"typescript.preferences.importModuleSpecifier\": \"relative\",\n  \"typescript.updateImportsOnFileMove.enabled\": \"always\",\n  \"window.newWindowDimensions\": \"maximized\",\n  \"workbench.colorTheme\": \"Deep Ocean\",\n  \"workbench.editor.closeOnFileDelete\": true,\n  \"workbench.editor.decorations.badges\": false,\n  \"workbench.startupEditor\": \"none\",\n  \"workbench.tips.enabled\": false,\n  \"workbench.tree.indent\": 13\n}\n```\n\n\u003cbr\u003e\n\n### Keybindings\n\nThe following are my keyboard shortcuts:\n\n```json\n[\n  {\n    \"key\": \"ctrl+shift+space\",\n    \"command\": \"editor.action.commentLine\",\n    \"when\": \"editorTextFocus \u0026\u0026 !editorReadonly\"\n  },\n  {\n    \"key\": \"ctrl+shift+alt+f4\",\n    \"command\": \"workbench.action.reloadWindow\"\n  }\n]\n```\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\n## Console: [ConEmu](https://conemu.github.io/en/Downloads.html) running [PowerShell](https://www.microsoft.com/store/productId/9MZ1SNWT0N5D)\n\nConEmu is a terminal wrapper application, adding useful features and customizations. Most interestingly, multiple consoles (even of\ndifferent types) can run in the same window via a tab interface, and even be arranged in a single split-view.\n\n\u003e [Windows Terminal](https://www.microsoft.com/store/productId/9N0DX20HK701) kinda goes into a similar direction, but is missing the same\n\u003e level of split-view customization (e.g. freely movable borders, vertical split-views). So it's not a replacement / better alternative\n\u003e (yet).\n\n\u003cbr\u003e\n\n### ConEmu Settings\n\nAt \"General\",\n\n- find \"Choose color scheme\", then select \"Twilight\"\n\nAt \"Startup\",\n\n- find \"Specific named task\", and make sure that \"PowerShell\" is selected\n\nAt \"Startup\" \u003e \"Tasks\", find the Powershell tasks and\n\n- enable both \"Default task for new console\" and \"Default shell\"\n- update the \"Commands\" to use \"pwsh.exe\"\n- click \"Startup dir...\" and select your projects folder\n\n\u003cbr\u003e\n\n### PowerShell Settings\n\nAuto-complete based on command history can be enabled in PowerShell.\n\nOpen PowerShell profile file (will be created if it does not exist):\n\n```powershell\nNotepad $profile\n```\n\nAdd following configuration:\n\n```powershell\n# Autocomplete based on history, via arrow keys\nSet-PSReadlineKeyHandler -Key UpArrow -Function HistorySearchBackward\nSet-PSReadlineKeyHandler -Key DownArrow -Function HistorySearchForward\n```\n\n\u003cbr\u003e\n\n### PowerShell Extension: [PoshGit](https://github.com/dahlbyk/posh-git) for PowerShell\n\nDisplays additional Git status information (e.g. current branch, changes) within the PowerShell at the beginning of lines. Git, obviously,\nneeds to be installed upfront.\n\nRun the following commands within a PowerShell:\n\n```powershell\nPowerShellGet\\Install-Module posh-git -Scope CurrentUser -Force\nAdd-PoshGitToProfile -AllHosts\n```\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\n## Version Control: [Git](https://git-scm.com/)\n\nVersion Control Software, accessibly via command line.\n\n\u003cbr\u003e\n\n### Settings\n\nLook at the current configuration using:\n\n```bash\ngit config --global --list\n```\n\nAdd options using:\n\n```bash\ngit config --global user.name \u003cNAME\u003e\ngit config --global user.email \u003cEMAIL\u003e\ngit config --global core.ignorecase false # act case sensitive\ngit config --global status.showUntrackedFiles all # show indivisual files in untracked directories\ngit config --global push.default current # push new branches to origin by default\ngit config --global push.autoSetupRemote true # auto-track branches pushed to origin\ngit config --global credential.helper wincred # Remember credentials via Windows\n```\n\n\u003e Also read **[Better Git configuration](https://blog.scottnonnenberg.com/better-git-configuration/)**.\n\n\u003cbr\u003e\n\n### Commit Signing with GPG\n\nSometimes it is a good idea / might be required to setup **[Commit Signing via GPG](https://help.github.com/articles/signing-commits-with-gpg/)**.\n\nAfter installing **[GNU (for Windows)](https://gnupg.org/download/)**, continue **[generating a new GPG key and make it available to GitHub](https://help.github.com/articles/generating-a-new-gpg-key/)**. Then, use the following coniguration for Git:\n\n```conf\nuser.signingkey=\u003cKEY\u003e\ncommit.gpgsign=true\ngpg.program=C:\\Program Files (x86)\\GnuPG\\bin\\gpg.exe\n```\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\n## Runtime: [NodeJS](https://nodejs.org/)\n\nI manage multiple NodeJS versions via **[Volta](https://github.com/volta-cli/volta)**, a tool that's very similar to nvm but also runs\nproperly on Windows.\n\nPre-requisite: Enable Developer Mode in the Settings app under \"Privacy \u0026 security\" \u003e \"For developers\".\n\nInstall preferred Node.js version:\n\n```bash\nvolta install node@\u003cVERSION\u003e\n```\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\n## Browser: [Google Chrome](https://www.google.de/chrome/index.html)\n\nPrimary browser for development purposes.\n\n\u003cbr\u003e\n\n### Extensions\n\nThe following are my must-have extensions for Frontend development in general. Depending on the project I am currently working on, I\nsometimes disable some extensions.\n\n| Extension                                                                                                                         | Description                                                 |\n| --------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |\n| **[Augury](https://chrome.google.com/webstore/detail/augury/elgalmkoelokbchhkhacckoklkejnhcd)**                                   | Adds tools for debugging and profiling Angular applications |\n| **[aXe](https://chrome.google.com/webstore/detail/axe/lhdoppojpmngadmnindnejefpokejbdd)**                                         | Adds tools for accessibility testing                        |\n| **[Baseliner](https://chrome.google.com/webstore/detail/baseliner/agoopbiflnjadjfbhimhlmcbgmdgldld)**                             | Show lines for vertical rhythm                              |\n| **[ChromeLens](https://chrome.google.com/webstore/detail/chromelens/idikgljglpfilbhaboonnpnnincjhjkd)**                           | Simulates visual impairments                                |\n| **[ColorZilla](https://chrome.google.com/webstore/detail/colorzilla/bhlhnicpbhignbdhedgjhgdocnmhomnp)**                           | Color Picker                                                |\n| **[Contributors on GitHub](https://chrome.google.com/webstore/detail/contributors-on-github/cjbacdldhllelehomkmlniifaojgaeph)**   | Shows contribution details on GitHub PRs                    |\n| **[Dimensions](https://chrome.google.com/webstore/detail/dimensions/baocaagndhipibgklemoalmkljaimfdj)**                           | Measure dimensions of elements on hover                     |\n| **[Feature Queries Manager](https://chrome.google.com/webstore/detail/feature-queries-manager/fbhgnconlfgmienbmpbeeenffagggonp)** | Manage CSS feature queries                                  |\n| **[Fireshot](https://chrome.google.com/webstore/detail/take-webpage-screenshots/mcbpblocgmgfnpjjppndjkmgjaogfceg)**               | Makes full-sized screenshots                                |\n| **[Mindful](https://chrome.google.com/webstore/detail/mindful-beta/cieekmjjdkckhpidgaffphlaljdfhhab)**                            | Shows a beautiful notepad as the new tab page               |\n| **[JSON Formatter](https://chrome.google.com/webstore/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa)**                   | Formats JSON files opened in the browser                    |\n| **[Pesticide](https://chrome.google.com/webstore/detail/pesticide-for-chrome/bblbgcheenepgnnajgfpiicnbbdmmooh)**                  | Shows elements outlines                                     |\n| **[GitHub Markdown Menu](https://chrome.google.com/webstore/detail/github-markdown-menu/jekgocfoijmbgcjejohdgmojaejofdpo)**       | Shows a markdown table of contents as a dropdown menu       |\n| **[React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi)**     | Adds tools for debugging and profiling React applications   |\n| **[Tab Size on GitHub](https://chrome.google.com/webstore/detail/tab-size-on-github/ofjbgncegkdemndciafljngjbdpfmbkn)**           | Decreases GitHub indentation wideness                       |\n| **[VisBug](https://chrome.google.com/webstore/detail/visbug/cdockenadnadldjbbgcallicgledbeoc)**                                   | Design debugging tools                                      |\n| **[Wappalyzer](https://chrome.google.com/webstore/detail/wappalyzer/gppongmhjkpfnbhagpmjfkannfbllamg)**                           | Detects technologies used by a website                      |\n| **[WAVE Evaluation Tool](https://chrome.google.com/webstore/detail/wave-evaluation-tool/jbbplnpkjmmeebjpijfedlgcdilocofh)**       | Adds tools for accessibility testing                        |\n| **[Web Developer](https://chrome.google.com/webstore/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm)**                     | Toolbar with various development helpers                    |\n| **[Web Vitals](https://chrome.google.com/webstore/detail/web-vitals/ahfhijdlegdabablpippeagghigmibma)**                           | Website health metrics                                      |\n| **[WhatFont](https://chrome.google.com/webstore/detail/whatfont/jabopobgcpjmedljpbcaablpmlmfcogm)**                               | Shows used font family on hover                             |\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\n## Other Software\n\nThe following is a list of further Software I usually get for development and testing purposes.\n\n\u003cbr\u003e\n\n### Browsers\n\n| Name                | Source                                                                                                                      | Description        |\n| ------------------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------ |\n| **Google Chrome**   | [Website](https://www.google.de/chrome/index.html)                                                                          | Primary browser    |\n| **Mozilla Firefox** | [Store](https://www.microsoft.com/store/productId/9NZVDKPMR9RD), [Website](https://www.mozilla.org/en-US/firefox/browsers/) | Additional browser |\n\n\u003cbr\u003e\n\n### Design\n\n| Name                  | Source                                                 | Description                              |\n| --------------------- | ------------------------------------------------------ | ---------------------------------------- |\n| **Figma**             | [Website](https://www.figma.com/de/downloads)          | Design, Wireframing, Prototyping         |\n| **Just Color Picker** | [Website](https://annystudio.com/software/colorpicker) | Global color picker                      |\n| **ScreenToGif**       | [Website](https://www.screentogif.com)                 | GIF screen recorder (e.g. for docs, PRs) |\n\n\u003cbr\u003e\n\n### Development Tools\n\n| Name                             | Source                                                             | Description                                            |\n| -------------------------------- | ------------------------------------------------------------------ | ------------------------------------------------------ |\n| **Notepad++**                    | [Website](https://notepad-plus-plus.org/downloads)                 | Universal file editor                                  |\n| **Postman**                      | [Website](https://www.getpostman.com)                              | HTTP API testing                                       |\n| **WinMerge**                     | [Website](https://winmerge.org)                                    | Compare files and folders                              |\n| **Fiddler Classic**              | [Website](https://www.telerik.com/fiddler/fiddler-classic)         | Analyze HTTP / HTTPS traffic, simulate corporate proxy |\n| **Firecamp**                     | [Website](https://firecamp.io)                                     | HTTP / GraphQL / WebSocket API testing                 |\n| **Hoppscotch (prev. Postwoman)** | [Website](https://hoppscotch.io)                                   | HTTP / WebSocket \u0026 SSE API testing                     |\n| **GitHub CLI**                   | [Website](https://cli.github.com/)                                 | GitHub CLI                                             |\n| **NVDA**                         | [Website](http://nvda.bhvd.de)                                     | Screenreader (for testing accessibility)               |\n| **FileZilla**                    | [Website](https://filezilla-project.org)                           | Simple FTP Client                                      |\n| **pgAdmin**                      | [Website](https://www.pgadmin.org/download/pgadmin-4-windows)      | PostgreSQL database tool                               |\n| **MongoDB Compass**              | [Website](https://www.mongodb.com/try/download/compass)            | MongoDB database tool                                  |\n| **MQTT Explorer**                | [Website](http://mqtt-explorer.com)                                | MQTT testing                                           |\n| **Docker Desktop**               | [Website](https://docs.docker.com/desktop/install/windows-install) | Docker container management                            |\n| **MiniKube**                     | [Website](https://minikube.sigs.k8s.io/docs)                       | Running Kubernetes clusters locally                    |\n| **kubectl**                      | [Website](https://kubernetes.io/docs/tasks/tools)                  | Manage Kubernetes clusters                             |\n| **k9s**                          | [Website](https://k9scli.io/)                                      | Manage Kubernetes clusters                             |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdominique-mueller%2Fmy-development-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdominique-mueller%2Fmy-development-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdominique-mueller%2Fmy-development-setup/lists"}