Code Monkey home page Code Monkey logo

build-issue-dependencies-graph's Introduction

Hey there! ๐Ÿ‘‹

Github LinkedIn Private Email

I'm Maxim, a Senior Software Engineer in GitHub Inc. I am located in Amsterdam where recently relocated from Russia. Passionate on open-source community and writing beautiful, maintainable and tested code. Along with writing code, I'm also passionate about DevOps stuff and build automation.

  • ๐Ÿ”ญ Iโ€™m currently working on GitHub Actions project
  • ๐ŸŒฑ Iโ€™m currently learning Go
  • โค๏ธ I love to contribute to open source projects
  • ๐Ÿ˜„ Pronouns: He/Him
  • โšก Fun fact: I like to play League of Legends and some Xbox games.

Projects

I am developing the following Actions for GitHub Actions:

  • Setup Xcode - Set up your GitHub Actions workflow with a specific version of Xcode
  • Setup Xamarin - Set up your GitHub Actions workflow with a specific version of Xamarin & Mono
  • Setup Cocoapods - Set up your GitHub Actions workflow with a specific version of Cocoapods
  • Setup Android Tools - Set up Android tools in GitHub Actions workflow with cache

Also actively contribute to open-source projects.

Technologies & Tools



build-issue-dependencies-graph's People

Contributors

maxim-lobanov avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

build-issue-dependencies-graph's Issues

[TEST ISSUE] Epic

Epic 1

Spec

Spec Diagram

flowchart TD

%% <Legend>
legend --> start
subgraph legend["Legend"]
    direction LR;
    notstarted("Issue is not started"):::notstarted;
    started("Issue is in progress"):::started;
    completed("Issue is done"):::completed;
    notstarted --> started --> completed;
end

%% </Legend>


%% <CSS>

classDef notstarted fill:#FFF,color:#000;
classDef started fill:#fae17d,color:#000;
classDef completed fill:#ccffd8,color:#000;

%% </CSS>


%% <Issues>

start("Start"):::default;

issue1488484564("[TEST ISSUE] Child issue 1"):::completed;

issue1488484695("[TEST ISSUE] Child issue 2"):::completed;

issue1488484833("[TEST ISSUE] Child issue 3"):::completed;

issue1524488391("[TEST ISSUE] Child issue 4"):::completed;

issue1524488450("[TEST ISSUE] Child issue 5"):::completed;

issue1524488472("[TEST ISSUE] Child issue 6"):::notstarted;

issue1524488513("[TEST ISSUE] Child issue 7"):::notstarted;

finish("Finish"):::default;

%% </Issues>


%% <Dependencies>

start --> issue1488484564;
start --> issue1488484695;
start --> issue1524488391;
start --> issue1524488450;
issue1488484564 --> issue1488484833;
issue1488484695 --> issue1488484833;
issue1488484833 --> issue1524488472;
issue1524488450 --> issue1524488472;
issue1524488450 --> issue1524488513;
issue1524488391 --> finish;
issue1524488472 --> finish;
issue1524488513 --> finish;

%% </Dependencies>

Loading

Hello

Test content 1

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.