Giter VIP home page Giter VIP logo

argo-cd-self-study's Introduction

TECH STACK

👋 ChickenChickenLove Hits

# I like these sentences.
Little more than before.
If you are afraid of falling, there is no chance to fly.
Show and prove.
Never assume anything.

Skills

/**
 * I have tried the above techniques more than once.
 * But it does not mean that i'm professional that techs.
 * But i always try to study to improve myself.
 * If i have free time to complain, i code instead.
 */

public class Me implements SmartLifecycle {

    private final Set<String> languages;
    private final Set<String> springEchoSystem;
    private final Set<String> display;
    private final Set<String> databases;
    private final Set<String> kafkaEchoSystem;
    private final Set<String> cloudFriendly;

    public Me(Set<String> languages,
              Set<String> springEchoSystem,
              Set<String> display,
              Set<String> databases,
              Set<String> kafkaEchoSystem,
              Set<String> cloudFriendly) {
        this.languages = languages;
        this.springEchoSystem = springEchoSystem;
        this.display = display;
        this.databases = databases;
        this.kafkaEchoSystem = kafkaEchoSystem;
        this.cloudFriendly = cloudFriendly;
    }

    @Override
    public void start() {
        System.out.println("Since 2022, i started to study to code. ");
    }

    @Override
    public void stop() {
        throw new NotImplementedException();
    }



    @Override
    public boolean isRunning() {
        return true;
    }

    @Override
    public String toString() {
        return "I'm not the person who is good at coding, " +
                "but i always try to be better man little more than before. " +
                "I'm interested in contributing to opensource to learn about " +
                "good architecture and code as well. ";
    }
}

@Configuration
public class ConfigurationForMe {

    @Bean
    public Me me() {
        final Set<String> languages = Set.of("Java", "Python", "erlang");
        final Set<String> springEcoSystem = Set.of("Spring Boot", "Spring MVC", "Spring Security", "Spring Batch", "Spring Data JPA");
        final Set<String> databases = Set.of("MySQL");
        final Set<String> display = Set.of("thymeleaf", "tailwind-css");
        final Set<String> kafkaEcoSystem = Set.of("Kafka", "kafka-connect", "schema-registry", "kafka-streams", "ksqlDB");
        final Set<String> cloudFriendly = Set.of("docker", "docker-compose", "kubernetes", "helm", "prometheus", "istio", "fluent-bit");

        return new Me(languages, 
                springEcoSystem,
                databases,
                display,
                kafkaEcoSystem,
                cloudFriendly);
    }
}

👋Problem Solving

Solved.ac 프로필

  • I did problem solving at sovled.ac.

Docs Contribution

Code Contribution

Books and Lecture

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.