Blog Archives
Design Patterns for Humans – An ultra-simplified explanation
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
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 )shellcheck – an (online | cli) shell linter
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
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
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 )A Simple dist.ini for Dist::Zilla
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 »