Skip to content
View jon-ruckwood's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report jon-ruckwood

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jon-ruckwood/README.md

Hi there πŸ‘‹

Talks

πŸ“† Wed 11th May 2022 – Devoxx UK – The Zen School of GitHub Actions

Pinned

  1. opencredo/terrahelp opencredo/terrahelp Public

    Terraform helper. Terrahelp is as a command line utility written in Go and is aimed at providing supplementary functionality which can sometimes prove useful when working with Terraform.

    Go 378 40

  2. Java 14 record example, compile and ... Java 14 record example, compile and run with `--enable-preview`
    1
    public class RecordExample {
    2
    
                  
    3
        public static void main(String[] args) {
    4
            Interval i = new Interval(1, 2);
    5
    
                  
  3. pact-foundation/pact-jvm pact-foundation/pact-jvm Public

    JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.

    Kotlin 1.1k 473

  4. javalin javalin Public

    Forked from javalin/javalin

    A simple and modern Java and Kotlin web framework

    Kotlin