Skip to content
View humblEgo's full-sized avatar
๐Ÿš€
Growing up
๐Ÿš€
Growing up

Highlights

  • Pro

Organizations

@get-Pork-Belly

Block or report humblEgo

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
humblEgo/README.md

Hi there, I'm Injoon Woo! ๐Ÿ‘‹

๐ŸŽฎ I am currently interested in BDD, Design Patterns, Agile.

๐Ÿš€ I want to be a developer who can create and scale up own service.

Working process ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Solution InjoonWoo::work(Problem& problem)
{
    list<Solution> solution_list;
    Solution solution;
    Result result;

    while (LIVE)
    {
        define(problem);
        solution_list = research(problem);
        solution = choose(solution_list);
        result = solution.solve(problem);
        if (evaluate(result) == SUCCESS)
            break;
    }
    return (solution);
}

Skills ๐Ÿ› 

RubyOnRails, Backbone.js, Docker, MySQL

Gift for 42seoul cadets ๐Ÿ˜‡

Pinned Loading

  1. cub3D_map_tester cub3D_map_tester Public

    - 42seoul cub3D ํ”„๋กœ์ ํŠธ์˜ ๋งต ์œ ํšจ์„ฑ ์ฒดํฌ๊ธฐ๋Šฅ tester

    Shell 63 5

  2. 42mate 42mate Public

    42mate for 42 team program challenge

    Python 2

  3. get-Pork-Belly/Webserv get-Pork-Belly/Webserv Public

    implement nginx

    HTML 11 1

  4. 42_cursus 42_cursus Public

    - Projects in 42seoul cursus

    4

  5. vimlife_with_hammerspoon vimlife_with_hammerspoon Public

    Enjoy your vimlife! Hammerspoon will help you!

    Lua 4 1

  6. md2wiki md2wiki Public

    The Markdown in your repo as the truth and automatically reconciles Confluence to match it

    Go