Skip to content
View dvsingh9's full-sized avatar
🪀
Focusing
🪀
Focusing

Block or report dvsingh9

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
dvsingh9/README.md

Hey 👋, This is DV Singh


Coding


Github BadgePortfolio BadgeLinkedin BadgeInstagram BadgeMedium Badge

I am passionate about software development, I love solving team and company problems from a tactical and strategic point of view

I help teams and company to achieve more. Improving architecture, code, processes, flows and communication

Some of my Github Stats

Github statsTop Langs

Pinned Loading

  1. Spring boot ultra slim (less than 90...Spring boot ultra slim (less than 90 mb) docker build script
    1
    # (1) use Alpine Linux for build stage
    2
    FROM alpine:3.11.3 as build
    3
    # (2) install build dependencies
    4
    RUN apk --no-cache add openjdk11
    5
    RUN apk --no-cache add maven
  2. java-design-patternsjava-design-patternsPublic

    Forked from iluwatar/java-design-patterns

    Design patterns implemented in Java

    Java 1 1

  3. ImageHandlerService.tsImageHandlerService.ts
    1
    import{Injectable}from'@angular/core';
    2
    3
    exportconstS3_BUCKET='semuaproduk-data';
    4
    exportconstBASE_URL='https://d19la03daa7iyw.cloudfront.net/';
    5
  4. Gitlab CI/CD to deploy a Spring Boot...Gitlab CI/CD to deploy a Spring Boot application in AWS ECS with auto service restart
    1
    image: docker:latest
    2
    3
    variables:
    4
    REGION: [aws region]
    5
  5. AlgorithmsAlgorithmsPublic

    Forked from williamfiset/Algorithms

    A collection of algorithms and data structures

    Java 2

  6. angularangularPublic

    Forked from angular/angular

    One framework. Mobile & desktop.

    TypeScript