Skip to content

Instantly share code, notes, and snippets.

View tastensolo's full-sized avatar

Marco tastensolo

  • Dresden
View GitHub Profile
@tastensolo
tastensolo / Teamwork.md
Last active May 8, 2019 12:43
How to deal with alternatives to Pair Programming that don’t require two people sitting together all the time?

Teamwork

Wann Pairprogramming ? Ziele des Pairprogramming alternativ erreichen?
Modus ideas
* Brainstorming
quality
* Geimeinsames Anforderungsmanagement
knowledge sharing
* Lösungsansätze diskutieren
productivity
* pragmatische Implementierung von Teilproblemen
enjoyment
* Gemeinsame Problemlösung und Wissensaustausch

Wie erreichen wir hohe Produktivität und Qualität bei verteiltem Wissen?

  • Teilprobleme in Teamarbeit lösen!

Teamanalyse

@tastensolo
tastensolo / ChartkickViewHelper.php
Created July 4, 2018 12:34
Create beautiful JavaScript charts with one line of FluidTYPO3
<?php
namespace TYPO3Fluid\Fluid\ViewHelpers;
use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
use TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithRenderStatic;
/**
* Create beautiful JavaScript charts
*
* = Examples =

Development

sequenceDiagram
    participant master
    participant feature
    master->feature: clone local and push to origin
    loop commit
        feature->feature: commit 1 ...
 feature-&gt;feature: commit 2 ...
@tastensolo
tastensolo / imageSort.sh
Last active December 30, 2020 05:20
sorts recursiv Images in folders named by EXIF-Date
#!/bin/bash
#
###############################################################################
# Photo sorting program by Mike Beach
# For usage and instructions, and to leave feedback, see
# http://mikebeach.org/?p=4729
#
# Last update: 20-January-2016 by tastensolo
###############################################################################
#