Patrick
Member since Mar 8, 2017
- Profile: /members/13460-patrick.htm
- Comments: 2
Recent Blog Comments By Patrick
-
Interactive Git Rebase: Moving White-Space Changes To An Isolated Commit
Posted on Jan 2, 2018 at 11:02 AM
Jesus Christ. This really feels like it should be scriptable, which would be awesome for git tools and plugins: - Start the rebase - Pick the last commit - or why not all since the last push? - For each commit, split the hunks and check each whether it is a whitespace-only change or not and accept ... read more »
-
Hello World: Concurrency In Node.js Using The Cluster Module
Posted on Mar 8, 2017 at 3:50 AM
I like find it particularly interesting as a first step to scalability with docker: You can start by using node clusters inside a single container, before you have to start clustering containers themselves via swarm or other orchestration tools. Quick and easy way of squeezing some extra resources ... read more »