Skip to content
View sumanmaity112's full-sized avatar
Block or Report

Block or report sumanmaity112

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. java-starter java-starter Public template

    Getting a new Java and Gradle project off the ground quickly.

    Java

  2. pairing-matrix pairing-matrix Public

    Create pairing matrix using github commits

    JavaScript 7 2

  3. Example of stractured logging with M... Example of stractured logging with MDC using log4js for NodeJs
    1
    import fetch from "node-fetch";
    2
    import {logger} from "./logWithMdc.js";
    3
    
                  
    4
    const fetchReceipt = (receiptId, log) => {
    5
        log.info(`Fetching receipt for ${receiptId}`)
  4. Architecture Fitness Test example Architecture Fitness Test example
    1
    package platform.medium.example.architecture;
    2
    
                  
    3
    import static com.tngtech.archunit.lang.syntax.ArchRuleDefinition.noClasses;
    4
    import static com.tngtech.archunit.lang.syntax.ArchRuleDefinition.noMethods;
    5
    import static com.tngtech.archunit.library.dependencies.SlicesRuleDefinition.slices;
  5. gatling-example gatling-example Public

    Repository with sample Gating scenario

    Java 2 2

  6. Manual acknowledgement with sqs list... Manual acknowledgement with sqs listener
    1
    package com.suman.demo.listener;
    2
    
                  
    3
    import com.suman.demo.Processor;
    4
    import lombok.RequiredArgsConstructor;
    5
    import lombok.extern.slf4j.Slf4j;