• Skip to primary navigation
  • Skip to content
  • Skip to footer
Paul Gross's Blog
      Paul Gross

      Paul Gross

      I’m a Principal Software Engineer in Valencia, Spain, working for Rvvup. I have previously worked at Ripple, Braintree/PayPal, and ThoughtWorks.

      • Valencia, Spain
      • Twitter
      • GitHub
      • LinkedIn
      • Keybase
      • Mastodon
      • Email

      Blog is online

      June 28, 2007 less than 1 minute read

      My new blog is finally up and running. The most difficult part about installing mephisto was installing codehighlighter to get syntax highlighting of ruby code. Thankfully, I found this article which helped significantly: Installing the CodeHighlighter filter for the Mephisto CMS Engine.

      And here is some nicely colored ruby code:

      def hello_word
        puts 'hello world'
      end
      

      Updated: June 28, 2007

      Twitter Facebook LinkedIn
      Previous Next

      Comments

      You May Also Enjoy

      ULID Identifiers and ULID Tools Website

      January 10, 2023 2 minute read

      Historically, when I wanted to store data in a database, I (or the project/team I was on) used an incrementing integer to uniquely identify each row (e.g. th...

      Simple Command Line Function to Decode JWTs

      June 2, 2022 1 minute read

      I come across a lot of JSON Web Tokens (JWTs) these days, and I often want a quick way to see what information is encoded in them. An easy solution is to vis...

      JDBI With Custom Types

      July 20, 2021 less than 1 minute read

      I’ve been using JDBI recently for interacting with a database in Java and I generally like it. It lets you write explicit queries, and it is relatively simpl...

      Continuous Deployment Isn’t Just for Applications

      January 22, 2019 3 minute read

      While we’ve been pushing more of our production services towards Continuous Deployment for faster and safer releases, we’ve discovered we can build the ideas...

      • Feed
      © 2023 Paul Gross. Powered by Jekyll & Minimal Mistakes.