Skip to content
View MrMikeFloyd's full-sized avatar
🦄
living, learning, building things.
🦄
living, learning, building things.
  • Munich, DE

Block or report MrMikeFloyd

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

Pinned Loading

  1. codecentric/accelerate-kickstarter-aws codecentric/accelerate-kickstarter-aws Public

    Kickstarts a cloud environment with Terraform. Builds and deploys a Kotlin-based Spring Boot demo app to Amazon ECS (Fargate) using AWS CI/CD services (CodeBuild, CodeDeploy, etc.)

    HCL 3 1

  2. mTLS-playground mTLS-playground Public

    A playground for fiddling around and playing with server-client interaction using mutual TLS.

    JavaScript

  3. codecentric/spring-kafka-streams-example codecentric/spring-kafka-streams-example Public

    Distributed streaming app that illustrates a few concepts to integrate Spring with Kafka.

    Kotlin 2

  4. resilient-example-spring resilient-example-spring Public

    A simple microservice-style application that uses Circuit Breaker to tackle timeout/availability issues. Also looks into ways to implement the test pyramid using Spring's test support.

    Java 1

  5. codecentric/athena-gitlab-data-pipeline codecentric/athena-gitlab-data-pipeline Public

    Demonstrates building data pipelines using GitLab CI, AWS Athena, and AWS Lambda.

    Python

  6. Sample for binding an Azure Function... Sample for binding an Azure Function (v2) to an external Table Storage using CloudTable instead of IQueryable. Tested on Visual Studio Code 1.19.3 and .NET Core 2.0.5 on macOS.
    1
    using System.IO;
    2
    using Microsoft.Azure.WebJobs;
    3
    using Microsoft.Azure.WebJobs.Extensions.Http;
    4
    using Microsoft.AspNetCore.Http;
    5
    using Microsoft.Azure.WebJobs.Host;