Blog Archives

Design Patterns for Humans – An ultra-simplified explanation

Posted on February 19, 2017. Filed under: Uncategorized | Tags: , , , |

Design Patterns for Humans A topic that can easily make anyone’s mind wobble. Here I try to make them stick in to your mind (and maybe mine) by explaining them in the simplest way possible.

Read Full Post | Make a Comment ( Comments Off on Design Patterns for Humans – An ultra-simplified explanation )

GitHub Secrets

Posted on January 20, 2017. Filed under: Uncategorized | Tags: , , , |

GitHub Secrets Over the years we’ve added quite a bit of stuff to GitHub. Sometimes we ship huge features, sometimes we ship small, lesser-known bonus features. Let’s talk about some of those secret features you may not know about. See also: Checking out pull requests locally

Read Full Post | Make a Comment ( Comments Off on GitHub Secrets )

Git flow meta page

Posted on December 26, 2016. Filed under: Uncategorized | Tags: , , , |

A successful Git branching model by Vincent Driessen [nvie] In this post I present the development model that I’ve introduced for some of my projects (both at work and private) about a year ago, and which has turned out to be very successful. I’ve been meaning to write about it for a while now, but […]

Read Full Post | Make a Comment ( Comments Off on Git flow meta page )

shellcheck – an (online | cli) shell linter

Posted on November 17, 2016. Filed under: Uncategorized | Tags: , , , , |

shellcheck – a (online | cli) shell linter ShellCheck is… GPLv3: free as in freedom available on GitHub already packaged for your distro or package manager supported as an integrated linter in major editors available in CodeClimate and Codacy to auto-check your GitHub repo written in Haskell, if you’re into that sort of thing. Available […]

Read Full Post | Make a Comment ( Comments Off on shellcheck – an (online | cli) shell linter )

Write Perl XS modules in Swift

Posted on October 28, 2016. Filed under: Uncategorized | Tags: , , , |

github.com/my-mail-ru/swiftperl swiftperl is designed to provide an easy and smooth interoperability between Swift and Perl languages. The primary goal is to write XS modules for Perl entirely in Swift, though running Perl interpreter in Swift environment is also possible.

Read Full Post | Make a Comment ( Comments Off on Write Perl XS modules in Swift )

Getting to Travis and GitHub Pages Quickly

Posted on August 13, 2016. Filed under: Uncategorized | Tags: , , , , , |

Getting to Travis and GitHub Pages Quickly Often, when I’m working locally I like to bounce right over to a GitHub repository url to check something. I ended up writing a bit of code to make this easier. While I was at it, I decided it would be nice to have the same thing for […]

Read Full Post | Make a Comment ( Comments Off on Getting to Travis and GitHub Pages Quickly )

Testing Perl with Travis-CI

Posted on November 20, 2015. Filed under: Uncategorized | Tags: , , , , , , , , , , |

A post on perlmonks covered the setup for using Travis-CI to test perl packages hosted on Github. Includes a sample configuration file and output from a run. The author has made related posts to PerlMonks: RFC: Continuous Integration (CI) for your CPAN modules (for free!) Automate multi-perl unit testing with Perlbrew/Berrybrew

Read Full Post | Make a Comment ( Comments Off on Testing Perl with Travis-CI )

A Simple dist.ini for Dist::Zilla

Posted on March 15, 2014. Filed under: Uncategorized | Tags: , , , |

A Simple dist.ini for Dist::Zilla The following dist.ini is designed to match my workflow, but also to make it easy for contributors to participate, thus mitigating one of the strongest complaints people have about Dist::Zilla. It’s also rather git/github centric.

Read Full Post | Make a Comment ( Comments Off on A Simple dist.ini for Dist::Zilla )

Next Entries »

Liked it here?
Why not try sites on the blogroll...