Giter VIP home page Giter VIP logo

my-development-setup's Introduction

Hi, I am a Web Developer based in Frankfurt am Main (Germany), passionate about developing visually appealing, user friendly and accessible websites and web applications, libraries and design systems.

I work a lot with:

  • 📐 Markup (HTML, JSX) · Styling (CSS, SASS, JSS, Tailwind) · Programing Languages (JavaScript, TypeScript)
  • 🌟 React & Next.js · Angular · Vue.js & Nuxt
  • 🔨 Unit & Integration Testing (Jest, Jasmine) · End-to-End Testing (Cypress, Playwright, Puppeteer)
  • ❤️ User Experience (Usability, Visual Design, Accessibility, Performance)
  • 🔧 Version Control (Git, Git Flow) · CI / CD (GitHub Actions, GitLab) · Code Quality (ESLint, Prettier)
  • 📎 Technical Documentation · SCRUM & Kanban

my-development-setup's People

Contributors

dominique-mueller avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

my-development-setup's Issues

Add set-upstream alias

alias.set-upstream=!git branch --set-upstream-to=origin/`git symbolic-ref --short HEAD`

Add vscode configuration

{

    // Window
    "window.menuBarVisibility": "toggle",
    "window.newWindowDimensions": "maximized",

    // Editor
    "editor.detectIndentation": false,
    "editor.fontSize": 13,
    "editor.lineHeight": 19,
    "editor.formatOnSave": false,
    "editor.rulers": [
        140
    ],
    "editor.roundedSelection": false,
    "editor.renderIndentGuides": false,
    "editor.tabSize": 2,
    "editor.minimap.enabled": true,
    "editor.wordWrap": "on",

    // Explorer
    "explorer.openEditors.visible": 0,
    "explorer.confirmDragAndDrop": false,

    // Workbench
    "workbench.colorTheme": "Oceanic Next (dimmed bg)",
    "workbench.iconTheme": "vs-seti",
    "workbench.statusBar.feedback.visible": false,

    // Terminal
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
    "terminal.integrated.scrollback": 100000,
    "terminal.integrated.cursorBlinking": true,

    // Insert new line
    "files.insertFinalNewline": true,
    "files.trimTrailingWhitespace": true,

    // HTML
    "html.format.indentInnerHtml": true,
    "html.format.endWithNewline": true,
    "html.format.wrapLineLength": 140,

    // TypeScript
    "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true,
    "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
    "typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true,
    "typescript.format.insertSpaceAfterTypeAssertion": true,
    "typescript.preferences.quoteStyle": "single",
    "typescript.preferences.importModuleSpecifier": "relative",

    // JavaScript
    "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true,
    "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
    "javascript.preferences.quoteStyle": "single",
    "javascript.preferences.importModuleSpecifier": "relative",

    // TSlint
    "tslint.autoFixOnSave": true,
    "tslint.alwaysShowStatus": true,
    "tslint.jsEnable": true,

    // TODO highlight
    "todohighlight.isCaseSensitive": false,

    // TODO tree
    "todo-tree.expanded": true,
    "todo-tree.flat": true,

    // Document This
    "docthis.includeMemberOfOnClassMembers": false,
    "docthis.includeMemberOfOnInterfaceMembers": false,
    "docthis.includeTypes": false,

    // Git Lens
    "gitlens.keymap": "alternate",
    "gitlens.advanced.messages": {
      "suppressCommitHasNoPreviousCommitWarning": false,
      "suppressCommitNotFoundWarning": false,
      "suppressFileNotUnderSourceControlWarning": false,
      "suppressGitVersionWarning": false,
      "suppressLineUncommittedWarning": false,
      "suppressNoRepositoryWarning": false,
      "suppressResultsExplorerNotice": false,
      "suppressShowKeyBindingsNotice": true
    },
    "gitlens.historyExplorer.enabled": true
  }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.