Skip to content
View mosheeshel's full-sized avatar

Block or report mosheeshel

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
mosheeshel/README.md

Hola 👋

mosheeshel/mosheeshel is a ✨ special ✨ repository because it's my profile.

I guess I like to play with new features github releases!

My claim to fame??

The testcontainers project - this awesome project, tries to help developers create better tests by making it easy for them to setup and control their external integrations (DB, files, queues, etc) from inside their test suite. Apparently (according to creators) started after encountering my little gist (see below JUnit rule gists), which I created to do just that. I'm honored! it is much bigger than I ever thought, and executed much better than I could have ever done.

Also, I created along with a bunch of others - Microcosm - a neat PaaS that helps developers create and manage their Microservices, fast and easily, while working for Skai (AKA Kenshoo), sadly it is still closed source, but I got to talk about it at Reversim (my favorite conference ever who gave a lowly developer with no speaking experience a chance!) 2017 and blog about it, so you can get an impression.

Pinned Loading

  1. amazon-archives/data-pipeline-samples amazon-archives/data-pipeline-samples Public archive

    This repository hosts sample pipelines

    Python 463 269

  2. LinkedInAttic/JTune LinkedInAttic/JTune Public

    A high precision Java CMS optimizer

    Python 272 53

  3. awsdocs/elastic-beanstalk-samples awsdocs/elastic-beanstalk-samples Public

    This repository contains code and configuration samples (e.g. .ebextensions) for AWS Elastic Beanstalk.

    Python 1.2k 890

  4. alvarocavalcanti/pierre-decheck alvarocavalcanti/pierre-decheck Public archive

    Dependent Pull Requests Checker

    Python 24 13

  5. JUnit @Rule for starting a docker co... JUnit @Rule for starting a docker container from within an Integration test
    1
    package rules;
    2
    
                  
    3
    import com.google.common.collect.Lists;
    4
    import com.google.common.collect.Maps;
    5
    import com.spotify.docker.client.DefaultDockerClient;
  6. JUnit @Rule for starting a RabbitMQ ... JUnit @Rule for starting a RabbitMQ container (based on other rule - see comments)
    1
    package rules;
    2
    
                  
    3
    import com.google.common.collect.ImmutableMap;
    4
    import org.eclipse.jdt.launching.SocketUtil;
    5