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

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.

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

Hey 👋, This is DV Singh


Coding


Github Badge Portfolio Badge Linkedin Badge Instagram Badge Medium 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 stats Top Langs

Pinned

  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-patterns java-design-patterns Public

    Forked from iluwatar/java-design-patterns

    Design patterns implemented in Java

    Java 1 1

  3. ImageHandlerService.ts ImageHandlerService.ts
    1
    import { Injectable } from '@angular/core';
    2
    
                  
    3
    export const S3_BUCKET = 'semuaproduk-data';
    4
    export const BASE_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. Algorithms Algorithms Public

    Forked from williamfiset/Algorithms

    A collection of algorithms and data structures

    Java 2

  6. angular angular Public

    Forked from angular/angular

    One framework. Mobile & desktop.

    TypeScript