RampUp for systems with the mechanical sympathy
https://github.com/Scooletz/RampUp
https://github.com/Scooletz/RampUp
TL;DR
2016 has brought many changes. One of these is my remote position for Particular Software. This post will cover some of aspects of my working remotely and won’t cover me...
In the last entry I’ve shown how to create a PowerShell based git hook, passing following parameters to the hook for sake of validating it. The parameters were:
It’s time to provide some client-side hooks for our Git repository! Git hooks are stored in the .git directory under following path:
In the recent post I’ve shown the need of securing the development branch in GitFlow. The same should be applied to all release branches and hotfixes as well. To provide...
Some time ago I wrote a few entries about my attitude to the GitFlow and a small adjustment that can greatly reduce the possibility of breaking development/release branches. The main...
The majority of the developers do the enterprise related development. Probably, you’re one of them. Even if pet projects or OSS contributions are important to you, enterprise related development is...
There’s a project I’m working on, which provides a great study of legacy. Beside the code, there’s a database which frequently uses complex natural keys, consisting of various values. As modelling using...