Skip to content

Instantly share code, notes, and snippets.

View Starraider's full-sized avatar

Sven K. Starraider

View GitHub Profile
@Starraider
Starraider / Linting-TYPO3.md
Last active May 25, 2021 05:34
Linting TYPO3 Extensions

Linting TYPO3 Extensions

General

TYPO3/coding-standards

Gives you PHP-CS-Fixer rules and .editorconfig for TYPO3 projects.

Installation

@Starraider
Starraider / best_node-modules.md
Last active June 15, 2021 14:44
Best Node modules to use in your projects

Best Node modules to use in your projects

commitlint

Commit Linter

yarn add @commitlint/config-conventional --dev
@Starraider
Starraider / Best_SEO-Extensions_for_TYPO3.md
Last active May 12, 2021 03:58
Best SEO-Extensions for TYPO3

Best SEO-Extensions for TYPO3

Meta-Data

1. seo

Adds basic SEO features to TYPO3. (sys extension)

Documentation

@Starraider
Starraider / How_to_use_webpack_in_TYPO3_projects.md
Created November 30, 2020 12:16
How to use webpack in TYPO3 projects
@Starraider
Starraider / vim_tips.md
Last active April 3, 2024 19:13
Tips & Tricks for Vim/NeoVim

Tips & Tricks for Vim/NeoVim

Keyboard Shortcuts

Be aware the following shortcuts are only working, if you have the plugins installed mentioned below.

In Command Mode:

:w              Save file

:w filename Save file under new filename

@Starraider
Starraider / VS-Code_Keyboard-Shortcuts.md
Last active April 17, 2022 09:53
Visual Studio Code Keyboard-Shortcuts

Visual Studio Code Keyboard-Shortcuts

Editor

key function
Select Code:
command+m+o Select outward
command+m+i Select inward
Edit Code:
@Starraider
Starraider / manage_Java.md
Last active September 11, 2020 14:50
How to manage your Java environments in MacOS

How to manage your Java environments in MacOS

If you are a developer you need sometimes a diferent version of the JDK. MacOS comes also with his own JDK. So, how can you manage all the installed JDKs?

jEnv

jEnv is a command line tool to help you forget how to set the JAVA_HOME environment variable.

Installation and Setup

@Starraider
Starraider / Modern_Command-Line-Tools.md
Last active July 30, 2022 03:27
Best Command-Line Tools

Modern Command-Line Tools

micro

micro is an editor for the command line, which is less complicated then vi(m)/emacs, but has more features then nano. It's somewhere in between.

Homepage

nnn

@Starraider
Starraider / TYPO3_console_commands.md
Last active August 27, 2020 02:16
Usefull TYPO3 console commands

Usefull TYPO3 console commands

TYPO3-Console documentation

Make an alias for the bash:

If you don't want to use /vendor/bin/ in front of typo3cms:

mcedit ~/etc/bash/profile
@Starraider
Starraider / ddev-commands.md
Last active August 26, 2020 05:21
Most important DDEV commands

Most important DDEV commands

Working with containers

Start a container:

ddev start

Stop a container: