Git Product home page Git Product logo

docker-compose-manager's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿง‘โ€๐Ÿ’ป I'm Software Engineer and I work as a Member of Technical Staff at @vmware, focus on building VMware Image Builder. I'm currently working on the extensibility tool for that system that is written in Java.
  • ๐ŸŒฑ Iโ€™m currently learning about cloud application architectures, cloud system design and microservices
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on cloud tools, Java libraries and projects, and GO repositories
  • ๐Ÿค” Iโ€™m looking for help with GoLang
  • ๐Ÿ’ฌ Ask me about Java, Spring Boot, Node.js, Angular, containers, Kubernetes and Helm Charts
  • ๐Ÿ“ซ How to reach me: I'm on Twitter (@darteagabarba). LinkedIn profile
  • ๐Ÿ˜„ Pronouns: He/Him

docker-compose-manager's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

docker-compose-manager's Issues

Deprecate old fuctions

There are a couple of things you can do in a transition period.

Add the @deprecated JSDoc flag.
Add a console warning message that indicates that the function is deprecated.

A sample:

/**
 * @deprecated Since version 1.0. Will be deleted in version 3.0. Use bar instead.
 */
function foo() {
  console.warn("Calling deprecated function!"); // TODO: make this cross-browser
  bar();
}

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.