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
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
# (1) use Alpine Linux for build stage
FROM alpine:3.11.3 as build
# (2) install build dependencies
RUN apk --no-cache add openjdk11
RUN apk --no-cache add maven
Forked from iluwatar/java-design-patterns
Design patterns implemented in Java
import { Injectable } from '@angular/core';
export const S3_BUCKET = 'semuaproduk-data';
export const BASE_URL = 'https://d19la03daa7iyw.cloudfront.net/';
image: docker:latest
variables:
REGION: [aws region]
Forked from williamfiset/Algorithms
A collection of algorithms and data structures
Java 2